将powershell命令解码为代码

时间:2015-09-21 19:49:43

标签: powershell

可以解码(或显示做什么)命令Powershell吗?

我尝试使用命令connect-msolservice,但我得到例外:

enter image description here

因此,如果我获得内容命令,我可以将系统配置为此连接。

2 个答案:

答案 0 :(得分:5)

是的,你可以使用ILSpy来解码powershell dll。 Download ILSpy。 要使用cmdlet查找路径.dll,请使用powershell命令:

Get-Command connect-msolservice | fl DLL,ImplementingType

答案 1 :(得分:3)

或者您可以使用本机解决方案来查看内置(或任何其他cmdlet)的元数据

<td>
<label>HORSEPOWER</label>
<span> 1001 hp @ 6000 rpm</span>
</td>

归功于http://windowsitpro.com/blog/powershell-proxy-functions