DSC Environment Analyzer (DSCEA) is a simple implementation of PowerShell Desired State Configuration that uses the declarative nature of DSC to scan systems in an environment against a defined reference MOF file and generate compliance reports as to whether systems match the desired configuration.
Once Start-DSCEAscan begins it runs through the scan and then gives the following error message
WARNING: The term 'Copy-DSCResource' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I'm not sure why I am receiving this error message. Copy-DscResource is one of the functions.
Once Start-DSCEAscan begins it runs through the scan and then gives the following error message
WARNING: The term 'Copy-DSCResource' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I'm not sure why I am receiving this error message. Copy-DscResource is one of the functions.