powershell相关

使用 powershell 执行脚本可能会被阻止,根据提示通过 get-help about_signing 获取帮助

获取与变量有关的命令可以使用:get-command *-variable

获取对象的属性之类的东西可以使用:get-member

添加程序集:Add-Type

原文地址:https://www.cnblogs.com/shadow-abyss/p/10836675.html