Sunday, January 18, 2009

WMI classes from Local/Remote computer

[] to get a list of the WMI classes available on the local computer

PS> get-wmiobject -list

[] to get a list of the WMI classes available on the remote computer by specifying a computer name or IP address

PS> get-wmiobject -list -computername 127.0.0.1

No comments:

Post a Comment