|
|
Browse by Tags
All Tags » PowerShell » services » wmi
-
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 ...
|
|
|