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
- Using a ScriptBlock Parameter With a PowerShell Function
- Querying UDP Ports with PowerShell: Part 2
- PowerShell and Excel: Adding Some Formatting To Your Report
- Setting up Local Administrator Password Solution (LAPS)
- Quick Hits: Finding Exception Types with PowerShell
- Using PowerShell to Query Web Site Information
- Quick Hits: Ping Sweep One Liner
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
Prevent Write-Debug From Bugging You
If you are like me, you try to take advantage of already available methods of displaying output that displays information about a running function or script or some other internal information by using Write-Verbose/Debug. The best thing about this is … Continue reading
Speaking at NorCal PowerShell User Group in June
I’ll be speaking at the NorCal PowerShell User Group on June 10th talking PowerShell runspaces. I am honored to have been asked to speak to the group and look forward to chatting about runspaces and showing off some examples of … Continue reading
Video From My Presentation at the Philadelphia PowerShell Users Group on WSUS and PowerShell
The video has been posted to YouTube from my presentation on May 1st at the Philadelphia PowerShell Users Group. My presentation was on Managing WSUS using PowerShell and I had a great time presenting on the subject. Check it out … Continue reading
Quick Hits: List All Available WMI Namespaces Using PowerShell
Sometimes it is worth knowing what the available namespaces are in WMI, especially if you are looking for a specific class and are not sure where it might be (sometimes it just isn’t under Root\Cimv2). Another reason is just for … Continue reading
WSUS Server HTML Report
While presenting at the Philly PowerShell User Group on Thursday, one of the things that I showed in my examples was an HTML report that I wrote for WSUS. This report basically does a report on various components of a … Continue reading