dsccommunity / FailoverClusterDsc

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

Cluster: DomainAdministratorCredential requires UPN format #281

Open ThomasNieto opened 1 year ago

ThomasNieto commented 1 year ago

Please document that DomainAdministratorCredential requires UPN format since you're using this method to impersonate.

ThomasNieto commented 1 year ago

Ideally the method would flex for \ or user>@<domain syntax and if the former is used it converts it into the latter for use in the method so user does not have to change.