Install and Admin Active Directory Flashcards
Why can you not use distribution groups to assign permissions explicitly or implicitly through membership in other groups for resources?
Unlike security groups, distribution groups are not security principals.
Which command can be used to redirect newly created computer accounts from the default container named CN=Computers to a specified container?
The redircmp command.
Which command can be used to redirect newly created users from the default container named CN=Users to a specified container?
The redirusr command.
When creating a template user account, why should you set the Account is Disabled property on the account?
So no one can use it to log in.
Which type of Windows servers responds to forest-wide Lightweight Directory Access Protocol (LDAP) queries over port3268?
The global catalog server.
What feature in a Group Policy policies allow you to control the membership of sensitive groups through Active Directory rather than through traditional group membership editing tools, such as Active Directory Users and Computers or PowerShell?
Restricted Groups
Which PowerShell cmdlet adds members to groups?
Add-ADGroupMember
What permissions are assigned to the parent OU and child OU when you create a child OU that has theProtect object from accidental deletion setting enabled?
- An explicit Deny ACEs for the Delete and Delete Subtree advanced permissions for the Everyone group is applied to the child OU.
- An explicit Deny ACE for the Delete All Child Objects permission for the Everyone group is applied to the parent container OU.
How would you grant a group of users the authority to reset user’s passwords for the OUs located in the domain?
On the OU, use the Delegation of Control Wizard to delegate the Reset user passwords and force password change at next logon task to the group.
Which PowerShell cmdlet modifies properties of OU?
Set-ADOrganizationalUnit
How many domain controllers can have the PDC emulator role?
Only one domain controller per domain.
Which installation method can reduce the replication traffic that is initiated during the installation of an additional domain controller in an ActiveDirectory domain?
The install from media (IFM) method.
To create installation media for a full (writable) domain controller, what command must you run on a writable domain controller that is running Windows Server2012?
Thentdsutilifmcommand.
Which user right gives a user permissions to change the time and date on the internal clock of the computer?
The Change the system time local policy.
How many domain controllers can have the domain naming master role?
Only one domain controller per forest.