Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Using PowerShell Parameter Validation to Make Your Day Easier
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- PowerShell and Events: Object Events
- PowerShell and Excel: Adding Some Formatting To Your Report
- Find When a User Was Added or Removed to a Domain Group Using PowerShell and Repadmin
- Querying UDP Ports with PowerShell: Part 2
- PowerShell and Events: Permanent WMI Event Subscriptions
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
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
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
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
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
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 background jobs, guest blog, news, Powershell, scripting guy
Leave a comment