Hardware inventory failure
CInvState::SendReport: Unable to send the message to mp:MP_HinvEndpoint: 80004005"
Client would have stuck in provisioning mode, so the below lines will help you out.
$computer = 'Machinename'
Invoke-WmiMethod -Namespace "root\ccm" -Class "SMS_Client" -Name "SetClientProvisioningMode" $false -ComputerName $Computer
CInvState::SendReport: Unable to send the message to mp:MP_HinvEndpoint: 80004005"
Client would have stuck in provisioning mode, so the below lines will help you out.
$computer = 'Machinename'
Invoke-WmiMethod -Namespace "root\ccm" -Class "SMS_Client" -Name "SetClientProvisioningMode" $false -ComputerName $Computer