Azure
Azure: Install Azure Powershell

To get Azure Powershell running, open a Powershell session (ad admin), and run the following: Install-Module PowerShellGet -Force This will install PowershellGet. Then run: Install-Module -Name AzureRM -AllowClobber You will get this: Untrusted repository You are installing the modules from…
Read more