Quantcast
Channel: get-command | PowerShell » WMI
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Getting all WMI classes on computer

The following one-liner gives a list of all WMI classes available on the computer for the local computer get-wmiobject -list for a remote computer get-wmiobject -list -computername 192.168.1.101

View Article


Image may be NSFW.
Clik here to view.

Determining processes running on a remote server

I just read a blog entry on TechRepublic about determining processes running on a remote server. The following lines somewhat surprised me: I still challenge myself to fully migrate to a PowerShell...

View Article

Browsing all 2 articles
Browse latest View live