Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Quick Hits: Ping Sweep One Liner
- Using PowerShell to Query Web Site Information
- Setting up Local Administrator Password Solution (LAPS)
- Quick-Hits: Find currently logged on users
- List All Files Regardless of 260 Character Path Restriction Using PowerShell and Robocopy
- PowerShell and WPF: Introduction and Building Your First Window
- FSMO Roles and 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
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 clientID, Powershell, registry, remote registry, wsus
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
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 accelerator, Powershell, quickhits, typeaccelerator, types
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
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