

- CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT HOW TO
- CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT INSTALL
- CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT WINDOWS 8.1
- CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PLUS
- CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PROFESSIONAL
Optional: In my organization, we have a problem with Windows 8.1 systems which are unable to read the SRV records for our KMS in our local DNS.
CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT INSTALL
This step does not need conditions because it will install on both x86 and 圆4 architectures. Add a “Install Application” step and select the Microsoft Office 2013 Standard application we created in the previous post. Once finished with the uninstall commands, let’s turn our attention to the install group.The ProPlus setup.exe is sufficient, but you will need to change the “ProPlus” to “ProPlusr” in each command line right after the “/uninstall”. You don’t need to point the command lines to each Retail’s media setup.exe. The only thing that changes is you have to import the specific MSI for the retail versions. For the Retail versions, repeat steps 5 and 6.When finished, the ‘Options” tab should look like the following: Add the “Installed Software” condition and import the x86 MSI.
CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PROFESSIONAL
CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PLUS

SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "Microsoft Office Professional Plus 2013%" SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId This is because we will create the collection using a query instead of direct memberships since the latter will take forever to input, not to mention, I find it very difficult to maintain.Ĭreate a collection and add the following query:

We will then script out a task sequence to uninstall Professional Plus (MSDN and Retail) and install Standard in one motion because if we run the uninstall separately, the computers will drop off the collection as they are being uninstalled. We need to create a collection of all the computers that currently have Professional Plus installed. I am also only going to focus on the MSDN media types, but you can adapt the steps for the Retail versions by substituting the MSI’s for Retail instead of using the MSDN ones.
CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT HOW TO
In summary, we detected unauthorized installations of Microsoft Office 2013 Professional Plus and now we need to uninstall and replace these rogue installations with the Standard version.įor this tutorial, I am going to assume you already know how to create collections and work with queries as well as task sequences. This post will address the second requirement mentioned in my previous post.
