Command-line shell en scripttaal, ontworpen voor systeembeheer. Deze opdracht verwijst naar PowerShell versie 5.1 en lager (ook bekend als legacy Windows PowerShell). Voor de nieuwere, platformonafhankelijke versie van PowerShell (ook bekend als PowerShell Core), gebruik
pwsh
in plaats vanpowershell
. Meer informatie: https://learn.microsoft.com/windows-server/administration/windows-commands/powershell.
powershell
powershell -NoProfile
powershell -Command "{{echo 'powershell wordt uitgevoerd'}}"
powershell -File {{pad/naar/script.ps1}}
powershell -Version {{versie}}
powershell -NoExit
powershell -InputFormat {{Text|XML}}
powershell -OutputFormat {{Text|XML}}