microsoft / DSCEA

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.
https://microsoft.github.io/DSCEA
Other
197 stars 41 forks source link

Error during Start-DSCEAscan #76

Open werick31 opened 3 years ago

werick31 commented 3 years ago

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.