Oh-My-Posh transforms your command-line interface into a personalized and information-rich workspace. It does this through modules, which are customizable elements in your prompt. While numerous modules are available, this article…
Hyper-V Powershell Networking
Get a list of switches Get-VMSwitch Get a list of Network adapters Get-VMNetworkAdapter -all Change virtual switch each VM's Network Card points at: - Get-VM "VM01" | Get-VMNetworkAdapter With this…