Skip to content

Remove-OVSanManager

Syntax

Remove-OVSanManager
    [-InputObject] <Object>
    [-ApplianceConnection] <Array>
    [<CommonParameters>]

Description

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.

Examples

Example 1

Remove-OVSanManager bna.contoso.com

Remove the [bna.contoso.com] SAN Manager from the appliance.

Example 2

Get-OVSanManager | Remove-OVSanManager

Remove all SAN Managers from all connected appliances.

Parameters

-InputObject <Object>

Managed SAN resource object or name to remove.

Aliases Name, SanManager
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-ApplianceConnection <Array>

Specify one or more [HPEOneView.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.

Aliases Appliance
Required? True
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? False

-WhatIf <SwitchParameter>

Aliases wi
Required? False
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-Confirm <SwitchParameter>

Aliases cf
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)

Input Types

SAN Manager resource object(s)

Return Values

A PSCustomObject is returned indicating successful removal of the resource