Setting WMI permissions remotely
        Posted  
        
            by christianlinnell
        on Server Fault
        
        See other posts from Server Fault
        
            or by christianlinnell
        
        
        
        Published on 2010-03-10T22:40:11Z
        Indexed on 
            2010/03/14
            14:25 UTC
        
        
        Read the original article
        Hit count: 748
        
I've developed a tool that does a simple retrieval of registered services and installed applications from remote Windows Server 2003 servers via WMI.
My problem is, the tool needs to be run on an ad hoc basis by a user who is not an administrator of those servers.
I've created a domain user (which the tool will use to run the query) that I'd like to grant remote WMI permission on each server, but given there are about 200 servers, I can't do it manually. Is there a way to grant access to that domain user via WMI, or by distributing a registry change via SMS or Group Policy?
© Server Fault or respective owner