Tag Archives: Powershell

WSUS Reporting: Digging Into Target Groups and Update Statuses Using PowerShell

I had an email recently asking how to report on the number of updates per Target Group. Basically when a report is run using the WSUS Management Console, you can create a tabular report that displays something similar to this: … Continue reading

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

Building a TCP Server Using PowerShell

Something that I have been working on for the past week or so is building a TCP server that I can use to issue commands from remotely and have it carry out on the remote server. I’ve already written a … Continue reading

Posted in powershell | Tagged , , | 7 Comments

PoshWSUS Update to 2.2.1

After a little time away from this project, I had received some functions from a member of the community (Universal in CodePlex), who had taken the time to work out some of the functions which are more server side related … Continue reading

Posted in Modules, powershell, WSUS | Tagged , , | 4 Comments

Using PowerShell Parameter Validation to Make Your Day Easier

Writing functions or scripts require a variety of parameters which have different requirements based on a number of items. It could require a collection, objects of a certain type or even a certain range of items that it should only … Continue reading

Posted in powershell, Winter Scripting Games 2014 | Tagged , , , | 12 Comments

Sidebar on Ed Wilson’s (Scripting Guy) Latest Book

A while back, I was asked to submit a sidebar for Ed Wilson’s (Microsoft’s Hey, ScriptingGuy!) latest book titled “Windows PowerShell Best Practices ” on my use of PowerShell in the environment. Of course, I couldn’t refuse this offer and … Continue reading

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