Remove-SCStorageFabricClassification

Removes a Fibre Channel fabric classification from VMM.

Syntax

Remove-SCStorageFabricClassification
      [-StorageFabricClassification] <StorageFabricClassification>
      [-RunAsynchronously]
      [-PROTipID <Guid>]
      [-JobVariable <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-SCStorageFabricClassification cmdlet removes a Fibre Channel fabric classification from Virtual Machine Manager (VMM).

Examples

Example 1: Remove a storage fabric classification

PS C:\> Get-SCStorageFabricClassification -Name "PROD" | Remove-SCStorageFabricClassification

This example gets the storage fabric classification object named PROD and uses the pipeline operator to pass the object to the current cmdlet. This cmdlet removes the classification from VMM.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-JobVariable

Specifies the name of a variable in which job progress is tracked and stored.

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

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

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

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

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

-StorageFabricClassification

Specifies a classification for storage Fibre Channel fabric that this cmdlet removes from VMM.

Type:StorageFabricClassification
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

StorageFabricClassification

This cmdlet returns a StorageFabricClassification object.