Hi, I am running the change command with your script and am getting: Invoke-WebRequest : The remote server returned an error: (404) Not Found. At C:\MerakiPSKTool.ps1:56 char:7 + $r = Invoke-WebRequest $request_uri -Method:Put -Headers $header_ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand I am pretty sure everything is correct. Any ideas why I might be seeing this? Thanks!
... View more