Skip to content

Latest commit

 

History

History
executable file
·
102 lines (77 loc) · 1.89 KB

Set-OMEChassisName.md

File metadata and controls

executable file
·
102 lines (77 loc) · 1.89 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Set-OMEChassisName

SYNOPSIS

Set chassis name

SYNTAX

Set-OMEChassisName [-Chassis] <Device> [-Name] <String> [-Wait] [[-WaitTime] <Int32>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Set-OMEChassisName -Name "TESTMX7000-1" -Chassis $("C38V9ZZ" | Get-OMEDevice) -Wait -Verbose

PARAMETERS

-Chassis

Object of type Device returned from Get-OMEDevice function. Must be a Chassis device type.

Type: Device
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Name

String to represent the Chassis name

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Wait

Wait for job to complete

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WaitTime

Time, in seconds, to wait for the job to complete

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: 3600
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.

INPUTS

Device

OUTPUTS

NOTES

RELATED LINKS