Install-LabRootDcs

SYNOPSIS

Install root domain controllers

SYNTAX

Install-LabRootDcs [[-DcPromotionRestartTimeout] <Int32>] [[-AdwsReadyTimeout] <Int32>] [-CreateCheckPoints]
 [-ProgressIndicator <Int32>] [<CommonParameters>]

DESCRIPTION

Installs all root domain controllers (machines with role RootDC) and root domains in the current lab

EXAMPLES

Example 1

PS C:\> Install-LabRootDcs

Installs all root domain controllers (machines with role RootDC) and root domains in the current lab

PARAMETERS

-AdwsReadyTimeout

The timeout to wait for the Active Directory Web Services

Type: Int32
Parameter Sets: (All)
Aliases:

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

-CreateCheckPoints

Indicates if checkpoints should be created after DC promo

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-DcPromotionRestartTimeout

The DC promo restart timeout, i.e. how long we should wait for the restart after the DC promo to complete

Type: Int32
Parameter Sets: (All)
Aliases:

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

-ProgressIndicator

After n seconds, print a . to the console

Type: Int32
Parameter Sets: (All)
Aliases:

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