Skip to main content
SolarWinds MSP
  • Login
  • Support
  • Partnerships
    • Partnerships Overview
    • Solution Provider Program
    • Technology Alliance Program
    • Distributor Program
SolarWinds MSP
  • Products
    • SolarWinds N-central Automate what you need. Tackle complex networks. Try this remote monitoring and management solution built to help maximize efficiency and scale.
    • SolarWinds RMM Start fast. Grow at your own pace. Try this powerful but simple remote monitoring and management solution.
    • SolarWinds EDR Defend against ransomware, zero-day attacks, and evolving online threats with Endpoint Detection and Response
    • SolarWinds Backup Manage data protection for servers, workstations applications, documents and Microsoft 365 from one SaaS dashboard.
    • Mail Protection & Archiving Protect users from email threats and downtime.
    • Password Management Easily adopt and demonstrate best practice password and documentation management workflows.
      • Passportal Demo
    • PSA & Ticketing Manage ticketing, reporting, and billing to increase helpdesk efficiency.
    • Remote Support Help support customers and their devices with remote support tools designed to be fast and powerful.
  • Solutions

    I'm looking for...

    • Security Solutions
    • Monitoring Solutions
    • Efficiency Solutions
  • Resources
    • Blog
    • Webcasts & Events
    • Ask the N-central Experts
    • Daily Live Demos
    • RMM Foundations Training
    • Upcoming Events
    • Upcoming Webcasts
    • Resource Center
    • COVID-19 Resources
    • Resource Library
      • Case Studies
      • Product Information
      • eBooks
      • White Papers
      • Infographics
    • SolarWinds MSP Free Tools
    • GDPR Resource Center
    • Security Resource Center
    • MSP Institute Webinar Series
    • MSP Advice Project
  • About
    • Contact
    • Customer Success
    • Worldwide sales and support
    • Careers
    • Awards and Recognition
    • Get A Quote
    • Newsroom
      • Press Releases
      • In The News
      • Media Contacts
      • COVID-19 Response
    • Leadership Team
    • Legal
      • Cookie Policy
      • Privacy Notice
      • Software Services Agreement
      • Terms of Use
      • Backup Fair Use Policy
    • Security
      • SolarWinds Security Statement
      • Vendor Data Protection Requirements
    • Support
  • IT Departments
  • Contact Sales
    • Get A Quote
    • General Inquiry
  • TRY NOW
    • SolarWinds RMM
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Passportal
    • SolarWinds N-central
    • SolarWinds Mail Assure
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
  • Request a Quote
  • Try Now
    • SolarWinds RMM
    • SolarWinds N-central
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Mail Assure
    • SolarWinds Passportal
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
Request quote
Filter Blogs
  • Filter by:
  • MSP Business
    • Automation
    • Backup & Disaster Recovery
    • Security-series
    • Best Practices
    • Business
    • Business Growth
    • Business Risk
    • Cloud Computing
    • Customer Service
    • Cybersecurity
    • Cybersecurity Awareness Month
    • Data
    • GDPR
    • Internet of Things
    • IT Support
    • ITSM
    • LOGICcards
    • Machine Learning
    • Mail
    • Managed Services
    • Marketing
    • Mobile
    • Networking
    • Operations
    • Podcast
    • Product
    • PSA
    • Remote Management
    • Research & Trends
    • Risk Intelligence
    • Security
    • Security Vlog
    • Service Desk
    • Services & Support
    • The Head Nerds
    • Tips & Advice
    • Training
Home Blog MSP Business Automation Upgrading to Office365 with Automation Manager
Automation

Upgrading to Office365 with Automation Manager

By Marc-Andre Tanguay
18 March, 2020

Doing Microsoft Office 365 migrations is becoming more and more common for MSPs. There are a few good reasons for this: Office365 is typically cheaper than purchasing individual licenses for each user every few years, it offers constant updates, cloud storage, scalability, and (mostly) low, predictable cost to the end customer. 

In my last article, I talked about deploying files via cloud services, primarily AWS. But I’m hearing from more and more partners who tell me they use it to deploy Office 365 to their customers easily, reliably, and cheaply. 

So, let’s start by talking about the high-level steps. Deploying Office 365 is simple, but requires you to do a few things properly. For instance, you should:

  1. Make sure you have a copy of the latest installer
  2. Generate an install configuration file for the desired customer
  3. Use or create an automation policy
  4. Test it on a small set of devices, tweak, and ensure it’s production ready
  5. Push the upgrade to all devices based on your schedule via your RMM platform

Now let’s dig into each step.

Step 1: Getting the installer

Getting the installer is simple. If you go to the Microsoft website, you can get a copy of the installer from the Microsoft portal (https://www.office.com/). In this case, get the offline installer. Once you get it, you can upload the 32- and 64-bit versions (if you need both) to the AWS S3 bucket and get your personal URL.

Step 2: Generating the install config file 

The install config file is fairly simple and is in XML format. Below is a sample config file. I won’t go into the details of the config. It’s available online and—in most cases—the sample below will work fine. So you can copy and paste it into notepad and save it into XML format.

<Configuration>

<Add OfficeClientEdition="64" Channel="Monthly" SourcePath="C:\Temp" AllowCdnFallback="TRUE" ForceUpgrade="TRUE" MigrateArch="TRUE">

<Product ID="O365BusinessRetail">

<Language ID="en-us"/>

<ExcludeApp ID="Lync"/>

</Product>

</Add>

<Property Name="SharedComputerLicensing" Value="0"/>

<Property Name="PinIconsToTaskbar" Value="TRUE"/>

<Property Name="SCLCacheOverride" Value="0"/>

<Property Name="AUTOACTIVATE" Value="FALSE"/>

<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>

<Updates Enabled="TRUE"/>

<RemoveMSI All="TRUE"/>

<Display Level="None" AcceptEULA="TRUE"/>

<Logging Level="Off"/>

</Configuration>

Step 3: Use or create a policy

The easiest thing to do for this step is use an existing policy. The link below has details to a policy built by Brett Dawson from NetEffect. This policy was submitted as part of the 2019 North American Hackathon. He was one of the winners so it’s a good example. You can download the policy at: 

https://success.solarwindsmsp.com/kb/solarwinds_n-central/Install-Office365-Business-Retail

Step 4: Testing

This step is self-explanatory. We recommend you test it locally and/or via your RMM on a few devices first. Ensure it works as you expect and that the customer isn’t having to do steps manually, other than perhaps enter their email address and Office 365 password to log in.

You should complete testing from the automation manager designer, as well as from within your RMM. 

Step 5: Deployment

In this last step, we recommend you deploy large sites on a schedule (run a certain number of upgrades per day until completed) to reduce the number of support cases during the upgrade process.

Automation of the week

Following on from above, this week’s automation is the Office 365 deployment AMP. Brett Dawson from NetEffect also created two policies to deploy Visio and Project, so all three are linked below:

Office365: https://success.solarwindsmsp.com/kb/solarwinds_n-central/Install-Office365-Business-Retail 

Project: https://success.solarwindsmsp.com/kb/solarwinds_n-central/Install-Office-365-MS-Project-Pro 

Visio: https://success.solarwindsmsp.com/kb/solarwinds_n-central/Install-Office-365-MS-Visio-Pro 

If you’ve created an automation policy and would like to share it with the community, please feel free to email me at [email protected] 

As always, don’t forget to go look in the Automation Cookbook at www.solarwindsmsp.com/cookbook if you’re interested in other automation policies, script checks, and custom services.

 

Marc-Andre Tanguay is Head Automation Nerd. You can follow him on Twitter at @automation_nerd

 

You might also like...
Automation

What the Head Nerds Were Up to in 2020

Automation

Motivating Your Team to Work on Automation

Automation

Is It Worth Automating? 

Automation

Should You Have an Automation Team? 

Automation

Introducing Cisco Meraki Monitoring for N-central

Automation

Monitoring Network Devices Using Automation in N-central

Want to stay up to date?

Get the latest MSP tips, tricks, and ideas sent to your inbox each week.

Loading form....

If the form does not load in a few seconds, it is probably because your browser is using Tracking Protection. This is either an Ad Blocker plug-in or your browser is in private mode. Please allow tracking on this page to request a subscription.

Note: Firefox users may see a shield icon to the left of the URL in the address bar. Click on this to disable tracking protection for this session/site

Recent Posts
  • What the Head Nerds Were Up to in 2020
  • RMM and PSA Tools: How to Make the Most of Both
  • How to Empower an IT Help Desk Team for Success
  • Six Tips That Will Make Managing Your MSP Company Easier
  • January 2021 Patch Tuesday: One Actively Exploited Vulnerability and a Few Likely to Be
Categories:
  • Security (230)
  • Tips & Advice (122)
  • Best Practices (94)
  • Managed Services (86)
  • Backup & Disaster Recovery (83)
  • The Head Nerds (75)
  • Business Growth (75)
  • IT Support (42)
  • Business (39)
  • Automation (37)
  • Cybersecurity (37)
  • Operations (34)
  • Mail (33)
  • Remote Management (28)
  • ITSM (25)
  • Cloud Computing (21)
  • Networking (21)
  • Data (21)
  • Marketing (14)
  • Product (11)
  • PSA (11)
  • Service Desk (5)
  • Services & Support (5)
  • Mobile (4)
  • Risk Intelligence (4)
  • Customer Service (3)
  • Internet of Things (3)
  • GDPR (2)
  • Research & Trends (2)
  • Training (2)
  • LOGICcards (1)
  • Business Risk (1)
Show moreless
SolarWinds MSP

Products
  • SolarWinds RMM
  • SolarWinds N-central
  • SolarWinds Backup
  • SolarWinds EDR
  • SolarWinds MSP Manager
  • SolarWinds Mail Assure
  • SolarWinds Risk Intelligence
  • SolarWinds Take Control
  • SolarWinds Passportal
  • All Products Use Cases
Solutions
  • Security Solutions
  • Monitoring Solutions
  • Efficiency Solutions
  • Identify which RMM solution is right for me
  • Drive Efficiency with Automation
  • Manage my MSP Business More Efficiently
  • Manage my IT Department More Efficiently
  • Layered Security
  • Cross-Platform Support
  • Data-Driven Insights
About
  • About Us
  • Careers
  • Newsroom
  • Leadership Team
  • Upcoming Events
  • Subscription Preferences
  • SolarWinds
  • SolarWinds Trust Center
  • COVID-19 Response
Support
  • SolarWinds RMM
  • Solarwinds N-central
  • SolarWinds Backup
  • SolarWinds Mail Assure
  • SolarWinds Take Control
  • SolarWinds MSP Manager
  • Solarwinds Risk Intelligence
  • Solarwinds Threat Monitor
  • SolarWinds Passportal
  • SolarWinds Take Control Downloads
  • Backup & Recovery Downloads
  • Service Status

Footer 2

  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Security Information
  • Sitemap

© SolarWinds MSP Canada ULC and SolarWinds MSP UK Ltd.
All Rights Reserved.