Share via


Using the ExecPkg Provided by Microsoft

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

The Registry Editor value.

If you want to override the downloaded version of the Exchange execPkg with the version supplied by the Microsoft Support personnel, you should:

  1. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\Management Groups\AOI-<YourOMSWorkspaceId>\Solutions\ExchangeAssessment.

  2. 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 of ExecPkgPathOverride should be c:\temp (NOT c:\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

  3. Restart the HealthService by running the following from Administrator command prompt:

    net stop healthservice
    net start healthservice
    
  4. Start a run of the Assessment from the task in TaskScheduler.

    The TaskScheduler page with the Run command highlighted on the scheduled task.

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).