Remove-SCStorageLogicalUnit

Applies To: System Center 2012 - Virtual Machine Manager

Remove-SCStorageLogicalUnit

Deletes any associations a logical unit has to a host under VMM management.

Syntax

Parameter Set: Default
Remove-SCStorageLogicalUnit [-StorageLogicalUnit] <StorageLogicalUnit> [-JobVariable <String> ] [-PROTipID <Guid> ] [-RunAsynchronously] [ <CommonParameters>]

Detailed Description

The Remove-SCStorageLogicalUnit cmdlet removes any associations a logical unit has to a host under System Center Virtual Machine Manager (VMM) management. The logical unit information remains in the VMM database. By default, this operation is not destructive. Optionally, Remove-SCStorageLogicalUnit can delete the logical unit instance from the storage pool, deleting all data contained.

For more information about Remove-SCStorageLogicalUnit, type: "Get-Help Remove-SCStorageLogicalUnit -online".

Parameters

-JobVariable<String>

Specifies that job progress is tracked and stored in the variable named by this parameter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PROTipID<Guid>

Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RunAsynchronously

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-StorageLogicalUnit<StorageLogicalUnit>

Specifies a storage logical unit object.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

1: Remove a storage logical unit

The first command gets the storage logical unit object named LUN01 and stores the object in the $LU variable.

The second command deletes LUN01.

PS C:\> $LU = Get-SCStorageLogicalUnit -Name "LUN01"
PS C:\> Remove-SCStorageLogicalUnit -StorageLogicalUnit $LU

Get-SCStorageLogicalUnit

New-SCStorageLogicalUnit

Register-SCStorageLogicalUnit

Set-SCStorageLogicalUnit

Unregister-SCStorageLogicalUnit