powershell

Powershell Useful Commands

Powershell Cheat Sheet and Useful Commands/Cmdlets

This article mostly applies to Powershell version 6 or later (formerly known as Powershell Core). Check edition via Powershell variable: $PSEdition (should show core for modern powershell)

Read more...

Powershell Cmdlets

This article applies to Powershell version 6 or later (formerly also known as Powershell Core).

Read more...

Switch among multiple Git Config/Profiles using Powershell

use git cli to switch among multiple Git Config/Profiles

Overview of the script,

Read more...

WiFi Networking with Powershell and netsh

Please be aware of notation below in command outlines. $ represents a command and rests of the lines following that line are output. The tradition is to utilize the "> " prompt for Windows Command Shell, however, I come from a Unix background and I defy that.

Read more...