Powershell Commands
- Luke Chikkala
- May 28, 2017
- 1 min read
[This post will be updated whenever useful commands are found in the temporary memory of my brain]
Serial Port Information [System.IO.Ports.SerialPort]::getportnames()
Changing MAC Address
Get-NetAdapter
Set-NetAdapter -Name "" -MacAddress ""

Cheers -l
Commenti