首页 > 代码库 > powershell 公开课

powershell 公开课

gwmi -class win32_computersystem

远程脚本签名

PS C:\WINDOWS\system32> Get-ExecutionPolicy

Unrestricted

PS C:\WINDOWS\system32> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Enter-session DC50=è相当于remote到dc50上去了

技术分享

技术分享

-prefix指定前缀

远程端口5985/5986

PS C:\WINDOWS\system32> Get-HotFix

PSWA:power shell web access

Enter-pssession win2014

Get-windowsfeature windwspowershellwebaccess| install-windowsFeature –verbose

技术分享

创建pswa的权限:

技术分享

技术分享

技术分享

本文出自 “Erick WAY” 博客,谢绝转载!

powershell 公开课