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: Login to another domain #205

Closed emyatsuna closed 4 years ago

emyatsuna commented 5 years ago

Hi, I wonder what would be the best way to login in another domain since the parameter $DomainAdministratorCredential is Mandatory. Is there any conflicts if the cluster windowsfeature was created using an account in domainA (my server resides in domainA ) but I will be using an account existing in domainB (where my AD machine resides) to create a new cluster?

[Parameter(Mandatory = $true)]
[System.Management.Automation.PSCredential]
$DomainAdministratorCredential

I have correct credentials when I login manually to domainB but when I ran it in domainA using puppet, it says Dsc_xcluster[mycluster]: Could not evaluate: The user name or password is incorrect. Any ideas? Thanks.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.

stale[bot] commented 4 years ago

This issue has been automatically closed because it is has not had activity from the community in the last 40 days.