在cmd下 执行powershell,可能会出现禁止运行的策略,
运行如下命令:
powershell set-executionpolicy remotesigned
然后运行:
powershell Get-File.ps1
即可