Exercise 1: Assessing the environment using the OEAT
In this exercise you will assess the current Office environment to establish the current addins that are installed and come up with a plan for the Office 2010 migration.
Task 1 – Create the settings file
In this first task you will configure the OEAT tool to be run on all the machines in your network.
- Create a shared folder named OEAT
- Open Windows Explorer and navigate to %Office2010DeveloperTrainingKitPath%\Labs\AppCompatibility\Source\Starter
- Right click the folder and click Properties then switch to the Sharing tab
- Click Advanced Sharing on the Sharing tab
Check the Share this folder checkbox and name the share OEAT
Figure 1
Create Network Share
- Click Permissions and verify that Everyone has Full Control of the share then click OK
- Click OK to close the Properties window
- Create the settings file that will be used to configure each scanning process
Navigate to \\demo2010a\OEAT in Windows Explorer and run OEAT-Release.exe
- Click the Run Wizard button to start the configuration process and click Next to move to the first step
The tool will notify you of which areas will be scanned. Click Next to move to the next step
Figure 3
Automatic Scan Actions
Select the No option to not run a passive scan and make sure the Run hidden check box is cleared then click Next
Figure 4
Configure Passive Scan Options
Set the Path to \\demo2010a\OEAT to define where the results of each scan are stored and click Next
Figure 5
Setup Scan Output Path
- Click Finish to create the settings file
- Click Exit to close the OEAT tool
- Create a batch file that will run the scan
- In \\demo2010a\OEAT create a new file named scan.bat
- Enter the following script into the batch file
\\demo2010a\OEAT\OEAT-Release.exe -scan
This batch file will run the process from any machine with access to the network share. This batch file can be run as part of a start up script or manually on each machine. Make sure the account running the batch file has read and write access to the network share to allow storage of the scan results.
- Double click scan.bat to start the scan of the local machine
Error: Note format was corrupted. Title should be bold.
Task 2 – Compile the results
Once the data files are retrieved from each machine on the network, the results will be compiled into a results Excel workbook.
- Compile the results using the OEAT tool
- Navigate to \\demo2010a\OEAT in Windows Explorer and execute OEAT-Release.exe
Click the Compile Results button to aggregate the results of all scans
- Review the results of the compilation
- Locate the OEAT Report.xlsx file that was opened when the compile completed
View the AllInstalledAddins and AddinsNotShippedWithOffice sheets to see a summary of installed add-ins
Figure 7
Compiled Results