"윈도우 PowerShell"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
1번째 줄: 1번째 줄:
==개요==
==개요==
;Windows PowerShell, PowerShell
;Windows PowerShell, PowerShell ([[pwsh]])
;윈도우 파워쉘; 파워쉘, 파워셸
;윈도우 파워쉘; 파워쉘, 파워셸
;<nowiki>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</nowiki>
;<nowiki>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</nowiki>

2023년 1월 9일 (월) 02:42 판

1 개요

Windows PowerShell, PowerShell (pwsh)
윈도우 파워쉘; 파워쉘, 파워셸
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
  • MS의 CLI 쉘 및 스크립트 언어
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\zetawiki> echo 'Hello World'
Hello World

2 설치

  • Windows Management Framework 참조
  • 윈도 8부터 기본 포함.
  • Chocolatey 사용도 방법 중 하나.

3 원격관리

  • 파워쉘을 이용해 원격지 서버 관리가 가능. 사용 프로토콜은 WMI, WSMan 혹은 SSH. 참조

4 같이 보기

5 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}