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 WPF: Writing Data to a UI From a Different Runspace
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- PowerShell and Excel: Adding Some Formatting To Your Report
- PowerShell and WPF: Checkboxes
- PowerShell and Events: Object Events
- 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
Author Archives: Boe Prox
Working With New CmdletBinding Arguments HelpURI,SupportsPaging and PositionalBinding In PowerShell V3
With PowerShell V3 out (still in Beta), there are some new things with the CmdletBinding that includes the following items: HelpURI SupportsPaging PositionalBinding Each of these has their own specific uses and I will dive into each one to show … Continue reading
Posted in powershell, scripts, V3
Tagged cmdletbinding, HelpURI, PositionalBinding, Powershell, SupportsPaging, V3
1 Comment
PoshPAIG 2.0.1 Released
My latest release of PoshPAIG includes some new features such as: New UI Design to make it look cleaner More reporting options Keyboard shortcuts Check for stopped services set to Automatic Options window to change some basic settings I have … Continue reading
Using Background Runspaces Instead of PSJobs For Better Performance
In my previous article, I showed you a function to query remote servers for their network information using background runspaces to speed things up. To follow up on that article based on some questions and comments I received from that … Continue reading
Speedy Network Information Query Using PowerShell
Taking a page from my Advanced Event 2 script that I used in my Expert Commentary on Hey, Scripting Guy!, I wanted to put something together to query for basic networking information from both local and remote systems and accomplish … Continue reading
Updating An Existing Get-ProductKey Function
A couple of days ago I received my daily PowerTips email from PowerShell.com talking about how to get the Windows Product key via PowerShell from your local system. The code is simple and to the point to look for and … Continue reading