Installation, Storage, and Compute with Windows Server 2016 — Question 277
You have two servers named Server1 and Server2 that run Windows Server 2016.
Server1 contains a volume named Volume1.
You implement a Storage Replica that replicates the contents of Volume1 from Server1 to Server2.
Server1 fails.
From Server2, you need to ensure that you can access the contents of Volume1.
What should you run?
Answer options
- A. Update-StoragePool
- B. Set-SRPartnership
- C. vssadmin revert shadow
- D. Clear-FileStorageTier
Correct answer: B
Explanation
The correct command is Set-SRPartnership, which is used to manage partnerships in Storage Replica and allows access to replicated data. The other options, such as Update-StoragePool and Clear-FileStorageTier, do not pertain to accessing the data from the replica, while vssadmin revert shadow is related to shadow copies, not Storage Replica.