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
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and WPF: Introduction and Building Your First Window
- Setting up Local Administrator Password Solution (LAPS)
- Quick Hits: Ping Sweep One Liner
- Quick Hits: Finding Exception Types with PowerShell
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
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: scripts
Querying UDP Ports with PowerShell: Part 2
In my previous post on working with UDP ports and PowerShell I showed you how you can set up listeners on both your local and remote systems to send and receive data through those ports. While this is a great … Continue reading
PowerShell Profile Removal GUI
In a previous article, I showed you how you can use PowerShell to remove local profiles from local and remote systems. A couple of downsides to using this was: This only worked on Vista and above Operating Systems You can … Continue reading
ShowUI Text Converter for Fun and Profit…Mostly Fun
01010000 01101111 01110111 01100101 01110010 01010011 01101000 01100101 01101100 01101100 00100000 01010110 00110011 00100000 01010010 01101111 01100011 01101011 01110011 00100001 So what did I type here? Well, you can either copy this text and go find a binary-to-text converter online… … Continue reading
Checking for failing Hard Drives using S.M.A.R.T and PowerShell
I noticed a link to an article on twitter yesterday that talked about how you can use PowerShell to query for a SMART enabled hard drive and detect a possible imminent failure. It was an interesting article and showed me … Continue reading