Difference between revisions of "Getting Started (PowerShell)"

Jump to navigation Jump to search
m
(→‎Execution Policy: Minor update)
Line 41: Line 41:
<source lang="powershell">
<source lang="powershell">
Get-ExecutionPolicy
Get-ExecutionPolicy
</source>
To run a script, without tinkering with the Execution Policy first, run from a command prompt
<source lang="dos">
powershell.exe -executionpolicy remotesigned .\Example.ps1
</source>
</source>


Navigation menu