Tag Archives: Powershell

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

Querying UDP Ports with PowerShell: Part 2

In my previous post on working with UDP ports and PowerShell I showed you how you can set up listeners on both your local and remote systems to send and receive data through those ports.  While this is a great … Continue reading

Posted in powershell, scripts | Tagged , , | 1 Comment

PowerShell Profile Removal GUI

In a previous article, I showed you how you can use PowerShell to remove local profiles from local and remote systems. A couple of downsides to using this was: This only worked on Vista and above Operating Systems You can … Continue reading

Posted in powershell, scripts | Tagged , , | 11 Comments

Guest Blog on “Hey, Scripting Guy!” About Scaling Background Jobs and Rebooting Systems

My 5th guest blog on Microsoft’s “Hey, Scripting Guy!” is out today .In this article I talk about using background jobs and scaling them to perform a monitored reboot of systems. Link to the article is here. Enjoy!

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