powershell basis

powershell: Sometimes the script execution failed because execution policy reasons, you need to change the execution policy.

$PSVersionTable
Check system version
get-host
Obtain host information
if
Call comes Development Tools
Get-ExecutionPolicy
Get the current execution policy

 

Guess you like

Origin www.cnblogs.com/PrideAssassin/p/11545276.html
Recommended