Get-SCStoragePool

Gets a storage pool object from the VMM database.

Description

The Get-SCStoragePool cmdlet gets one or more storage pool objects from the System Center Virtual Machine Manager (VMM) database.

For more information about Get-SCStoragePool, type: "Get-Help Get-SCStoragePool -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 pool by its name.
PS C:\> Get-SCStoragePool -Name "StoragePool01"
This command gets the storage pool named StoragePool01.

See Also