What does HRESULT 0xC1100100 (WDSTPTMGMT_E_INVALID_PROPERTY) mean?

 
Previous Next
ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH WDSTPTMGMT_E_INVALID_OPERATION

WDSTPTMGMT_E_INVALID_PROPERTY

WDSTPTMGMT_E_INVALID_PROPERTY is a Windows Deployment Services Transport Management result. It indicates that the caller supplied an unsupported, malformed, or incompatible property for the target WDS transport object.

What to check

  • Verify the property name, value type, and allowed range for the exact WDS Transport Management interface in use.
  • Check whether the property is valid for this object type and whether it is read-only in the current API version.
  • Log the object class and serialized property data so the invalid field can be isolated before retrying.

Microsoft documentation on Windows Deployment Services and the WDS Transport Management API


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