일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- airflow
- ansible
- module
- Linux
- API
- powershell
- crawling
- EKS
- 자동화
- Automation
- ubuntu
- tcp
- EC2
- Selenium
- 5.0
- 시스템자동화
- AWS
- GCP
- python
- 8.0
- MySQL
- sso
- apt
- kibana
- ELK
- 데이터 분석
- DB
- zabbix
- elasticsearch
- GIT
- Today
- Total
목록Powershell (12)
Oops - IT
* Linux 환경: Ubuntu 16.04 ## 1 1. 설치 파일 다운로드 #wget https://github.com/PowerShell/PowerShell/releases/powershell_6.0.0-beta.4-1ubuntu1.16.04.1_amd64.deb 2. Powershell 설치를 위해 의존성 모듈 설치 #sudo apt-get install libunwind8 libicu55 3. 다운로드한 Powershell 패키지 설치 #dpkg -i [파일 경로] powershell_6.0.0-beta.4-1ubuntu1.16.04.1_amd64.deb 4. 정상 설치 후 Powershell 명령어로 Powershell 세션 오픈 #Powershell 5. Powershell 명령어 정상 출력..
1. .NET 프레임 워크 최신 버전 설치 2. Powershell DSC 기능 사용을 위해 WinRM 설정 : 관리자 권한으로 파워쉘 실행 # Set-WSManQuickConfig 3. WMF 5.1 패키지 다운로드 후 압축 해제 : www.microsoft.com/en-us/download/details.aspx?id=54616 WMF 5.1 Windows Management Framework 5.1 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI)...