Differences
This shows you the differences between the selected revisions of the page.
2016-12-25 | 2016-12-25 | ||
no summary (70.195.10.161) (hidden) | no summary (70.195.10.161) (hidden) | ||
Line 18: | Line 18: | ||
</code> | </code> | ||
- | Note that by default, executing PowerShell scripts is disabled. To override that, you can either lift the restriction by typing using ''[[ps>microsoft.powershell.security/set-executionpolicy|Set-ExecutionPolicy]]'' cmdlet on PowerShell administrator console((Run ''powershell.exe'' as Administrator to get PowerShell console.)): | + | Note that by default, executing PowerShell scripts is enabled. To override that, lift the restriction by ''[[ps>microsoft.powershell.security/set-executionpolicy|Set-ExecutionPolicy]]'' cmdlet on PowerShell Administator console((Run ''powershell.exe'' as Administrator to get PowerShell console.)): |
<code powershell> | <code powershell> |