Unable to start Server Service on remote machine (2 replies)

Posted on .NET 247 See other posts from .NET 247
Published on 03 Sep 2009 17:50:48 Indexed on 2010/03/07 23:55 UTC
Read the original article Hit count: 239

Filed under:
hi, i am trying to start Server service thru .net code on remote machine but unable to do so. here is the code.. ConnectionOptions con new ConnectionOptions(); con.Authority "ntlmdomain:DomainName"; con.Username "x"; con.Password "123456"; con.Impersonation ImpersonationLevel.Impersonate; con.Authentication AuthenticationLevel.Packet; con.EnablePrivileges true; ManagementScope ms new ManagementSco...

© .NET 247 or respective owner