Your network contains one Active Directory forest named contoso.com. the forest contains two child domains and six domain controllers. The domain controllers are configured as shown in the following table.
Name Domain Site
DC1 Contoso.com Main Office
DC2 Contoso.com Main Office
DC3 Contoso.com Europe Office
DC4 Contoso.com Asia Office
DC5 Sales.contoso.com Main Office
DC6 Manufacturiung.contoso.com Main Office
You need to prevent administrators from accidently deleting any of the site in the forest.
What should you use?
A.
Set-ADSite
B.
Set-ADReplicationSite
C.
Set-ADDomain
D.
Set-ADReplicationSiteLink
E.
Set-ADGroup
F.
Set-ADForest
G.
Netdom
B. Set-ADReplicationSite
Yes answer is B
Set-ADReplicationSite ProtectedFromAccidentalDeletion
B
Set-ADReplicationSite -ProtectedFromAccidentalDeletion $true
Set-ADReplicationSite -ProtectedFromAccidentalDeletion 1
https://technet.microsoft.com/en-us/%5Clibrary/Hh852305(v=WPS.630).aspx
-ProtectedFromAccidentalDeletion
Specifies whether to prevent the object from being deleted. When this property is set to $True, you cannot delete the corresponding object without changing the value of the property. The acceptable values for this parameter are:
— $False or 0
— $True or 1
Answer is B, confirmed.
this question was on my exam
Answer is B.
if the question was in ur exam, must i be a magician to know the answer you’ve answered or what ?