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
- PowerShell and Events: Object Events
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Quick Hits: Ping Sweep One Liner
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- Use a PowerShell Logon Script To Update Printer Mappings
- Locating Mount Points 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
Author Archives: Boe Prox
Guest spot on the PowerScripting Podcast
I had the excellent opportunity to be a guest on the PowerScripting podcast earlier in September (1SEPT2011) to talk about my latest project: PoshPAIG. For anyone who hasn’t checked out the podcast, I HIGHLY recommend you do so. There is … Continue reading
Don’t assume a Cmdlet has -WhatIf
Imagine that you are writing a script, or preparing to run a command that will perform a change on your domain. For instance, you are running the FailoverClusters module and want to move a cluster group on a given condition. … Continue reading
Checking for failing Hard Drives using S.M.A.R.T and PowerShell
I noticed a link to an article on twitter yesterday that talked about how you can use PowerShell to query for a SMART enabled hard drive and detect a possible imminent failure. It was an interesting article and showed me … Continue reading
Guest Blogger on Hey, Scripting Guy! for PoshPAIG
Yep, that is right! My articles on PoshPAIG 1.6 are live at the Hey, Scripting Guy! site. I have 2 articles this weekend talking about the latest updates and issues I ran into while working on this update. I will … Continue reading