by Jason Zheng | Oct 23, 2018 | Active Directory
By default windows only allows a maximum of 14 character in its password field: To modify this, open ADSI Edit shown below: ‘msDS-MinimumPasswordLength’ = 20 will allow 20 characters in the password. The setting below targets domain groups for this new...
by Jason Zheng | Oct 23, 2018 | Active Directory
To check AD replication status use the following in command prompt: [shell] Repadmin /replsum [/shell] If an error comes up with: (8606) Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already...