Getting the list LocalAdmins for a set of Server
        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/09
            10:08 UTC
        
        
        Read the original article
        Hit count: 204
        
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