Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- git
- LINUX MASTER
- KAKAO
- suricata
- 코딩도장
- GoogleDrive
- Resnet
- 크롤링 개발
- Rocky Linux
- Database
- Github
- Machine Learning
- Docker
- Python
- Powershell
- 인터넷의이해
- rnn
- cloud
- ICT멘토링
- colab
- Spring
- 국가과제
- API
- Spring Boot
- 고등학생 대상
- Kubernetes
- OSS
- ChatGPT
- VSCode
- C언어
Archives
- Today
- Total
코딩두의 포트폴리오
PowerShell - Get-Help 명령어 본문
Get-Help + 도움말이 필요한 명령어
ex) Get-Help Get-Process
Help Get-Process도 같은 결과값이 나오는 동일한 명령어
ex) Get-Help Get-Process -examples
Get-Process -?도 동일한 처리를 해주는 명령어
'PowerShell' 카테고리의 다른 글
PowerShell - Format 출력형식 (0) | 2024.04.07 |
---|---|
PowerShell - Get-Command 명령 (0) | 2024.04.06 |
PowerShell - 명령어 구조 (0) | 2024.04.06 |
PowerShell - 실행 및 환경설정 (0) | 2024.04.02 |