Recent Posts

Updated Get-MonitorInfo

less than 1 minute read

This is an updated function for gathering monitor information that accepts input from the pipeline or as a parameter.

BIOS Management with PowerShell

less than 1 minute read

Hewlett-Packard’s Client Management Interface and Dell’s OpenManage Client Instrumentation allow their hardware to be managed through various enterprise mana...

Rename Computers with PowerShell

less than 1 minute read

Some documentation refers to the Rename-Computer cmdlet, but according to this post, providing an invalid computer name could cause unexpected results. Since...

Geocoding with PowerShell

less than 1 minute read

Version 3 of Google’s Geocoding API does not return information in CSV format. This updated code processes the XML returned by the new API.