Author Archives: Boe Prox

Fix Duplicate WSUS ClientIDs Using PowerShell

A common issue when using a ‘template’ or an OS image that hasn’t been sysprepped is that each client that has the same clientID will appear and disappear from the WSUS console (only 1 client will appear at a time). … Continue reading

Posted in powershell, scripts, WSUS | Tagged , , , , | 6 Comments

Beginning with Windows Azure Using PowerShell

I recently created an account to use Windows Azure to create some virtual machines that I can then use to work with more systems than I can usually do given my current hardware. This also presents a great opportunity for … Continue reading

Posted in powershell | Tagged , , | Leave a comment

Quick Hits: Finding, Creating and Removing PowerShell Type Accelerators

I saw a question recently that somebody asked on how to locate and create custom type accelerators without the need of the PowerShell Community Extensions (PSCX) and its type accelerator, [accelerator]. I quickly answered his question, but decided that this … Continue reading

Posted in powershell, Tips | Tagged , , , , | 3 Comments

Backup a SQL Database Using SQL Server Management Objects (SMO) and PowerShell

In my next article on my SQL and PowerShell series, I will talk about using the SQL Server Management Objects (SMO) to back up a SQL database. If you recall in my previous article on SQL Databases, you saw how … Continue reading

Posted in powershell, SQL | Tagged , , , | 1 Comment

Report on Group Policy Objects that have Logon Scripts

Recently, I was asked to generate a report on Group Policy Objects (GPO) that are using logon scripts and also to determine the type of logon script being used. Of course the logical approach is to use PowerShell to make … Continue reading

Posted in powershell | Tagged , , , , | 8 Comments