Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Setting up Local Administrator Password Solution (LAPS)
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Building a TCP Server Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Using PowerShell to Query Web Site Information
- Using a ScriptBlock Parameter With a PowerShell Function
- Quick Hits: Finding Exception Types with PowerShell
- Speedy Ping using PowerShell
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
Author Archives: Boe Prox
PowerShell Deep Dives Book Now Available!
That is right! After a lot of hard work, the PowerShell Deep Dives book will be available (Print edition) on 26 July with the e-book available now. As one of the co-authors of this book, I can tell you that … Continue reading
Create a Hard Link Using PowerShell
Following on the heels of my last article where I talked about creating a symbolic link using PowerShell, I figured I would throw another script out there that will do what mklink.exe does with creating a hard link and do … Continue reading
Creating a Symbolic Link using PowerShell
Recently, I had a need to create a symbolic link while running a scan on some systems and found that there was not a native way in PowerShell to accomplish this. Now I can use mklink.exe to make this work, … Continue reading
Font Dialog Selection using PowerShell
While I was working on an update to my PoshChat project, one of the requests that I had was to allow for font size changes on the client UI. I wanted the user to have the capability to not only … Continue reading
Using the WSUS API and PowerShell to Perform Maintenance on the SUSDB Database
In my previous article, I showed how you can utilize the Windows Server Update Services (WSUS) API to connect to the SUSDB database that is being used by the WSUS server to perform T-SQL queries against the database for information. … Continue reading