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 has been archived by the owner on May 27, 2024. It is now read-only.
Dear All,
Registry settings required on all servers:
Name: RestrictGuestAccess Type: REG_DWORD Value: 1
Please help me in completing below code.
Thank you in advance
name: Registry settings required on all servers
hosts: ALL
become: yes
tasks:
name: Required rgistry settings(RestrictGuestAccess)
loop
- HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application
- HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Security
- HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\System
- HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\DNS Server
The text was updated successfully, but these errors were encountered: