diff --git a/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md b/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md index 1924b4d39c..b2a620df28 100644 --- a/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md +++ b/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md @@ -50,275 +50,70 @@ This topic explains how to enable BitLocker on an end user's computer by using M - Robust error handling - You can download the `Invoke-MbamClientDeployment.ps1` script from [Microsoft.com Download Center](https://www.microsoft.com/download/details.aspx?id=48698). This is the main script that your deployment system will call to configure BitLocker drive encryption and record recovery keys with the MBAM Server. + You can download the `Invoke-MbamClientDeployment.ps1` script from [Microsoft.com Download Center](https://www.microsoft.com/download/details.aspx?id=48698). This is the main script that your deployment system will call to configure BitLocker drive encryption and record recovery keys with the MBAM Server. - **WMI deployment methods for MBAM:** The following WMI methods have been added in MBAM 2.5 SP1 to support enabling BitLocker by using the `Invoke-MbamClientDeployment.ps1` PowerShell script. + **WMI deployment methods for MBAM:** The following WMI methods have been added in MBAM 2.5 SP1 to support enabling BitLocker by using the `Invoke-MbamClientDeployment.ps1` PowerShell script. - **MBAM\_Machine WMI Class** - **PrepareTpmAndEscrowOwnerAuth:** Reads the TPM OwnerAuth and sends it to the MBAM recovery database by using the MBAM recovery service. If the TPM is not owned and auto-provisioning is not on, it generates a TPM OwnerAuth and takes ownership. If it fails, an error code is returned for troubleshooting. + **MBAM\_Machine WMI Class** + **PrepareTpmAndEscrowOwnerAuth:** Reads the TPM OwnerAuth and sends it to the MBAM recovery database by using the MBAM recovery service. If the TPM is not owned and auto-provisioning is not on, it generates a TPM OwnerAuth and takes ownership. If it fails, an error code is returned for troubleshooting. -
Parameter | -Description | -
---|---|
RecoveryServiceEndPoint |
- A string specifying the MBAM recovery service endpoint. |
-
Common return values | -Error message | -
---|---|
S_OK -0 (0x0) |
- The method was successful |
-
MBAM_E_TPM_NOT_PRESENT -2147746304 (0x80040200) |
- TPM is not present in the computer or is disabled in the BIOS configuration. |
-
MBAM_E_TPM_INCORRECT_STATE -2147746305 (0x80040201) |
- TPM is not in the correct state (enabled, activated and owner installation allowed). |
-
MBAM_E_TPM_AUTO_PROVISIONING_PENDING -2147746306 (0x80040202) |
- MBAM cannot take ownership of TPM because auto-provisioning is pending. Try again after auto-provisioning is completed. |
-
MBAM_E_TPM_OWNERAUTH_READFAIL -2147746307 (0x80040203) |
- MBAM cannot read the TPM owner authorization value. The value might have been removed after a successful escrow. On Windows 7, MBAM cannot read the value if the TPM is owned by others. |
-
MBAM_E_REBOOT_REQUIRED -2147746308 (0x80040204) |
- The computer must be restarted to set TPM to the correct state. You might need to manually reboot the computer. |
-
MBAM_E_SHUTDOWN_REQUIRED -2147746309 (0x80040205) |
- The computer must be shut down and turned back on to set TPM to the correct state. You might need to manually reboot the computer. |
-
WS_E_ENDPOINT_ACCESS_DENIED -2151481349 (0x803D0005) |
- Access was denied by the remote endpoint. |
-
WS_E_ENDPOINT_NOT_FOUND -2151481357 (0x803D000D) |
- The remote endpoint does not exist or could not be located. |
-
WS_E_ENDPOINT_FAILURE -2151481357 (0x803D000F) |
- The remote endpoint could not process the request. |
-
WS_E_ENDPOINT_UNREACHABLE -2151481360 (0x803D0010) |
- The remote endpoint was not reachable. |
-
WS_E_ENDPOINT_FAULT_RECEIVED -2151481363 (0x803D0013) |
- A message containing a fault was received from the remote endpoint. Make sure you are connecting to the correct service endpoint. |
-
WS_E_INVALID_ENDPOINT_URL -2151481376 (0x803D0020) |
- The endpoint address URL is not valid. The URL must start with “http” or “https”. |
-
Parameter | -Description | -
---|---|
ReportingServiceEndPoint |
- A string specifying the MBAM status reporting service endpoint. |
-
Common return values | -Error message | -
---|---|
S_OK -0 (0x0) |
- The method was successful |
-
WS_E_ENDPOINT_ACCESS_DENIED -2151481349 (0x803D0005) |
- Access was denied by the remote endpoint. |
-
WS_E_ENDPOINT_NOT_FOUND -2151481357 (0x803D000D) |
- The remote endpoint does not exist or could not be located. |
-
WS_E_ENDPOINT_FAILURE -2151481357 (0x803D000F) |
- The remote endpoint could not process the request. |
-
WS_E_ENDPOINT_UNREACHABLE -2151481360 (0x803D0010) |
- The remote endpoint was not reachable. |
-
WS_E_ENDPOINT_FAULT_RECEIVED -2151481363 (0x803D0013) |
- A message containing a fault was received from the remote endpoint. Make sure you are connecting to the correct service endpoint. |
-
WS_E_INVALID_ENDPOINT_URL -2151481376 (0x803D0020) |
- The endpoint address URL is not valid. The URL must start with “http” or “https”. |
-
Parameter | -Description | -
---|---|
RecoveryServiceEndPoint |
- A string specifying the MBAM recovery service endpoint. |
-
Common return values | -Error message | -
---|---|
S_OK -0 (0x0) |
- The method was successful |
-
FVE_E_LOCKED_VOLUME -2150694912 (0x80310000) |
- The volume is locked. |
-
FVE_E_PROTECTOR_NOT_FOUND -2150694963 (0x80310033) |
- A Numerical Password protector was not found for the volume. |
-
WS_E_ENDPOINT_ACCESS_DENIED -2151481349 (0x803D0005) |
- Access was denied by the remote endpoint. |
-
WS_E_ENDPOINT_NOT_FOUND -2151481357 (0x803D000D) |
- The remote endpoint does not exist or could not be located. |
-
WS_E_ENDPOINT_FAILURE -2151481357 (0x803D000F) |
- The remote endpoint could not process the request. |
-
WS_E_ENDPOINT_UNREACHABLE -2151481360 (0x803D0010) |
- The remote endpoint was not reachable. |
-
WS_E_ENDPOINT_FAULT_RECEIVED -2151481363 (0x803D0013) |
- A message containing a fault was received from the remote endpoint. Make sure you are connecting to the correct service endpoint. |
-
WS_E_INVALID_ENDPOINT_URL -2151481376 (0x803D0020) |
- The endpoint address URL is not valid. The URL must start with “http” or “https”. |
-