Get-DatastoreCluster

This cmdlet retrieves datastore clusters.

Syntax

[-Datastore  <Datastore[]>]
[-Id  <String[]>]
[-Location  <VIContainer[]>]
[-Name  <String[]>]
[-Server  <VIServer[]>]
[-Tag  <Tag[]>]
[-Template  <Template[]>]
[-VM  <VirtualMachine[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Datastore
Datastore[] named
  • pipeline
  • Filters the datastore clusters by the datastores located in them.
    optional
    Id
    String[] named
  • wildcards
  • Specifies the IDs of the datastore clusters you want to retrieve. Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that matches exactly one of the string values in that list.
    optional
    Location
    VIContainer[] named
  • pipeline
  • Specifies the datacenters and folders from which you want to retrieve datastore clusters.
    optional
    Name
    String[] named
  • wildcards
  • Specifies the names of the datastore clusters you want to retrieve.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.
    optional
    Tag
    Tag[] named Returns only the datastore clusters that are associated with any of the specified tags.
    optional
    Template
    Template[] named
  • wildcards
  • pipeline
  • Filters the datastore clusters by the virtual machine templates located in them.
    optional
    VM
    VirtualMachine[] named
  • wildcards
  • pipeline
  • Filters the datastore clusters by the virtual machines located in them.

    -RelatedObject  <DatastoreClusterRelatedObjectBase[]>
    [CommonParameters]

    Parameters

    Required Parameter Name Type Position Features Description
    required
    RelatedObject
    DatastoreClusterRelatedObjectBase[] named
  • pipeline
  • Specifies objects to retrieve one or more DatastoreCluster objects that are related to them. This parameter accepts OMResource objects.

    Output

    VMware.VimAutomation.ViCore.Types.V1.DatastoreManagement.DatastoreCluster

    Examples


    Example 1

    Get-DatastoreCluster

    Retrieves all datastore clusters.

    Example 2

    Get-DatastoreCluster -Name DatastoreCluster1

    Retrieves a datastore cluster by name.

    Example 3

    Get-VM -Name WebServerVM | Get-DatastoreCluster

    Retrieves datastore clusters through filtering by virtual machine.

    Related Commands

    Feedback

    Was this page helpful?