Just for information, I had a situation where I can to rebuild a cluster node on a S2D cluster. The node had not been removed correctly so SQL time. I used the standard SQL script for host removal but during the PXE start up it got stuck on security exchange and crashed
Error (2927)
A Hardware Management error has occurred trying to contact server xxxxxxxxx :n:CannotProcessFilter :HRESULT 0x8033801a:No instance found with given property values. .
WinRM: URL: [http://xxxxxxxxxxxx:5985], Verb: [INVOKE], Method: [AddPeerCertificate], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/AgentManagement]
Unknown error (0x8033801a)
Recommended Action
Check that WinRM is installed and running on serverxxxxxxxxxx . For more information use the command "winrm helpmsg hresult" andhttp://support.microsoft.com/kb/2742275.
I was doing some digging in the PMM_PhysicalMachine and found the SMBIOSGUID of the offending machine.
Taking the "PhsyicalMachineID" GUID, I tried to delete but it cross referenced to ADHC_HostNetworkAdapter table.
Deleting all the PhysicalMachineID links in that table (12 lines) plus ST_StorageFileServerNode (1 line referring to removed node)
Allowed the deployment to commence.
Hope it helps someone. (or me in the future)