Set-LabGlobalNamePrefix

SYNOPSIS

Set a machine prefix

SYNTAX

Set-LabGlobalNamePrefix [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

Sets a prefix to prepend to all machine names

EXAMPLES

Example 1

PS C:\> Set-LabGlobalNamePrefix -Name LB

Prepends LB to all VMs, e.g. LBDC01

PARAMETERS

-Name

The prefix

Type: String
Parameter Sets: (All)
Aliases:

Required: False
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

OUTPUTS

NOTES