< Back
Get-SVTdatastore
Post
NAME Get-SVTdatastore
SYNOPSIS
Display HPE SimpliVity datastore information
SYNTAX
Get-SVTdatastore [[-DatastoreName] <String>] [<CommonParameters>]
DESCRIPTION
Shows datastore information from the SimpliVity Federation
PARAMETERS
-DatastoreName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
HPE.SimpliVity.DataStore
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTdatastore
Shows all datastores in the Federation
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVTdatastore -DatastoreName MyDS | Export-CSV Datastore.csv
Writes the specified datastore information into a CSV file
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-SVTdatastore | Select-Object Name, SizeGB, Policy
Shows the specified properties for the HPE SimpliVity datastore object(s).
RELATED LINKS
SYNOPSIS
Display HPE SimpliVity datastore information
SYNTAX
Get-SVTdatastore [[-DatastoreName] <String>] [<CommonParameters>]
DESCRIPTION
Shows datastore information from the SimpliVity Federation
PARAMETERS
-DatastoreName <String>
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
HPE.SimpliVity.DataStore
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVTdatastore
Shows all datastores in the Federation
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVTdatastore -DatastoreName MyDS | Export-CSV Datastore.csv
Writes the specified datastore information into a CSV file
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-SVTdatastore | Select-Object Name, SizeGB, Policy
Shows the specified properties for the HPE SimpliVity datastore object(s).
RELATED LINKS