Author Archives: Boe Prox

WSUS: Viewing Updates with PowerShell

In my previous post, I showed you how to make a connection to a WSUS server, view clients reporting to the server and how to start and view the progress of a WSUS sync. In this post, I will show … Continue reading

Posted in powershell, WSUS | Tagged , , | 6 Comments

Manage WSUS with Powershell

Many of you probably use WSUS as your enterprise patching solution.  For those of you who are unfamiliar with WSUS, please check out this link for more information. With WSUS 3.0, you are now able to download and install the … Continue reading

Posted in powershell, WSUS | Tagged , , , | 9 Comments

Quick Hits: Get-Date -uFormat possibilities

For those of you that have used the Get-Date -uFormat and am not sure what each possible option is, this little snippet will give you all of the information you need. 65..90 | % {“$([char]$_): $(Date -u %$([char]$_))”};97..122 | % … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Retrieving Windows Experience Index via WMI

You may have seen this on your Vista or Windows 7 machine. As you can tell, mine is probably average, but did you know that you can retrieve this locally or remotely via WMI using the Win32_WinSat class? You can … Continue reading

Posted in powershell, scripts | Tagged , , , | Leave a comment

Custom Powershell Objects and Performance

One of the things that I have been seeing are the different ways to compile a report or to create a collection of custom objects in Powershell.  In fact, there was a comment on a previous post saying that I … Continue reading

Posted in powershell | Tagged , , , , | 5 Comments