CSharpWinRM:.NET 4.0 WinRM API命令执行 源码
CSharpWinRM CsharpWinRM是使用的的.NET 4.0实现。 该项目接收凭据和命令,然后使用Win32_Process在远程主机上执行它。 说明 在研究了如何使用WMI中的Win32_Process方法执行远程命令之后,我将其组合在一起: public static void Main () { String command = " powershell.exe -nop -w hidden -e " ; String Target = " 10.10.11.115 " ; ConnectionOptions options = ne
文件列表
CSharpWinRM-master.zip
(预估有个12文件)
CSharpWinRM-master
CSharpWinRM
CSharpWinRM.sln
1KB
CSharpWinRM
WSMan.cs
9KB
Program.cs
162B
lib
WsmAuto.dll
175KB
app.config
161B
Properties
暂无评论