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
- Setting up Local Administrator Password Solution (LAPS)
- Building a Chart Using PowerShell and Chart Controls
- Locating Mount Points Using PowerShell
- PowerShell and Excel: Adding Some Formatting To Your Report
- Using a ScriptBlock Parameter With a PowerShell Function
- Use PowerShell to remove local profiles
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
Category Archives: powershell
NorCal PowerShell User Group Presentation on Runspaces is Available
I had the honor of being a speaker at the NorCal PowerShell User Group on June 10th in which I spent the time talking about using runspaces with PowerShell. If you didn’t have a chance to attend, the good news … Continue reading
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