WMI RPC 服務器不可用的解決方案

來自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=234
GPS平臺、網站建設、軟件開發、系統運維,找森大網絡科技!
http://cnsendnet.taobao.comphp

ConnectionOptions connectionOptions = new ConnectionOptions();
connectionOptions.Username = userName;
connectionOptions.Password = password;
ManagementScope managementScope = new ManagementScope("\\\\" + host + "\\root\\cimv2", connectionOptions);
try
{
managementScope.Connect();
}
catch
{
}

發生"RPC 服務器不可用"或者其它沒法鏈接的狀況下(確保鏈接本機沒有問題)的解決方案:
1 檢查遠程服務器 「Remote Procedure Call」、「DCOM Server Process Launcher」 和 「DHCP Client」服務 是否開啓
2 檢查遠程服務器 本地安全策略--本地策略--安全選項--網絡訪問:本地賬戶的共享和安全模式--屬性 選擇:經典-本地用戶以本身的身份驗證
3 在遠程服務器上,運行"netsh firewall set service RemoteAdmin".安全

來自森大科技官方博客
http://www.cnsendblog.com/index.php/?p=234
GPS平臺、網站建設、軟件開發、系統運維,找森大網絡科技!
http://cnsendnet.taobao.com服務器

相關文章
相關標籤/搜索