Hi all
Just wondered if anyone else can test on their idnet connection the office deployment tool to see if it downloads at a decent speed?
At home and work (idnet) it barely hits 1mbps and sometimes 0 most of the time. On vpn, talktalk, 4g hotspot it maxes the connection. Trying to see if its idnet or microsoft.
- https://www.microsoft.com/en-us/download/details.aspx?id=49117 download and run to a folder
- Generate xml config file from https://config.office.com/ and put into same folder
- Run powershell in same folder (hold shift and right click in folder to do quickly)
- Run this - .\setup.exe /download *name of xml file*
Thank you!
Alternatively install chocolatey via powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
then "choco install office365business"
apt install libreoffice ;D