Active Directory 4 Flashcards
What PowerShell statement will enable the Active Directory Recycle Bin for the verigon.com forest in order to restore deleted objects in Active Directory Domain Services (AD DS)?
Enable-ADOptionalFeature Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=verigon,DC=com’ Scope ForestOrConfigurationSet Target ‘verigon.com’
What Internet-standard file format can you use to perform batch operations against directories that conform to Lightweight Directory Access Protocol (LDAP) standards?
LDAP Data Interchange Format (LDIF)
Which forest functional level is required to support the Active Directory Recycle Bin?
Windows Server 2008 R2 or above forest functional level
What parameter of the Install-ADDSDomainController cmdlet is used to delegate administration of a domain controller?
the -DelegatedAdministratorAccountName parameter
Which four tools can be used to create a Password Settings Object (PSO)?
The Active Directory module for Windows PowerShell, Active Directory Service Interfaces Editor (ADSI Edit), Active Directory Administrative Center, and ldifde.exe
When cloning a virtual domain controller, in which three possible locations can you place the DCCloneConfig.xml file?
The directory where the DIT resides, %windir%\NTDS, or the root of a removable media drive.
What service uses port 389?
LDAP
When do you choose to import an object that has been exported from an Active Directory snapshot instead of retrieving an object from the Active Directory Recycle Bin?
When you want to reset the values of an object’s attributes to a previous value
What GUI tools can you use to clean up server metadata in Windows Server?
Active Directory Sites and Services, Active Directory Users and Computers
Which cmdlet will allow you to transfer a master operations role?
Move-ADDirectoryServerOperationMasterRole