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

(새 문서: ==개요== ;Windows PowerShell, PowerShell ;윈도우 파워쉘; 파워쉘, 파워셸 ;<nowiki>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</nowiki> *MS의 CLI 쉘 및 ...)
 
 
(사용자 4명의 중간 판 15개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Windows PowerShell, PowerShell
;Windows PowerShell, PowerShell ([[pwsh]]), ([[PS]])
;윈도우 파워쉘; 파워쉘, 파워셸
;윈도우 파워쉘; 파워쉘, 파워셸
;<nowiki>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</nowiki>
;<nowiki>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</nowiki>
*MS의 CLI 쉘 및 스크립트 언어
*MS의 CLI 쉘 및 스크립트 언어
<syntaxhighlight lang='console'>
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
PS C:\Users\zetawiki> echo 'Hello World'
Hello World
</syntaxhighlight>
==설치==
* Windows Management Framework  [https://docs.microsoft.com/ko-kr/powershell/scripting/setup/installing-windows-powershell?view=powershell-6 참조]
* 윈도 8부터 기본 포함.
* [[Chocolatey]] 사용도 방법 중 하나.
==원격관리==
* 파워쉘을 이용해 원격지 서버 관리가 가능.  사용 프로토콜은 WMI, WSMan 혹은 SSH. [https://docs.microsoft.com/ko-kr/powershell/scripting/core-powershell/running-remote-commands?view=powershell-6 참조]


==같이 보기==
==같이 보기==
*[[Cmd에서 powershell 실행하기]]
*[[CMD]]
*[[윈도우]]
*[[쉘]]
*[[쉘]]


[[분류:프로그래밍 언어]]
==참고==
* {{위키백과|파워셸}}
* {{영어 위키백과|PowerShell}}
*https://github.com/PowerShell/PowerShell
 
[[분류:PowerShell]]
[[분류:C:\Windows\System32\WindowsPowerShell\v1.0]]
[[분류:C:\Windows\System32\WindowsPowerShell\v1.0]]
[[분류:.exe]]
[[분류:.exe]]

2023년 1월 9일 (월) 02:43 기준 최신판

1 개요[ | ]

Windows PowerShell, PowerShell (pwsh), (PS)
윈도우 파워쉘; 파워쉘, 파워셸
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 }}