Azure VM PowerShell RUN Command not passing parameters
I am making an Azure CLI Run command call to a Windows VM, AZ VM run-command but cannot get the parameters to pass properly? Command to call from Azure CLI: az vm run-command invoke --resource-group 'resgrpname' --name 'hostname' --command-id 'RunPowerShellScript'…