Skip to content

Commit e72ef36

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windowsserverdocs-pr (branch live)
2 parents 4565c83 + 80690a7 commit e72ef36

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

WindowsServerDocs/networking/network-atc/network-atc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ Complete the following prerequisites for using Network ATC:
4242
- Hyper-V
4343
- Failover Clustering
4444
- Data Center Bridging
45+
- Failover cluster - SMB Bandwidth (FS-SMBBW)
4546

4647
Here's an example of installing the required features via PowerShell:
4748

4849
```powershell
49-
Install-WindowsFeature -Name NetworkATC, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging' -IncludeManagementTools
50+
Install-WindowsFeature -Name NetworkATC, Hyper-V, 'Failover-Clustering', 'Data-Center-Bridging', FS-SMBBW -IncludeManagementTools
5051
```
5152

5253
- Insert each adapter in the same PCI slots in each host. This practice leads to ease in automated naming conventions by imaging systems.
@@ -55,8 +56,6 @@ Complete the following prerequisites for using Network ATC:
5556

5657
> [!IMPORTANT]
5758
> Deploying Network ATC in virtual machines might be used for test and validation purposes only. VM-based deployment requires an override to the default adapter settings to disable the NetworkDirect property. For more information on submission of an override, see: [Override default network settings](./manage-network-atc.md#update-or-override-network-settings).
58-
>
59-
> Deploying Network ATC in standalone mode might be used for test and validation purposes only.
6059
6160
## Common Network ATC commands
6261

0 commit comments

Comments
 (0)