practice makes perfect

Powershell Azure Module 본문

Public Cloud/Azure

Powershell Azure Module

후니옹 2018. 9. 27. 14:59

Powershell Azure Module 설치 


[설치]

Install-Module AzureRM -AllowClobber -Force

 


[확인]

Get-Module AzureRM -ListAvailable

 


[Powershell 정책변경]

- Azure CLI 실행 안됨



- Powershell 실행 정책 확인



- 정책 변경


 

- 반영 정책 확인


 

- Azure Login 정상실행


 

 

[참고]

Windows PowerShell® 실행 정책과 이러한 정책의 관리 방법에 대해 설명합니다.

https://technet.microsoft.com/ko-KR/library/hh847748.aspx

 

'Public Cloud > Azure' 카테고리의 다른 글

Azure SQL Datebase  (0) 2018.09.27
Azure Availability Set  (0) 2018.09.27
Powershell 에서 PS 파일 실행 안될 때  (0) 2018.09.27
Azure Load Balancer  (0) 2018.09.27
Azure Active Directory  (0) 2018.09.27
Comments