↧
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 ArticleDetermining 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