This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 840
README_Check ForModernOfficeApps
Russell Smith edited this page Jul 22, 2016
·
3 revisions
#Check for Modern Office Apps
List the Modern Office apps installed on the local or remote computers
###Pre-requisites
- Remote Windows Management Instrumentation (WMI) connectivity and permissions to any remote computers you are querying.
###Examples
####Check for modern apps installed on all computers in the domain:
-
Open a PowerShell console.
From the Run dialog type PowerShell
-
Change the directory to the location where the PowerShell Script is saved.
Example: cd C:\PowerShellScripts
-
Run the script. With no parameters specified the script will return the locally installed Office Version.
Type . .\Get-ModernOfficeApps.ps1 By including the additional period before the relative script path you are 'Dot-Sourcing' the PowerShell function in the script into your PowerShell session which will allow you to run the function 'Get-ModernOfficeApps' from the console.
####Check for modern apps installed on specified computers:
-
Open a PowerShell console.
From the Run dialog type PowerShell
-
Change the directory to the location where the PowerShell Script is saved.
Example: cd C:\PowerShellScripts
-
Run the script with specified computers.
Type . .\Get-ModernOfficeApps.ps1 -ComputerNames "Computer1,Computer2"
Copyright © 2015 Microsoft Corporation - Project is released under the terms of the MIT License
Home
New Scripts
Completed Scripts
- Office-ProPlus-Deployment
- Office-ProPlus-Information
- Office-ProPlus-Management
- Office-ProPlus-Preparation
- Office-ProPlus-Updates
Information