Simple script that logs in and grabs the FTP publishing info for an app. I like to just copy and paste stuff into my powershell window so this is exactly that. Replace the variables with your own info and copy/paste it into Powershell. You could convert these to read-host or parameters pretty easily. [code language=”powershell”] […]
Read More →Archive for December, 2018
Azure VPN Gateway – The certificate’s CN name does not match the passed value.
Getting this error? [code] The certificate’s CN name does not match the passed value. (Error 0x800b010f) [/code] Remove the connection from Windows. Go into the Azure portal and download the VPN client under point to site config Install client Profit.
Read More →