Undo-LabHostRemoting

SYNOPSIS

Reset the local policy values to their defaults

SYNTAX

Undo-LabHostRemoting [-Force] [-NoDisplay] [<CommonParameters>]

DESCRIPTION

Reset the local policy values to their defaults. See Enable-LabHostRemoting for those settings.

EXAMPLES

Example 1

PS C:\> Undo-LabHostRemoting -Force

Without user interaction, reset all values

PARAMETERS

-Force

Indicates that no interaction is requested

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-NoDisplay

Indicates that no console output should be returned

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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