Active Directory ADSystemInfo with PowerShell

ADSystemInfo is a built-in COM object in Windows that simplifies lookup of Active Directory user and computer information. ...

March 30, 2019 · 1 min · GD

Get-WLAN - PowerShell Toolmaking

This post includes a Get-WLAN function to show information about wireless LAN connections, including the SSID and signal strength. It also demonstrates creating a PowerShell wrapper for a built-in Windows command. ...

January 6, 2019 · 3 min · GD

Audit Chrome Extensions with PowerShell

This post includes a PowerShell Get-ChromeExtension script to list installed extensions on the local or remote computer. ...

December 15, 2018 · 2 min · GD