Very handy for Office 2013 installs
You may also like
sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a […]
In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net […]
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]