Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DO NOT MODIFY THE REGISTRY unless requested to do so by an authorized Microsoft person. These changes are for special circumstances that you should have verified by a Microsoft authorized person. Incorrect modifications to the registry can cause irreparable damages to your computer.
Reason for Override
The intellectual property in an assessment is contained in a file named *.execPkg and is downloaded from the Azure Log Analytics cloud. However, for testing and evaluation purposes, a trained Microsoft personal can request that the downloaded version be overridden with the provided version.
Adding the Override to Read execPkg from a Different Location
If you want to override the downloaded version of the Exchange execPkg with the version supplied by the Microsoft Support personnel, you should:
Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\Management Groups\AOI-<YourOMSWorkspaceId>\Solutions\ExchangeAssessment
.Add a new String Value called
ExecPkgPathOverride
with the value pointing to the directory where the support personal provided execPkg file is.For example, if the execPkg file provided is at
c:\temp
Then the value ofExecPkgPathOverride
should bec:\temp
(NOTc:\temp\ExchangeAssessmentPlus.execPkg
– file name shouldn't be mentioned and will be inferred)Ensure that the name of the execpkg file is as provided to you and the file isn't renamed. Ex. DO NOT rename ExchangeAssessmentPlus.execpkg to ExchangeOverride.execpkg
Restart the HealthService by running the following from Administrator command prompt:
net stop healthservice net start healthservice
Start a run of the Assessment from the task in TaskScheduler.
Removing the Registry Over-Ride
After the validation and testing is over, on instructions from Microsoft Personnel (they need to make sure that you'll have the correct version downloaded from the Azure Log Analytics cloud when the registry override is removed), delete the registry key ExecPkgPathOverride
and restart the Health Service. This results in OMSAssessment.exe using the version of _.execPkg downloaded from the Azure Log Analytics (Or Log Analytics) Service (not the _.execPkg provided by the support personnel).