일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MSSQL 2012
- Active Directory
- vmware vsphere
- Docker
- ELK 설치
- ADFS 구성 방법 및 이중화
- vCenter
- Azure
- vCenter Syslog collector
- 하이퍼바이저
- vSphere
- Exchange 2003
- ADFS SSO
- Exchange Server
- AD Migration
- Kubernetes
- ADFS proxy
- AWS
- Application Gateway
- awx
- Active Directory Migration
- ansible
- AWS S3
- ADFS 이중화
- AWS EBS
- ADFS Traffic Manager
- mongodb 설치
- 도커
- AWS EFS
- ELK
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