Initialize-LWAzureVM

SYNOPSIS

Initialize new Azure VM

SYNTAX

Initialize-LWAzureVM [-Machine] <Machine[]> [<CommonParameters>]

DESCRIPTION

Sets power plan, mounts the lab sources share and sets the regional settings.

EXAMPLES

Example 1

PS C:\> Initialize-LWAzureVM -Machine AZDC01

Sets power plan, mounts the lab sources share and sets the regional settings on AZDC01.

PARAMETERS

-Machine

The host to configure

Type: Machine[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
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

None

OUTPUTS

System.Object

NOTES