In Linux, I can change MAC Address easily using ifconfig command.
e.g.
sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
Is possible to do the same via CLI in Windows OS?
I know we can change it via Network Adapter's properties or registry, I just want to know if this is possible via CLI.