Exception calling "IsInRole" while health check

Hi,

I locally installed Server and Tentacle (to test it). When I try to check health of tentacle i got the error:

| == Running: Check Deployment Target health in Test ==
11:42:08 Info | Starting health check for deployment targets in: Test
11:42:08 Info | The following deployment targets will be checked:
11:42:08 Info | - localhost at https://localhost:10933/
11:43:26 Trace | Health check complete, storing results.
11:43:26 Error | The health check failed. One or more deployment targets were not available.
|
| == Failed: Check deployment target: localhost ==
11:42:09 Info | Running health check on localhost
11:42:09 Info | Sending health check request to localhost at https://localhost:10933/
11:42:23 Info | This server does not have version 3.0.1.393 of the Calamari package. It will be pushed automatically.
11:43:19 Info | C:\Tentacle\Calamari\3.0.1.393\Success.txt
11:43:26 Verbose | Host Name: H47361-VM01
11:43:26 Error | Exception calling “IsInRole” with “1” argument(s): "Tillidsforholdet mellem det
11:43:26 Error | primære domæne og tillidsdomænet svigtede.
11:43:26 Error | "
11:43:26 Error | At C:\Tentacle\Work\20150807094319-6\Script.ps1:13 char:2
11:43:26 Error | + $isAdmin = $windowsPrincipal.IsInRole(“Administrators”)
11:43:26 Error | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:43:26 Error | + CategoryInfo : NotSpecified: (:slight_smile: [], ParentContainsErrorRecordE
11:43:26 Error | xception
11:43:26 Error | + FullyQualifiedErrorId : SystemException
11:43:26 Trace | Deployment Target health check failed.
11:43:26 Fatal | The remote script failed with exit code 1
|
| Failed: Health results:
11:43:26 Info | - OFFLINE: localhost at https://localhost:10933/
11:43:26 Fatal | One or more Agents were not online. Please see the output log for details.
|

I solved it myself. I didn’t have Administrators local group on computer. This is danish system and I had only Administratorer group. After added Administrators group everything work fine.