Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using Background Runspaces Instead of PSJobs For Better Performance
- Using PowerShell Parameter Validation to Make Your Day Easier
- Quick Hits: Ping Sweep One Liner
- PowerShell and Excel: Adding Some Formatting To Your Report
- PowerShell and WPF: Introduction and Building Your First Window
- Using PowerShell to Query Web Site Information
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Setting up Local Administrator Password Solution (LAPS)
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
Invoking Private Static Methods Using PowerShell
Usually if I want to accomplish a task in PowerShell, I can count on either a cmdlet or a publicly available .Net method to come to my rescue. Sometimes though, a method that I would like to use is just … Continue reading
PowerShell and WPF: Ink Canvas
Today’s PowerShell and WPF topic is all about the Ink Canvas, which is a WPF control that gives you the opportunity to draw on it, just like MS Paint! There really isn’t a lot to this control and we can … Continue reading
The 2015 Scripting Games and the First Puzzle
In case you haven’t heard, the 2015 Scripting Games have taken a different approach than what has been done in the previous years. Instead of a throwing down all of the events within a 2-4 weeks span as has been … Continue reading
Looking at Local Groups Using PowerShell on MCPMag
My latest series on MCPMag talks about local groups and using PowerShell (of course ) to not only report on the groups, but also to manage them. Check them out and let me know what you think! Managing Local Groups … Continue reading
Supporting Synchronized Collections in PoshRSJob
I had a question where someone asked if PoshRSJob had support for synchronized variables (or collections) much like I have shown in the past using runspaces. This happened to be something that I touted as an advantage over the use … Continue reading