All Tags »
PowerShell »
services »
wmi »
net
Sorry, but there are no more tags available to filter with.
-
WMI seems to get recommended for most ''remote'' queries in powershell. This is due in large part because the get-wmiobject cmdlet includes built in support for querying remote machines. However, I've found that WMI can be slow and whenever I find a dotnet alternative, I like to compare the speed of each method.
One of my scripts remotely queries ...