Skip to content

Commit 6ff39b4

Browse files
committed
Updates
1 parent a5b7e83 commit 6ff39b4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

docset/winserver2025-ps/failoverclusters/Disable-AccelNetManagement.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Disable-AccelNetManagement [<CommonParameters>]
2323

2424
Disables Accelerated Networking Management cluster-wide. This doesn't turn off SR-IOV on VMs.
2525

26+
Disabling this feature on the cluster won't change any configuration settings on the VMs. They will
27+
no longer be managed by Accelerated Networking or tracked by HUD.
28+
2629
## EXAMPLES
2730

2831
### EXAMPLE 1

docset/winserver2025-ps/failoverclusters/Enable-AccelNetManagement.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ there is an error, it will return `$false`.
4141

4242
### -IntentName
4343

44-
The intent name to be used for Accelerated Networking Management.
44+
The intent name to be used for Accelerated Networking Management. This parameter is required.
45+
46+
This value must be an integer greater than or equal to **0** and less than or equal to **99**.
4547

4648
```yaml
4749
Type: String
@@ -60,7 +62,7 @@ Accept wildcard characters: False
6062
The percentage of cluster nodes that can be down simultaneously while still maintaining enough
6163
virtual functions for each VM chosen for Accelerated Networking Management.
6264
63-
If this parameter is left blank, a default of **50%** will be selected.
65+
If this parameter is left blank, a default of **50%** will be assigned.
6466
6567
```yaml
6668
Type: UInt32

docset/winserver2025-ps/failoverclusters/Enable-AccelNetVM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ named `MyVM`.
3838

3939
### -Performance
4040

41-
Sets the performance level. Acceptable values are:
41+
Sets the performance level. This parameter is required. Acceptable values are:
4242

4343
- `Low`
4444
- `Medium`
@@ -59,7 +59,7 @@ Accept wildcard characters: False
5959
6060
### -VMName
6161
62-
Specifies the name of the virtual machine.
62+
Specifies the name of the virtual machine. This parameter is required.
6363
6464
```yaml
6565
Type: String

docset/winserver2025-ps/failoverclusters/Get-AccelNetManagementPreReq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ This example checks if the cluster nodes support AccelNet for the intent named `
3838

3939
### -IntentName
4040

41-
The intent name to be used for AccelNet Management.
41+
The intent name to be used for Accelerated Networking Management. This parameter is required.
42+
43+
This value must be an integer greater than or equal to **0** and less than or equal to **99**.
4244

4345
```yaml
4446
Type: String

docset/winserver2025-ps/failoverclusters/Get-EnabledIntentName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get-EnabledIntentName
2121

2222
## DESCRIPTION
2323

24-
Gets the intent enabled for Accelerated Networking Management.
24+
Retrieves the enabled intent for Accelerated Networking Management.
2525

2626
## EXAMPLES
2727

0 commit comments

Comments
 (0)