Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Rancher
0.1.19
Functions/Private/Test-RancherServer.ps1
function
Test-RancherServer
{
[
CmdletBinding
(
)
]
param
(
)
$script:RancherServer
-and
$script:RancherAccessKey
-and
$script:RancherSecretKey
}