Trentent -- One and Only.
Well that was easy...
Tuesday, February 25, 2014
Time how long a WMI filter call takes
The following command will time how long a WMI filter call will take to execute on your server/PC.
$query = "Select * from Win32_Processor where AddressWidth = '32'"
Measure-Command { Get-WmiObject -Query $query }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment