v4.0.884
Fix issue finding matching machine from server (#243) The `cTentacleAgent::Get-TentacleThumbprint` function was not returning the thumbprint, so it was matching other machines (targets) on the server that didn't have a thumbprint property (ie, cloud regions) This commit changes the data setup so that there are other machines, causing the same issue as reported in the attached issues Fixes #246 Fixes #242