-
So this is a script we used to get some event log infomation (the one additional thing it has over get-eventlog is it gets the location and actual size of files etc) The issue the file kinda worked (it was running over 24hrs with only a few results. After rebooting the machine the script would no longer...
-
This article covers a bit about using PowerShell and WMI with several examples of how to research get-WmiObject parameters, listing Classes and checking your Computer System using WMI. Read more
-
Using WMI to retrieve the Windows Experience Index is cool - but note that the WMI Class is not provided on all Windows SKUs. It appears missing, for example, on Windows Sever.
-
Alexander Orlov demonstrates how to uninstall Windows applications using WMI with a PowerShell one-liner. Read more