Get-AccelNetManagementPreReq
Informs the user if the cluster nodes support Accelerated Networking.
Syntax
Default (Default)
Get-AccelNetManagementPreReq
[[-IntentName] <String>]
[<CommonParameters>]
Description
Retrieves information if the cluster nodes support Accelerated Networking, including verifying OS version and hyperthreading status.
Examples
Example 1
Get-AccelNetManagementPreReq -IntentName "MyIntent"
This example checks if the cluster nodes support AccelNet for the intent named MyIntent
.
Parameters
-IntentName
The intent name to be used for Accelerated Networking Management. This parameter is required.
This value must be an integer greater than or equal to 0 and less than or equal to 99.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.