I wondered which filters you guys all use for your Group Policies? For example I have a piece of software where I need to deploy a different MSI for Windows XP than I do Windows Vista or Windows 7.
I want to use Get-WmiObject to gather information about processors on my servers, but the Windows 2k/2k3 servers aren't playing nice. They won't let me neatly store ...
In the last two parts of the series we saw how and why WMI exists. We even saw a small bit of code in WMI and how easy it was to write it using class abstractions provided by WMI. In this concluding ...