시스템 관리를 위해 특별히 설계된 명령줄 쉘 및 스크립팅 언어입니다. 이 명령어는 PowerShell 버전 5.1 이하 (레거시 Windows PowerShell이라고도 함)를 참조합니다. 더 새로운, 크로스 플랫폼 버전의 PowerShell (PowerShell Core라고도 함)을 사용하려면
pwsh
대신powershell
을 사용하세요. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/powershell.
powershell
powershell -NoProfile
powershell -Command "{{echo 'powershell is executed'}}"
powershell -File {{경로/대상/스크립트.ps1}}
powershell -Version {{버전}}
powershell -NoExit
powershell -InputFormat {{Text|XML}}
powershell -OutputFormat {{Text|XML}}