Deletes a LUN group from a VNXe system.
Note: This command is for VNXe3200 systems only.
Syntax
Remove-EmcVnxeLunGroup -LunGroup <Vnx2eLunGroup>
[-Force] [-Silent] [-WhatIf] [-Confirm]
[<CommonParameters>]
Parameters
-LunGroup <Vnx2eLunGroup>
Attributes: Required, Position: 1
Specifies the LUN group to remove from the system.
-Force <SwitchParameter>
Attributes: Optional, Position: named
Suppresses any user prompts while running the cmdlet.
-Silent <SwitchParameter>
Attributes: Optional, Position: named
Turns off all the informational and verbose messages. However, it still displays errors.
-WhatIf <SwitchParameter>
Attributes: Optional, Position: named
Shows what would happen if the cmdlet runs. The cmdlet is not run.
-Confirm <SwitchParameter>
Attributes: Optional, Position: named
Prompts you for confirmation before running the cmdlet.
<CommonParameters>
This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.
Example
C:\PS>$group = Get-EmcVnxeLunGroup TestLG
Remove-EmcVnxeLunGroup -LunGroup $group
Deletes a LUN group.