Upgrading Your Skills to MCSA: Windows Server 2016 — Question 86
You have two servers named Server1 and Server2 that run Windows Server 2016.
You plan to implement Storage Replica to replicate the contents of volumes on Server1 to Server2.
You need to ensure that the replication traffic between the servers is limited to a maximum of 100 Mbps.
Which cmdlet should you run?
Answer options
- A. Set-NetUDPSetting
- B. New-StorageQosPolicy
- C. Set-SmbBandwidthLimit
- D. Set-NetTCPSetting
- E. Set-NetworkController
- F. New-NetTransportFilter
- G. Set-StorageQosPolicy
- H. New-NetQosPolicy
Correct answer: C
Explanation
The correct answer is C, Set-SmbBandwidthLimit, because it specifically limits the bandwidth for SMB traffic, which is used in Storage Replica. The other options do not directly apply to controlling bandwidth for SMB traffic during replication.