Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Rancher
0.3.0.34
Rancher.psm1
$script:RancherServer
=
''
$script:RancherAccessKey
=
''
$script:RancherSecretKey
=
''
Get-ChildItem
-Path
"$PSScriptRoot\Functions"
-Filter
'*.ps1'
-Recurse
|
ForEach-Object
{
.
"$($_.FullName)"
}