Create custom code snippets in VSCode

BACKGROUND VSCode snippets are a productivity feature allowing blocks of code to be inserted with a couple of keystrokes or tab completion. Its simple to add your own Snippets and dramatically boost your productivity. Read on for the details. ...

May 7, 2021 · 4 min · GD

Find a computer's Active Directory Site and Subnet with PowerShell

Read-on for a PowerShell command to get the Active Directory Subnet and Site from the computername or IP Address. ...

April 13, 2019 · 2 min · GD

Export Remote Eventlog with PowerShell

This article includes a PowerShell Export-Eventlog command to quickly export Windows event logs from a remote computer and copy it to the local machine. ...

April 6, 2019 · 1 min · GD

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