Getting the list LocalAdmins for a set of Server - C#

Posted by PK on Stack Overflow See other posts from Stack Overflow or by PK
Published on 2010-05-06T18:46:27Z Indexed on 2010/05/06 18:48 UTC
Read the original article Hit count: 123

Filed under:
|

I have a list of computers (stored in a database) and I want to find out the localadmins on those computers programmatically so that I can store that information in the database too.

I understand this can be done using powershell. But looking for a way to do the same thing using C#

how do I do that

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET