Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Box
0.1.17
Ssh.Tests.ps1
BeforeAll
{
.
$PSCommandPath
.
Replace
(
'.Tests.ps1'
,
'.ps1'
)
}
Describe
'Get-SshKey'
{
It
'Get the Host Only Adapter'
{
$key
=
Get-SshKey
-Type
"rsa"
$key
|
Should
-Not
-BeNullOrEmpty
}
}