Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Locating Mount Points Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Beginning with PowerShell and Word
- PowerShell 4.0 Now Available for Download
- Quick Hits: Finding Exception Types with PowerShell
- Quick Hits: Adding Items to an Array and a Look at Performance
- Checking for a TCP Listener Connection
- Using PowerShell to Query Web Site Information
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
PowerShell Magazine Article Live Today
My first ever article on the PowerShell Magazine is now live today! This article talks about my favorite 3 tips for PowerShell. This is a great opportunity that I could not pass up on! Check it out and let me … Continue reading
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