79388196

Date: 2025-01-26 08:21:30
Score: 1
Natty:
Report link

Currently there is an ansible module to easily perform an interactive (GUI) login.

- name: Set autologon for user1 with a limited logon count
  community.windows.win_auto_logon:
    username: User1
    password: str0ngp@ssword
    logon_count: 5
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Евгений Акимов