Your network contains an Active Directory domain named contoso.com. All domain
controllers run Windows Server 2012 R2. The forest functional level is Windows Server
2012.
Your company plans to deploy an application that will provide a search interface to users in
the company. The application will query the global catalog for the Employee-Number
attribute.
You need to recommend a solution to ensure that the application can retrieve the EmployeeNumber value from the global catalog.
What should you include in the recommendation?
A.
the Dsmod command
B.
the Ldifde command
C.
the Enable-ADOptionalFeaturecmdlet
D.
the Csvde command
Explanation:
http://technet.microsoft.com/en-us/library/ee617209.aspx – Enable-AdOptionalFeature
http://technet.microsoft.com/en-us/library/ee617218.aspx – Get-ADOptionalFeature (as of
W2012R2, only OptionalFeature is ActiveDirectory Recycle Bin).
New Answer:
A.the Dsmod command
B. th Set-ADUser cmdlet
C. th Set-AdObject cmdlet
D. the Set-AdServerSettings cmdlet
any help which answer from new answer plz
I think Dsmod will do the Trick.
Set-ADObject -Identity “CN=Employee-Number,CN=Schema,CN=Configuration,DC=corp,DC=NETWISECS,DC=com” -Replace @{isMemberOfPartialAttributeSet=”TRUE”}
Would this not be GET-ADObject? Instead of “SET”
https://technet.microsoft.com/en-us/library/dd378945%28v=ws.10%29.aspx
You can use “Get-ADObject” to search the GC. Perhaps “Maybe” mistyped his option choices.
Ldifde is the correct answer.
Checked in Pluralshight training