Reference https://github.com/dev-sec/ansible-windows-hardening/pull/3 I think we should allow NetworkLogon for Administrator group, because instead we cannot manage Windows Server via WinRM: https://github.com/dev-sec/windows-baseline/blob/master/controls/user_rights.rb#L19 ```diff + its('SeNetworkLogonRight') { should eq ['S-1-5-32-544'] } - its('SeNetworkLogonRight') { should eq ['S-1-0-0'] } ```