Question 1mediummultiple choice
Read the full Deploy and Manage AD DS explanation →AZ-802 Deploy and Manage AD DS • Complete Question Bank
Complete AZ-802 Deploy and Manage AD DS question bank — all 0 questions with answers and detailed explanations.
repadmin /showrepl DC01 Last error: 8452 (0x2104): The replication operation was preempted.
PS C:\> Get-ADForest -Identity fabrikam.com | Select-Object SchemaMaster, DomainNamingMaster SchemaMaster : DC02.fabrikam.com DomainNamingMaster : DC01.fabrikam.com
Install-ADDSDomainController ` -DomainName "corp.contoso.com" ` -NoGlobalCatalog $true ` -SiteName "Branch-Office-01" ` -InstallDNS $true ` -Credential (Get-Credential)
Get-ADDomain | Select-Object InfrastructureMaster, PDCEmulator, RIDMaster InfrastructureMaster : DC2.contoso.com PDCEmulator : DC1.contoso.com RIDMaster : DC1.contoso.com
Testing server: Default-First-Site-Name\DC1 Starting test: Connectivity ......................... DC1 passed test Connectivity Starting test: Replications [Replications Check,DC1] A recent replication attempt failed: From DC2 to DC1 Naming Context: DC=contoso,DC=com The replication generated an error (1256): The remote system is not available.
DSA Options: IS_GC
Site: Default-First-Site-Name
...
DC=contoso,DC=com
Default-First-Site-Name\DC2 via RPC
DSA object GUID: 550e8400-e29b-41d4-a716-446655440000
Last attempt @ 2023-10-12 10:00:00 was successful.C:\> repadmin /showrepl
Site-Branch-A\DC-02
DSA Options: IS_GC
Site Options: (none)
DSA object GUID: 4a2b3c4d-5e6f...
==== INBOUND NEIGHBORS =====================================
DC=contoso,DC=com
Site-HQ\DC-01 via RPC
DSA object GUID: 1a2b3c4d-...
Last attempt @ 2023-10-25 10:15:22 failed, result 1722 (0x6ba):
The RPC server is unavailable.