UnInstall-LabSshKnownHost

SYNOPSIS

Remove lab VMs from SSH known hosts file

SYNTAX

UnInstall-LabSshKnownHost [-ComputerName <String[]>] [<CommonParameters>]

DESCRIPTION

Remove lab VMs from SSH known hosts file

EXAMPLES

Example 1

PS C:\> UnInstall-LabSshKnownHost

Remove lab VMs from SSH known hosts file

PARAMETERS

-ComputerName

The machine or machines to scan keys for. Remove-LabVm does this automatically, while Remove-Lab removes all lab machines from known hosts.

Type: String[]
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

None

OUTPUTS

System.Object

NOTES