일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 도커
- Exchange Server
- ADFS 이중화
- ADFS proxy
- vCenter
- Active Directory
- AD Migration
- mongodb 설치
- vmware vsphere
- vCenter Syslog collector
- ADFS Traffic Manager
- Active Directory Migration
- Docker
- ADFS 구성 방법 및 이중화
- ADFS SSO
- 하이퍼바이저
- ansible
- AWS
- Exchange 2003
- awx
- ELK 설치
- AWS EBS
- ELK
- vSphere
- Azure
- Application Gateway
- MSSQL 2012
- AWS EFS
- AWS S3
- Kubernetes
Archives
- Today
- Total
practice makes perfect
Powershell Azure Module 본문
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