Azure Powershell Install

From UVOO Tech Wiki
Revision as of 14:14, 26 October 2023 by Busk (talk | contribs)
Jump to navigation Jump to search

https://learn.microsoft.com/en-us/powershell/azure/install-azps-windows?view=azps-10.4.1&tabs=powershell&pivots=windows-psgallery

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Repository PSGallery -Force
https://www.powershellgallery.com/packages/Az.Resources/6.11.2