Reset Azure VM password using Powershell

You try to reset password for your Azure VM via the Azure portal – Reset Password method and you get the error message – “VMAccss extension does not work with domain controller”. How do we reset the password now? Good News! We can reset the password by deploying a custom script extension (powershell script) to… Read More Reset Azure VM password using Powershell

Using MS Graph to Duplicate Device Configuration Policies

Open https://developer.microsoft.com/en-us/graph/graph-explorer# in a browser. On the left hand side, use the Sign in with Microsoft option to login using your Azure credentials (onmicrosoft.com ID). Once you are signed in, enter the below URL into the Graph URL request input field, make sure that the HTTP verb select button is on GET and click on Run Query. https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations  You should see… Read More Using MS Graph to Duplicate Device Configuration Policies