Skip to content

v4.0.884

Compare
Choose a tag to compare
@Octobob Octobob released this 12 Apr 23:14
0d25d9d
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