Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set-DbcCisConfig policy.oleautomation wrong type #1032

Open
AndreasEDA opened this issue Mar 26, 2025 · 0 comments
Open

Set-DbcCisConfig policy.oleautomation wrong type #1032

AndreasEDA opened this issue Mar 26, 2025 · 0 comments

Comments

@AndreasEDA
Copy link

Hi
In the function Set-DbcCisConfig the command (row 35)

Set-DbcConfig -Name policy.oleautomation -Value 0

should be replaced with

Set-DbcConfig -Name policy.oleautomation -Value $false

Reason: policy.oleautomation is boolean and not integer

Kind Regards
Andy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant