< Back

Start-SVTvm

Tue Jan 14, 2020 2:18 am

NAME Start-SVTvm



SYNOPSIS

Start a virtual machine hosted on HPE SimpliVity storage





SYNTAX

Start-SVTvm [-VMname] <String> [<CommonParameters>]





DESCRIPTION

Start a virtual machine hosted on HPE SimpliVity storage



Note: This command requires a specific version in the content-type passed to the REST API.

Upgrades to SimpliVity may require the version to be adjusted.





PARAMETERS

-VMname <String>

The virtual manchine name to start



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

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

HPE.SimpliVity.VirtualMachine





OUTPUTS

HPE.SimpliVity.Task





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



PS C:\\>Start-SVTvm -VMname MyVM



Starts the VM









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-SVTvm -ClusterName DR01 | Start-SVTvm -VMname MyVM



Starts the VMs in the specified cluster











RELATED LINKS