Category Archives: powershell

Update KB2928680 Available to Fix Invalid Properties error when using Get-ADUser/Computer

For those of you running Windows 8.1 or Windows 2012 R2, you may have seen issues where using Get-ADComputer and Get-ADUser with the –Property parameter and specifying * to grab all properties of the object. Get-ADUser proxb -Server DC1 -Property … Continue reading

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

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