Start Commands

This page contains details on Start commands.

Start-ArmorCompleteVM

NAME
Start-ArmorCompleteVM
SYNOPSIS
Starts Armor Complete virtual machines.
SYNTAX
Start-ArmorCompleteVM [-ID] <UInt16> [[-ApiVersion] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The specified virtual machine in the Armor Complete account in context will be powered on.
PARAMETERS
-ID <UInt16>
Specifies the ID of the VM to power on in the Armor Complete account in context.
-ApiVersion <String>
Specifies the API version for this request.

-WhatIf [<SwitchParameter>]

-Confirm [<SwitchParameter>]

<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

————————– EXAMPLE 1 ————————–

PS C:>Start-ArmorCompleteVM -ID 1

Power on the Armor Complete VM with ID=1.

————————– EXAMPLE 2 ————————–

PS C:>2 | Start-ArmorCompleteVM

Power on the Armor Complete VM with ID=2 via pipeline value.

————————– EXAMPLE 3 ————————–

PS C:>Get-ArmorVM -ID 3 | Start-ArmorCompleteVM

Power on the Armor Complete VM with ID=3 via property name in the pipeline.

REMARKS
To see the examples, type: “get-help Start-ArmorCompleteVM -examples”. For more information, type: “get-help Start-ArmorCompleteVM -detailed”. For technical information, type: “get-help Start-ArmorCompleteVM -full”. For online help, type: “get-help Start-ArmorCompleteVM -online”