Category Archives: powershell

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

Use PowerCLI to Report Storage Paths in your ESXi Environment

Just something I wanted to share with the community… One of our VMWare Administrators was working with VMWare vendor support in looking at some SAN connection issues and was requesting a report showing the following information: Host, Name, HBAName, Source, … Continue reading

Posted in PowerCLI, powershell, scripts, VMWare | Tagged , , , | 22 Comments

Quick Tip To Find Out What Your Background Jobs Are Doing

One of the great things about PowerShell is the use of background jobs to run long operations while still having access to your console, or running multiple jobs to gather your data that much quicker than doing a sequential approach. … Continue reading

Posted in powershell | Tagged , , | 4 Comments