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

Posted in Deep Dive, News, powershell | Tagged , , | Leave a comment

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

Posted in powershell, scripts | Tagged , , , , | 2 Comments

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

Posted in powershell | Tagged , , , | 15 Comments

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

Posted in powershell | Tagged , , | 2 Comments

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

Posted in powershell, WSUS | Tagged , , , | 5 Comments