Currently utilizing version 3.6.5 of the Powershell Application Deployment Toolkit.
-
Edit Download.xml
-
Edit the SourcePath to your directory.
-
Edit the ProductID to match your subscription. Full list of ProductIDs available here.
-
Edit Installation.xml
-
Edit the Product ID, language, logging (if desired), autoactivation, and updates- documentation here.
-
Run download.bat, downloads configured setup files
-
Adjust Deploy-Application.ps1 to your desired configuration. By default, it does the following:
-
Prompts the user that there is an application install.
-
Forces close all Office applications & Internet Explorer, gives user 60 seconds.
-
Removes all existing versions of Office (2003, 2007, 2010, 2013, 2013 Click-to-Run, Office 365 & associated applications) utilizing the Microsoft created vbscripts in their Fix-It tools
-
Installs Office 365
-
Suppresses the first run dialogs for Office 365 for all users
-
Dialog prompt that the installation is complete.
-
Prompts user to restart, forces within 60 seconds
You can easily adjust this script to your desired needs, including running fully silent and installing Office instead of Office 365. The PSADT documentation is excellent.
Credit goes to the examples scripts and #sysadmin on irc.synirc.net for assisting with the development of this script.