Get-LabSshKnownHost

SYNOPSIS

Get content of SSH known host file

SYNTAX

Get-LabSshKnownHost [<CommonParameters>]

DESCRIPTION

Get content of SSH known host file as Objects

EXAMPLES

Example 1

PS C:\> Get-LabSshKnownHost | Where ComputerName -eq github.com

Get all known hosts filtered by ComputerName

PARAMETERS

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