< Back

Remove-SVTdatastore

Tue Jan 14, 2020 2:12 am

NAME Remove-SVTdatastore



SYNOPSIS

Remove an HPE SimpliVity datastore





SYNTAX

Remove-SVTdatastore [-DatastoreName] <String> [<CommonParameters>]





DESCRIPTION

Removes the specified SimpliVity datastore. The datastore cannot be in use by any virtual machines.





PARAMETERS

-DatastoreName <String>



Required? true

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.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-SVTdatastore -Datastore DStemp



PS C:\\>Get-SVTtask



Remove the datastore and monitor the task to ensure it completes successfully.











RELATED LINKS