lab 4-2 Flashcards

1
Q

Which of the following Windows PowerShell commands successfully installs a new OU structure?

A. Install-WindowsFeature -Name Marketing -IncludeManagementTools x

B. Add-WindowsFeature -ADOrganizationalUnit –Name Marketing

C. Install-WindowsFeature -DisplayName “Windows Server Backup” -IncludeManagementTools

D. New-ADOrganizationalUnit –Name Marketing –Path “DC=NAMERICA,DC=PRACTICELABS,DC=COM”

A

New-ADOrganizationalUnit –Name Marketing –Path “DC=NAMERICA,DC=PRACTICELABS,DC=COM”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Active Directory Domain Services prevents the unintended deletion of AD objects with the “Protect object from accidental deletion” setting. Which AD object types have this setting enabled by default?

A. Subnets
B. Users
C. Groups
D. Organizational Units
E. Sites

A

Organizational Units

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An Active Directory domain has two domain controllers - PLABDC01 and PLABDM01. You backed up the system state on the PLABDM01 server. A number of AD objects were deleted by mistake on PLABDM01, and you need to restore the deleted objects. Which of the following user credentials do you use to sign-in to PLABDM01 after it has been configured to boot in Active Directory Repair mode?

A. Any user with Account Operators membership
B. Local Administrator account and Safe Mode Administrator Password
C. Local Administrator credential
D. Domain Administrator credential

A

Local Administrator account and Safe Mode Administrator Password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You are the AD administrator of the PRACTICELABS.COM domain. The following screenshot shows the user account that was deleted by mistake by another administrator. Using ntdsutil.exe, which of the following command do you use to recover the user?

A. Restore UserAccount “CN=Justine Schofield,OU=IT, OU=APAC,DC=PRACTICELABS,DC=COM”

B. Restore UserObject “CN=Justine Schofield,OU=IT, OU=APAC,DC=PRACTICELABS,DC=COM” x

C. Restore User “CN=Justine Schofield,OU=IT, OU=APAC,DC=PRACTICELABS,DC=COM” x

D. Restore Object “CN=Justine Schofield,OU=IT,OU=APAC,DC=PRACTICELABS,DC=COM”

E. Restore ADUser “CN=Justine Schofield,OU=IT, OU=APAC,DC=PRACTICELABS,DC=COM” x

A

Restore Object “CN=Justine Schofield,OU=IT,OU=APAC,DC=PRACTICELABS,DC=COM”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You want to organize the AD objects such as users and groups by placing them in their respective containers in the AD hierarchy. This directive is in line with backing up the system state data of the domain controllers. You attempt to move the G-IT security group to the IT OU. You get the following message “Windows cannot move object G-IT because: Access is denied. What is the cause of this error message?

A. Your user account does not have Enterprise Admins membership in the directory

B. The security group G-IT is protected from accidental deletion

C. Your user account does not have Schema Admins membership in the directory x

D. The Advanced Features is not enabled in Active Directory Users and Computers

A

The security group G-IT is protected from accidental deletion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly