From e05b853bf41a34c99e7a6372cdc5cffd65d2f0da Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 9 Mar 2018 09:02:09 +0100 Subject: [PATCH] update about page --- docs/about_PSCredentialStore.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/about_PSCredentialStore.md b/docs/about_PSCredentialStore.md index 6b1b11f..a4694ae 100644 --- a/docs/about_PSCredentialStore.md +++ b/docs/about_PSCredentialStore.md @@ -72,7 +72,12 @@ If you have already installed the underlying framework your can connect to: * Required Modules: [`VMware.VimAutomation.Core`](https://www.powershellgallery.com/packages/VMware.PowerCLI) * **CisServer** - Establish a connection to the CisServer Service on vCenter Host. * Required Modules: [`VMware.VimAutomation.Cis.Core`](https://www.powershellgallery.com/packages/VMware.PowerCLI)) - +* **ExchangeHTTP** - Establish a remote connection with an Exchange endpoint via http. + * Requires PowerShell remoting +* **ExchangeHTTPS** - Establish a remote connection with an Exchange endpoint via https. + * Requires PowerShell remoting +* **SCP** - Establish a SCP connection. + * Required Modules: [`WinSCP`](https://www.powershellgallery.com/packages/WinSCP) # EXAMPLES ```powershell