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 | 29 | 30 |
31 |
Tags
- OSS
- Python
- KAKAO
- Spring
- cloud
- GoogleDrive
- 국가과제
- Database
- Docker
- Github
- C언어
- Resnet
- ChatGPT
- Machine Learning
- 코딩도장
- Rocky Linux
- rnn
- ICT멘토링
- suricata
- 크롤링 개발
- colab
- Web
- LINUX MASTER
- 고등학생 대상
- Powershell
- VSCode
- git
- Spring Boot
- API
- 인터넷의이해
Archives
- Today
- Total
코딩두의 포트폴리오
PowerShell - Get-Command 명령 본문
Get-Command: 모든 명령어 목록을 확인
Get-Command -type cmdlet: cmdlet이라는 커맨드만 확인
get-help get-service: 커맨드들 중 service를 확인하고 싶을때 get-help 명령어를 사용
'PowerShell' 카테고리의 다른 글
PowerShell - Format 출력형식 (0) | 2024.04.07 |
---|---|
PowerShell - Get-Help 명령어 (0) | 2024.04.06 |
PowerShell - 명령어 구조 (0) | 2024.04.06 |
PowerShell - 실행 및 환경설정 (0) | 2024.04.02 |