(→같이 보기) |
(→설치) |
||
(사용자 4명의 중간 판 14개는 보이지 않습니다) | |||
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 | Windows PowerShell | ||
Copyright (C) 2009 Microsoft Corporation. All rights reserved. | Copyright (C) 2009 Microsoft Corporation. All rights reserved. | ||
PS C:\Users\ | PS C:\Users\zetawiki> echo 'Hello World' | ||
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]], [[scoop]] 같은 패키지 관리자를 사용할 수 있었다. | |||
* 현재는 [[winget]]이라는 공식 패키지 관리자를 사용하는 것이 권장된다. | |||
==원격관리== | |||
* 파워쉘을 이용해 원격지 서버 관리가 가능. 사용 프로토콜은 WMI, WSMan 혹은 SSH. [https://docs.microsoft.com/ko-kr/powershell/scripting/core-powershell/running-remote-commands?view=powershell-6 참조] | |||
==같이 보기== | ==같이 보기== | ||
*[[Cmd에서 powershell 실행하기]] | |||
*[[CMD]] | *[[CMD]] | ||
*[[윈도우]] | *[[윈도우]] | ||
*[[쉘]] | *[[쉘]] | ||
[[분류: | ==참고== | ||
* {{위키백과|파워셸}} | |||
* {{영어 위키백과|PowerShell}} | |||
*https://github.com/PowerShell/PowerShell | |||
[[분류:PowerShell]] | |||
[[분류:C:\Windows\System32\WindowsPowerShell\v1.0]] | [[분류:C:\Windows\System32\WindowsPowerShell\v1.0]] | ||
[[분류:.exe]] | [[분류:.exe]] |
2024년 5월 30일 (목) 21:31 기준 최신판
1 개요[ | ]
- Windows PowerShell, PowerShell (pwsh), (PS)
- 윈도우 파워쉘; 파워쉘, 파워셸
- C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
- MS의 CLI 쉘 및 스크립트 언어
Console
Copy
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, scoop 같은 패키지 관리자를 사용할 수 있었다.
- 현재는 winget이라는 공식 패키지 관리자를 사용하는 것이 권장된다.
3 원격관리[ | ]
- 파워쉘을 이용해 원격지 서버 관리가 가능. 사용 프로토콜은 WMI, WSMan 혹은 SSH. 참조
4 같이 보기[ | ]
5 참고[ | ]
편집자 Jmnote bot Jmnote Ykhwong WikiPo
로그인하시면 댓글을 쓸 수 있습니다.
Pinkcrimson 2024-01-04
Jmnote 2024-01-04
Pinkcrimson 2024-01-04
윈도우 PowerShell ―Pinkcrimson
윈도우 PowerShell ― Jmnote윈도우 PowerShell ―Pinkcrimson