AZ-800 Exam QuestionsBrowse all questions from this exam

AZ-800 Exam - Question 19


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your network contains an Active Directory Domain Services (AD DS) domain named contoso.com.

You need to identify which server is the PDC emulator for the domain.

Solution: From Active Directory Sites and Services, you right-click Default-First-Site-Name in the console tree, and then select Properties.

Does this meet the goal?

Show Answer
Correct Answer: B

To identify the PDC emulator for an Active Directory Domain Services (AD DS) domain, you should use Active Directory Users and Computers, not Active Directory Sites and Services. The correct way to find the PDC emulator is to right-click on the domain in Active Directory Users and Computers, select Operations Masters, and then go to the PDC tab. Therefore, the solution in the question does not meet the goal.

Discussion

12 comments
Sign in to comment
Arpan_kumar_roy
May 2, 2022

Correct. 1. Go to Active directory users and computers. 2. Right click on the Domain. 3. Select Operation masters. 4. select PDC tab.

Andre369
Oct 16, 2022

Is the answer A -yes or B -no

phi3nix
May 8, 2023

The answer is A.

phi3nix
May 8, 2023

The answer is A.

VinoTee
Apr 30, 2022

Correct. Here are the steps below: 1. Right-click on the domain 2. Click Operations Masters 3. Click the PDC tab to view the server holding the PDC master role

HeavyNuts
Nov 14, 2022

This would work in ADUC but not in site and Services.

MR_EliotOption: B
Sep 16, 2023

Correct Answer: B, no explanation needed.

nefaxtoOption: B
May 19, 2022

B is correct

NazerRazer
Oct 17, 2023

The solution provided does not meet the goal. Here's how to do it using Active Directory Users and Computers: 1. Open "Active Directory Users and Computers." 2. In the left pane, expand the domain tree 3. Right-click on the domain and select "Operations Masters." 4. In the "Operations Master" dialog, go to the "PDC" tab. This tab will display the current PDC emulator for the domain.

Contactfornitish
Aug 23, 2022

Still valid, in exam on 23 Aug'22

GuillaumeT
Oct 25, 2022

Checked on my personal AD, i found nothing in properties. Correct answer is B

Fakecon
Mar 12, 2023

2 forest masters are: Name Schema 3 domain masters are: RID Infrastructure PDC

syu31svcOption: B
Mar 19, 2023

It's not Active Directory Domains and Trusts but Active Directory Users and Computers Answer is No

BryRobOption: B
Dec 31, 2022

Tried this to the server so its B

KrayzrOption: B
Jul 28, 2024

Topic 5 Question 24 Same question

SDK76Option: B
Apr 14, 2025

ps: Get-ADDomain | Select-Object InfrastructureMaster, PDCEmulator, RIDMaster | Format-List Get-ADForest | Select-Object DomainNamingMaster, SchemaMaster | Format-List