Tag Archives: Powershell

A Week of Hey, Scripting Guy! with WSUS and PowerShell

I’ve taken over the Hey, Scripting Guy! blog for the week to talk about using PowerShell to manage a WSUS server starting today! Thanks, Ed for giving me the entire week to talk about this topic. I will update this … Continue reading

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

Starting,Stopping and Restarting Remote Services with PowerShell

A common task that a System Administrator might face in their day is restarting a service on a remote system. While this can be accomplish using the Services.MSC or another various GUI, you have to load the GUI, then connect … Continue reading

Posted in powershell | Tagged , | 15 Comments

Enable .Net 4.0 access from PowerShell V2

While working on an update to one of my projects, PoshPAIG, I decided that I wanted to take a look at using a DataGrid as a possible replacement to the use of a ListView. The problem I ran into right … Continue reading

Posted in powershell, scripts | Tagged , | 3 Comments

Compare-Object Weirdness? Or Business as Usual?

I came across this forum question on the Hey, Scripting Guy! forum the other day and couldn’t help but take up the challenge of finding out and providing (hopefully) a good explanation as to why the following code snippet did … Continue reading

Posted in powershell | Tagged , , , | 5 Comments

PoshWSUS 2.0 released

Actually, it is now 2.0.1 as I have fixed a couple of bugs in the module. But yes, I have finally released version 2.0 of PoshWSUS on Codeplex. Please go out there to check out all of the new features … Continue reading

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