Implement StorageGRID connection #79
@ -1,17 +1,16 @@
|
|||||||
function Disconnect-From {
|
function Disconnect-From {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Terminates a session established with Connect-To using a CredentialStoreItem.
|
Terminates a session established with Connect-To.
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Terminates a session established with Connect-To using a CredentialStoreItem.
|
Terminates a session established with Connect-To.
|
||||||
|
|
||||||
.PARAMETER RemoteHost
|
.PARAMETER RemoteHost
|
||||||
Specify the remote endpoint, whose session you would like to terminate.
|
Specify the remote endpoint, whose session you would like to terminate.
|
||||||
|
|
||||||
.PARAMETER Type
|
.PARAMETER Type
|
||||||
Specify the host type of the target. Currently implemented targets are:
|
Specify the host type of the target. Currently implemented targets are:
|
||||||
|
|
||||||
- CiscoUcs
|
- CiscoUcs
|
||||||
- CiscoUcsCentral
|
- CiscoUcsCentral
|
||||||
- ExchangeHTTP
|
- ExchangeHTTP
|
||||||
|
Loading…
Reference in New Issue
Block a user