The DCPROMO (Domain Controller Promoter) console utility is used on Windows Server to install the Active Directory Domain Services (ADDS) role, promoting a member server to the AD domain controller …
Active Directory
-
-
To keep your Active Directory in the best shape, you should periodically check the replication between domain controllers using the repadmin and dcdiag tools. The repadmin command line tool can …
-
User accounts in Active Directory have various attributes, among which there are two interesting and critical attributes: samAccountName and UserPrincipalName (usually it is called UPN), the differences between which are not understood by many …
-
Sometimes there are situations when the AD user account keeps locking out. This happens when you try to log on to a domain computer and get an error on the …
-
You can use the Active Directory Attribute Editor to get/change the LDAP attribute values of any user, computer, or group in your domain. There are several different tools available for …
-
When you create Active Directory OUs, they have the “Protect container from accidental deletion” option enabled by default. If you try to delete such an OU with the Active Directory …
-
When you sign up for a new Microsoft 365 tenant, a default password policy is already in place that Microsoft considers optimal. It helps secure your users’ accounts by forcing …
-
All objects (classes) of Active Directory have a predefined set of attributes (properties). For example, the AD user class has the attributes Name, Surname, City, Office, OfficePhone, and so on. …
-
Local security settings in Windows let you to allow or deny local (interactive) logon for users on computers. In this article, we’ll take a look on how to manage local …
-
CSVDE is a command-line tool that allows you to import and export Active Directory objects from/to CSV text files (comma separated values) or Excel files. The csvde tool is simply …