You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
not able to use the attached .mof file to start DSCEA scan with the following cmlet:
PS C:\temp> Start-DSCEAscan -MofFile "C:\temp\Output\localhost.mof" -ComputerName localhost
WARNING: PowerShell DSC resource MSFT_RegistryPolicyFile failed to execute Test-TargetResource functionality with
error message: Cannot bind argument to parameter 'ValueName' because it is an empty string.
Test-TargetResource doesnt accept empty strings for 'ValueName' but my .mof file is correct.