Difference between revisions of "Azure Powershell Install"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | ||
Install-Module -Name Az -Repository PSGallery -Force | Install-Module -Name Az -Repository PSGallery -Force | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | Connect-AzAccount | ||
+ | Get-AzRemoteDesktopFile -ResourceGroupName "foo" -Name "bar" -Launch | ||
``` | ``` | ||
Latest revision as of 14:18, 26 October 2023
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module -Name Az -Repository PSGallery -Force
Connect-AzAccount Get-AzRemoteDesktopFile -ResourceGroupName "foo" -Name "bar" -Launch
https://www.powershellgallery.com/packages/Az.Resources/6.11.2