Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.48 KB

Remove-SvtDatastore.md

File metadata and controls

65 lines (46 loc) · 1.48 KB
external help file Module Name online version schema
HPESimpliVity-help.xml
HPESimpliVity
2.0.0

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.

EXAMPLES

EXAMPLE 1

Remove-SvtDatastore -Datastore DStemp
PS C:\> Get-SvtTask

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

PARAMETERS

-DatastoreName

Specify the datastore to delete

Type: String
Parameter Sets: (All)
Aliases: Name

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

HPE.SimpliVity.Task

NOTES

Author: Roy Atkins, HPE Services

RELATED LINKS

https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Remove-SvtDatastore.md