One of the first challenges I ran into with PowerShell Desired State Configuration (DSC) custom resources was the security context in which the custom resources were running (System). The custom resources I was making needed to call FIM with a known security context. This seemed fair to me, as I’d expect to do the same when calling other systems such as AD or SharePoint.
↧