Category Archives: Azure

Add Azure AD user to local admin on a workstation

Add an azure AD user as local admin on a workstation: cmd as admin net localgroup administrators AzureAD\<username> /add Admin rights required to do this, ofcourse, <username> is the upn address of the local user you want to add.

Posted in Active Directory, Azure | Comments Off on Add Azure AD user to local admin on a workstation

Powershell connect to Azure

I needed this today to quickly find a solution as to why a virtual machine was not running, and had to retrieve some info about an application that runs a script. Start powershell as admin Set-ExecutionPolicy Unrestricted -force Install-Module AzureRM … Continue reading

Posted in Azure, powershell | Comments Off on Powershell connect to Azure