Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSRedSeal
1.2.2.0
public/Get-RSConnections.ps1
function
Get-RSConnection
{
[pscustomobject]
@{
Server
=
$script:Server
Credentials
=
$script:Credentials
APIVersion
=
$Script:APIVersion
}
}