-
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 --------------------------PS C:\> Remove-HPOVSanManager bna.contoso.com
Remove the bna.contoso.com SAN Manager from the appliance.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVSanManager | Remove-HPOVSanManager
Remove all SAN Managers from all connected appliances.
Remove a SAN Manager.
Remove-HPOVSanManager [-SanManager] <Object> [-ApplianceConnection] <Object>[ [-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 <Object>
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:ConnectSessions} | ? 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 |
-SanManager <Object>
Aliases [-Name]
Managed SAN Name to retrieve.
Aliases | Name |
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)
HPOenView.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 --------------------------PS C:\> Remove-HPOVSanManager bna.contoso.com
Remove the bna.contoso.com SAN Manager from the appliance.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVSanManager | Remove-HPOVSanManager
Remove all SAN Managers from all connected appliances.
Remove SAN Manager.
Remove-HPOVSanManager [-SanManager] <SanManager>[ [-WhatIf] <WhatIf>][ [-Confirm] <Confirm>] [<CommonParameters>]
This cmdlet is used to remove the specified SAN Manager from the appliance.
-SanManager <SanManager>
Aliases | None. |
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | false |
-WhatIf <WhatIf>
Aliases | None. |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-Confirm <Confirm>
Aliases | None. |
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)
System.Management.Automation.PSCustomObject Single SAN Manager resource object
Async Task to update SAN Manager [System.Management.Automation.PSCustomObject]
Removal async task resource
-------------------------- EXAMPLE 1 --------------------------PS C:\> Remove-HPOVSanManager bna.contoso.com
Remove the bna.contoso.com SAN Manager from the appliance.