Get-RpVmsHardwareCustom¶
SYNOPSIS¶
Retrieves and displays the hardware settings of VMS items with optional connection validation.
SYNTAX¶
NoConnectionCheck (Default)¶
ConnectionCheck¶
Get-RpVmsHardwareCustom [-CheckConnection] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
This function retrieves the hardware settings of VMS items and displays the results in an HTML view. It also provides an optional parameter to validate the connection before processing.
EXAMPLES¶
EXAMPLE 1¶
This example validates the VMS connection before retrieving and displaying the hardware settings of the items.
PARAMETERS¶
-CheckConnection¶
Validates the VMS connection before processing the items. If the connection is not valid, the function will display an error message and exit early.
Type: SwitchParameter
Parameter Sets: ConnectionCheck
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.