dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

xCluster: build is failing for the dev branch #133

Closed johlju closed 7 years ago

johlju commented 7 years ago

Details of the scenario you tried and the problem that is occurring: For some reason the build is failing for the dev branch. But it didn't fail on the PR. Investigating,

The DSC configuration that is using the resource (as detailed as possible):

Version of the Operating System and PowerShell the DSC Target Node is running:

Version of the DSC module you're using, or 'dev' if you're using current dev branch:

johlju commented 7 years ago

It is failing with error "Invalid token for impersonation - it cannot be duplicated." because it tries to impersonate without proper tokens. I'm fixing this by adding more mocks.