From 2a51e76b07594c4900ee4b5ae05f7472aa38703d Mon Sep 17 00:00:00 2001 From: pinguinfuss Date: Thu, 9 Mar 2023 20:27:23 +0100 Subject: [PATCH] Fix comment-based-help --- src/Connection/Disconnect-From.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Connection/Disconnect-From.ps1 b/src/Connection/Disconnect-From.ps1 index 1508b81..b98a892 100644 --- a/src/Connection/Disconnect-From.ps1 +++ b/src/Connection/Disconnect-From.ps1 @@ -1,17 +1,16 @@ function Disconnect-From { <# .SYNOPSIS - Terminates a session established with Connect-To using a CredentialStoreItem. + Terminates a session established with Connect-To. .DESCRIPTION - Terminates a session established with Connect-To using a CredentialStoreItem. + Terminates a session established with Connect-To. .PARAMETER RemoteHost Specify the remote endpoint, whose session you would like to terminate. .PARAMETER Type Specify the host type of the target. Currently implemented targets are: - - CiscoUcs - CiscoUcsCentral - ExchangeHTTP