Get-SCStorageLogicalUnit

Gets a storage logical unit object.

Description

The Get-SCStorageLogicalUnit gets a storage logical unit object  from the System Center Virtual Machine Manager (VMM) database.

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

Parameters

Name

Required? false
Accept Pipeline Input? false
Position? 0
Specifies the name of a VMM object.

All

Required? false
Accept Pipeline Input? false
Position? named
Retrieves a full list of all subordinate objects independent of the parent object. For example, the command Get-SCVirtualDiskDrive -All retrieves all virtual disk drive objects regardless of the virtual machine object or template object that each virtual disk drive object is associated with.

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Name

Required? false
Accept Pipeline Input? false
Position? 0
Specifies the name of a VMM object.

ID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the numerical identifier (as a globally unique identifier, or GUID) for a specific object.

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Get a storage logical unit by its name.
PS C:\> Get-SCStorageLogicalUnit -Name "LUN01"
This command gets the storage logical unit object named LUN01 and displays information about the storage logical unit to the user.

See Also