Installing Office 365 on Remote Desktop Server Server is relatively straight forward process.
You would need to use Office 2016 Deployment tools to install Office 365.
Download Office 2016 Deployment Tools
https://www.microsoft.com/en-us/download/details.aspx?id=49117
Run the Installer and Extract files.
You will have get a Setup.exe and sample configuration.xml file
Update Configuration.xml File with source path, Display, and ShareComputerLicensing (since we are using it on shared terminal server).
Note that You would need to update the source path and ensure that you have appropriate rights to save the files to the share location.
You can remove the following section from the xml file
Now, we need to run setup.exe with 2 different switches
You would now need to run 2 commands using ODT
- To download Office 365 Proplus
- To Install Office 365 Proplus
You do have a choice to use local offline installer or package, however, in this case we are going to download Office 365 from internet
Setup.exe /download configuration.xml
Setup.exe /configure configuration.xml
This would install the Office 365 components. You can also use exclude packages within office 365 for example skype for business, access, etc. For more information, kindly check Office Deployment Tool help.
That’s it guys. You can now add Office 365 apps into publish apps in Remote Desktop Collections and present it to the users.
Hope you will find it useful.
Comments are closed.