What does NTSTATUS 0xC0293005 (STATUS_RTPM_UNSUPPORTED_CMD) mean?

 
Previous Next
STATUS_RTPM_INVALID_CONTEXT STATUS_TPM_ZERO_EXHAUST_ENABLED

STATUS_RTPM_UNSUPPORTED_CMD

Unsupported remote TPM command

STATUS_RTPM_UNSUPPORTED_CMD means the command may be a real TPM command but is not supported through the remote TPM processing path in use. This is a capability boundary between local TPM command support and remote/offloaded command handling.

The command should be checked against both TPM version/capabilities and the remote-processing feature set. A command accepted locally through TBS or a platform provider can still be rejected by a remote TPM target.

Diagnostic focus

  • Record the TPM command ordinal/command code and target TPM version.
  • Confirm the remote TPM implementation supports that command in its remote-processing path.
  • Provide a local fallback only if the security model permits executing the command on the local TPM.

References


Looking for a different code? Search another status or error code.