강좌 / 팁

Powershell 스크립트 작성 할때 많이 사용하는 명령어

2024.08.25 22:23

Nic네임 조회:697 추천:11

클라이언트 OS 자동화를 기준으로 명령어를 뽑았습니다. 몰라도 크게 상관없는 유용한 명령어도 포함되어 있습니다.

번역된 페이지라 이해가 안 될 수 있습니다. 꼭 예제를 실행해보세요.

스크립트용 명령어라서 단일 명령어로 사용하기엔 적합하지 않습니다.

 

1. 매개변수로 입력한 경로가 존재하는지 확인 하는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/test-path?view=powershell-7.4

 

2. 경로의 지정된 부분을 반환해주는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/split-path?view=powershell-7.4

 

3. 경로와 자식 경로를 단일 경로로 결합하는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/join-path?view=powershell-7.4

 

4. 폴더 파일 레지스트리키와 같은 항목을 만드는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.4

 

5. 파일의 속성을 설정하거나 레지스트리 항목을 만드는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7.4

 

6. 파일의 내용을 가져오는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/get-content?view=powershell-7.4

 

7. 파일의 내용을 변경하거나 새 파일을 만드는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/set-content?view=powershell-7.4

 

8. 문자열 및 파일에서 텍스트를 찾는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.4

 

9. 콘솔에 출력하는 명령어 (echo와 비슷한 명령어)

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.utility/write-host?view=powershell-7.4

 

10. 프로그램을 실행하는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.management/start-process?view=powershell-7.4

 

아래 명령어는 알면 유용하지만 몰라도 상관 없는 명령어입니다.

-----------------------------------------------------------------------------------------------------------

 

1-1. foreach 문을 파이프라인을 통해서 간단하게 구현하는 명령어 (이해하기 힘들수도 있습니다.)

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/foreach-object?view=powershell-7.4

 

1-2. 조건에 맞는 개체만 선택하는 명령어 (foreach문과 비슷합니다.)

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/where-object?view=powershell-7.4

 

2. 개체의 속성들 중 원하는 항목만 표시하는 명령어

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.utility/select-object?view=powershell-7.4

번호 제목 글쓴이 조회 추천 등록일
[공지] 강좌 작성간 참고해주세요 gooddew - - -
4503 소프트웨어| WinNTSetup - VHD(윈도우 설치) 활용 방법 [13] 무월 1593 55 09-08
4502 레인미터와 HWiNFO 연동하기 [5] 수채화 901 21 09-08
4501 Windows 11 버전 24H2의 작업 표시줄 및 시작 메뉴의 새로... [2] VᴇɴᴜꜱGɪ 1940 4 09-07
4500 Windows 11 버전 24H2 롤백 및 제거 방법 VᴇɴᴜꜱGɪ 1603 9 09-05
4499 "이 앱을 찾을 수 없습니다" Windows 시작 레지... VᴇɴᴜꜱGɪ 1229 1 09-03
4498 Windows 11 버전 24H2 다운로드 및 설치 방법 VᴇɴᴜꜱGɪ 2898 1 09-03
4497 Windows 11 및 10의 문제를 해결하기 위해 Windows 보안 앱... VᴇɴᴜꜱGɪ 1259 4 09-02
4496 배치 파일 색상 팔레트 [11] 지후빠 1163 30 09-01
4495 배치 파일 for문에서 diskpart 실행 [7] sunshine 875 18 09-01
4494 배치파일 작은 팁 2가지 [15] sunshine 1800 34 08-26
» Powershell 스크립트 작성 할때 많이 사용하는 명령어 [2] Nic네임 697 11 08-25
4492 빠르게 Powershell 배우는 방법 [7] Nic네임 2489 25 08-07
4491 Powershell Script 관리자 권한으로 실행하는 방법 [1] Nic네임 840 10 08-07
4490 경로 복사 컨텍스트 메뉴[수정8] [12] sunshine 1694 29 08-02
4489 가볍고 편리한 런처 LaunchOnFly 소개합니다 [6] 지금은공부 1764 21 08-01
4488 미니PC 드라이버 백업복원 4편 [최종+++] [17] sunshine 2427 50 07-26
4487 배치파일 관리자 권한으로 실행 [10] 지후빠 2159 24 07-23
4486 미니PC 드라이버 백업복원 3편 [수정4++] [14] sunshine 1473 41 07-21
4485 소프트웨어| 자동 업데이트 2in1 배치파일[추가4] [24] sunshine 3071 48 07-15
4484 소프트웨어| Windows 종료 시 시간 지연(윈도우 종료 지연) [2] Vincenzo 2434 2 07-07
XE1.11.6 Layout1.4.8