EDN Admin
Well-known member
<span style="font-family:Segoe UI,Lucida Grande,Verdana,Arial,Helvetica,sans-serif; color:#333333; line-height:13px
<p style=" Hi,
<p style=" Im doing C# application to access MS Cluster via WMI remotely by the namespace "root/mscluster", with the following connection setting:
<p style=" <span style="white-space
re ConnectionOptions c = new ConnectionOptions();
<p style="
<p style=" <span style="white-space
re
c.Impersonation = ImpersonationLevel.Impersonate;
<p style=" <span style="white-space
re
c.Authentication = AuthenticationLevel.PacketPrivacy;
<p style="
<p style=" <span style="white-space
re
ManagementScope scope = new ManagementScope("\\" + ip + "\root\mscluster", c);
<p style=" <span style="white-space
re
scope.Connect();
<p style=" <span style="font-weight:inherit; font-style:inherit; font-family:Tahoma; outline-width:0px; outline-style:initial; outline-color:initial; font-size:small; padding:0px; margin:0px; border:0px initial initial <span style="font-weight:inherit; font-style:inherit; font-family:inherit; outline-width:0px; outline-style:initial; outline-color:initial; font-size:13px; padding:0px; margin:0px; border:0px initial initial <span style="font-weight:inherit; font-style:inherit; font-family:Verdana,Arial,Helvetica,sans-serif; outline-width:0px; outline-style:initial; outline-color:initial; font-size:11px; padding:0px; margin:0px; border:0px initial initial Despite
being able to access the namespace and obtain all the information, theres error 5605 ( http://technet.microsoft.com/en-us/library/cc727103(WS.10).aspx" style="font-weight:inherit; font-style:inherit; font-family:inherit; outline-width:0px; outline-style:initial; outline-color:initial; color:#0066dd; text-decoration:none; list-style-type:none; padding:0px; margin:0px; border:0px none initial http://technet.microsoft.com/en-us/library/cc727103(WS.10).aspx <span style="font-weight:inherit; font-style:inherit; font-family:Tahoma; outline-width:0px; outline-style:initial; outline-color:initial; font-size:13px; padding:0px; margin:0px; border:0px initial initial )
at my remote machine upon my remote WMI access. Thus, I wonder if theres anything I could do to get rid of the error. Thanks in advance...
View the full article
<p style=" Hi,
<p style=" Im doing C# application to access MS Cluster via WMI remotely by the namespace "root/mscluster", with the following connection setting:
<p style=" <span style="white-space

<p style="
<p style=" <span style="white-space

c.Impersonation = ImpersonationLevel.Impersonate;
<p style=" <span style="white-space

c.Authentication = AuthenticationLevel.PacketPrivacy;
<p style="
<p style=" <span style="white-space

ManagementScope scope = new ManagementScope("\\" + ip + "\root\mscluster", c);
<p style=" <span style="white-space

scope.Connect();
<p style=" <span style="font-weight:inherit; font-style:inherit; font-family:Tahoma; outline-width:0px; outline-style:initial; outline-color:initial; font-size:small; padding:0px; margin:0px; border:0px initial initial <span style="font-weight:inherit; font-style:inherit; font-family:inherit; outline-width:0px; outline-style:initial; outline-color:initial; font-size:13px; padding:0px; margin:0px; border:0px initial initial <span style="font-weight:inherit; font-style:inherit; font-family:Verdana,Arial,Helvetica,sans-serif; outline-width:0px; outline-style:initial; outline-color:initial; font-size:11px; padding:0px; margin:0px; border:0px initial initial Despite
being able to access the namespace and obtain all the information, theres error 5605 ( http://technet.microsoft.com/en-us/library/cc727103(WS.10).aspx" style="font-weight:inherit; font-style:inherit; font-family:inherit; outline-width:0px; outline-style:initial; outline-color:initial; color:#0066dd; text-decoration:none; list-style-type:none; padding:0px; margin:0px; border:0px none initial http://technet.microsoft.com/en-us/library/cc727103(WS.10).aspx <span style="font-weight:inherit; font-style:inherit; font-family:Tahoma; outline-width:0px; outline-style:initial; outline-color:initial; font-size:13px; padding:0px; margin:0px; border:0px initial initial )
at my remote machine upon my remote WMI access. Thus, I wonder if theres anything I could do to get rid of the error. Thanks in advance...
View the full article