Brian Wilhite

Results 15 comments of Brian Wilhite

This issue will be fixed with the following PR: [GPRegistryPolicyDSC Fix PR](https://github.com/dsccommunity/GPRegistryPolicyDsc/pull/27)

Hi @pursca Some of these rules require the same principal be used multiple times. The V-63373.a rule is a good example of this behavior, the Authenticated Users principal has two...

Hi @IvanDrag0 I'm trying to follow the issue here and I think it would make sense to provide more context and perhaps an example of what you're looking for.

Hi @rickbond4 could you execute the following PowerShell one-liner on the machine you're trying to run the configuration against and post the results here? ```PowerShell Get-DscResource | Select-Object -Property Module,...

@rickbond4 Can you clean up all the modules by removing them, from all your module locations, to simplify troubleshooting, then redownload PowerSTIG, when you do, it should go in the...

This isn't currently on the road map, but may be addressed in the future.

The DISA warning will eventually go away, once there are no longer STIGs with legacy Ids present in PowerSTIG. The warnings for Skip rules is necessary due to the fact...

Also, for what it's worth, if you don't care to capture any output, you could do the following: ```PowerShell DscConfigurationName 3>&1 | Out-Null ```

That's interesting... I'll have a look and report back.