2026-09-20
faceit, tpm, attestation, error, amd
The following explains how to perform TPM maintenance on an AMD CCBoot Super Client to troubleshoot TPM-related issues with FACEIT Anti-Cheat.
- Enable Super Client mode for the affected boot image.
- Open PowerShell as Administrator on the client.
- Run the following command to check the current TPM status:
Get-CimInstance -Namespace 'root/CIMV2/Security/MicrosoftTpm' -ClassName Win32_Tpm | Invoke-CimMethod -MethodName IsReadyInformation | Format-List IsReady - Run the following command to start the Windows TPM maintenance task:
Get-ScheduledTask -TaskPath "\Microsoft\Windows\TPM\" -TaskName "Tpm-Maintenance" | Start-ScheduledTask - Restart the client computer to apply the TPM maintenance.
- Run the TPM status command again and verify that IsReady is True.
Get-CimInstance -Namespace 'root/CIMV2/Security/MicrosoftTpm' -ClassName Win32_Tpm | Invoke-CimMethod -MethodName IsReadyInformation | Format-List IsReady - Run the following command to verify that the TPM Endorsement Key information is available:
Get-TpmEndorsementKeyInfo -HashAlgorithm sha256 - Shut down the PC and disable Super Client mode after completing the procedure.
- Ensure that ftpm.amd.com is reachable from the client; otherwise, the procedure will not work.