Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Quick Hits: Speed Up Some of your Commands by Avoiding the Pipeline
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- Changing Ownership of File or Folder Using PowerShell
- Updating An Existing Get-ProductKey Function
- Report on Group Policy Objects that have Logon Scripts
- PowerShell and WPF: Buttons
- Exploring iTunes Using PowerShell Part 3: Connected Devices
- Reversing a String Using PowerShell
- Speedy Ping using PowerShell
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
Monthly Archives: January 2013
PowerShell and Events: Engine Events
There are 4 types of events that you can register and use for Event Handling: Engine Events, Object events (.Net),CIM (PowerShell V3 only) and WMI events . These provide a great way to provide some asynchronous event handling to monitor … Continue reading
Report the CrashOnAuditFail Setting on Your Computers
CrashOnAuditFail is a setting on each operating system that is used to essentially stop your system if it can no longer write to the Security log. the stop us typically a Blue Screen of Death (BSOD) that bring the system … Continue reading
PowerShell Patch Utility PoshPAIG Updated to 2.1.5
I have just released version 2.1.5 of PoshPAIG, my patching utility, to the public. It is available for download at http://poshpaig.codeplex.com. I spent quite a bit of time ripping out the PSJobs infrastructure and replacing it with background PowerShell runspaces … Continue reading
Find and Report Members of a Local Group
One of the things that a Sys Admin might want to know about is who exactly is in a group, such as Administrators. Getting it from one system is pretty simple, but pulling this data from multiple remote systems can … Continue reading