REGISTRY

ALLOW LOGIN FOR DSRM ADMINISTRATOR

To modify the registry value to allow DSRM admin to login

New-ItemProperty "HKLM:\System\CurrentControlSet\Control\Lsa\" -Name "DsrmAdminLogonBehavior" -Value 2 -PropertyType DWORD

Last updated