Forum Discussion
Prashant Sharma
May 31, 2018Brass Contributor
How to connect Multiple VMs with OMS using a single PowerShell script.
How we can connect the multiple VMs with OMS Using the PowerShell script. and to remove them from OMS Environment?
JosLieben
May 31, 2018Iron Contributor
You could use Get-AzureRMVM | Set-AzureRmVMCustomScriptExtension to deploy a Powershell script that links them to OMS.