-
Notifications
You must be signed in to change notification settings - Fork 52
Remove HPOVSanManager
Remove a SAN Manager.
Remove-HPOVSanManager [-InputObject] <Object> [-ApplianceConnection] <Array>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
This cmdlet is used to remove the specified SAN Manager from the appliance. Before removing a SAN Manager, the Managed SAN resource must be removed from any configured FC or FCoE Network resources.
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Confirm <SwitchParameter>
Aliases | cf |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Name, -SanManager]
Managed SAN resource object or name to remove.
Aliases | Name, SanManager |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-WhatIf <SwitchParameter>
Aliases | wi |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]
SAN Manager resource object(s)
System.Management.Automation.PSCustomObject
A PSCustomObject is returned indicating successful removal of the resource
-------------------------- EXAMPLE 1 --------------------------Remove-HPOVSanManager bna.contoso.com
Remove the bna.contoso.com SAN Manager from the appliance.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVSanManager | Remove-HPOVSanManager
Remove all SAN Managers from all connected appliances.
Remove a SAN Manager.
Remove-HPOVSanManager [-InputObject] <Object> [-ApplianceConnection] <Array>[ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
This cmdlet is used to remove the specified SAN Manager from the appliance. Before removing a SAN Manager, the Managed SAN resource must be removed from any configured FC or FCoE Network resources.
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Confirm <SwitchParameter>
Aliases | cf |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Name, -SanManager]
Managed SAN resource object or name to remove.
Aliases | Name, SanManager |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-WhatIf <SwitchParameter>
Aliases | wi |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
HPOneView.Storage.SanManager [System.Management.Automation.PSCustomObject]
SAN Manager resource object(s)
System.Management.Automation.PSCustomObject
A PSCustomObject is returned indicating successful removal of the resource
-------------------------- EXAMPLE 1 --------------------------Remove-HPOVSanManager bna.contoso.com
Remove the bna.contoso.com SAN Manager from the appliance.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVSanManager | Remove-HPOVSanManager
Remove all SAN Managers from all connected appliances.