diff --git a/docs/Connect-To.md b/docs/Connect-To.md index 34d42fc..01277b5 100644 --- a/docs/Connect-To.md +++ b/docs/Connect-To.md @@ -34,12 +34,28 @@ Establish a connection to the selected host using a stored CredentialStoreItem. Connect-To -RemoteHost "ucs.myside.local" -Type CiscoUcs ``` -Connect-To -RemoteHost "ftp.myside.local" -Type FTP -Connect-To -RemoteHost "fas.myside.local" -Type NetAppFAS -Connect-To -RemoteHost "esx01.myside.local" -Type VMware - ### -------------------------- EXAMPLE 2 -------------------------- ``` +Connect-To -RemoteHost "ftp.myside.local" -Type FTP +``` + +### -------------------------- EXAMPLE 3 -------------------------- +``` +Connect-To -RemoteHost "fas.myside.local" -Type NetAppFAS +``` + +### -------------------------- EXAMPLE 4 -------------------------- +``` +Connect-To -RemoteHost "esx01.myside.local" -Type VMware +``` + +### -------------------------- EXAMPLE 5 -------------------------- +``` +Connect-To -RemoteHost "vCenter.myside.local" -Type CisServer +``` + +### -------------------------- EXAMPLE 6 -------------------------- +``` $MyCreds = Get-Credential ``` @@ -88,6 +104,7 @@ Currently implemented targets are: - FTP Establish a connection to a FTP host. - NetAppFAS Establish a connection to a NetApp Clustered ONTAP filer. - VMware Establish a connection to a VMware vCenter or ESXi host. + - CisServer Establish a connection to a Vmware CisServer. ```yaml Type: String @@ -164,9 +181,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES +\`\`\` File Name : Connect-To.ps1 Author : Marco Blessing - marco.blessing@googlemail.com -Requires : PSFTP, PowerCLI +Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Disconnect-From.md b/docs/Disconnect-From.md index c54f2f9..dda7e88 100644 --- a/docs/Disconnect-From.md +++ b/docs/Disconnect-From.md @@ -46,6 +46,11 @@ Disconnect-From -RemoteHost "esx01.myside.local" -Type VMware Disconnect-From -RemoteHost "esx01.myside.local" -Type VMware -Force:$True ``` +### -------------------------- EXAMPLE 6 -------------------------- +``` +Disconnect-From -RemoteHost "vcenter.myside.local" -Type CisServer +``` + ## PARAMETERS ### -RemoteHost @@ -66,10 +71,11 @@ Accept wildcard characters: False ### -Type Specify the host type of the target. Currently implemented targets are: - - CiscoUcs Establish a connection to a Cisco UCS Fabric Interconnect. - - FTP Establish a connection to a FTP host. - - NetAppFAS Establish a connection to a NetApp Clustered ONTAP filer. - - VMware Establish a connection to a VMware vCenter or ESXi host. + - CiscoUcs Terminates the connection from a Cisco UCS Fabric Interconnect. + - FTP Terminates the connection from a FTP host. + - NetAppFAS Terminates the connection from a NetApp Clustered ONTAP filer. + - VMware Terminates the connection from a VMware vCenter or ESXi host. + - CisServer Terminates the connection from a Vmware CisServer. ```yaml Type: String @@ -110,9 +116,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES -File Name : Disconnect-To.ps1 +\`\`\` +File Name : Disconnect-From.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Get-CredentialStore.md b/docs/Get-CredentialStore.md index b175055..dc32b47 100644 --- a/docs/Get-CredentialStore.md +++ b/docs/Get-CredentialStore.md @@ -82,9 +82,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [PSObject] Returns the credential store content as PSObject. ## NOTES +\`\`\` File Name : Get-CredentialStore.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Get-CredentialStoreItem.md b/docs/Get-CredentialStoreItem.md index b0f4095..bd1c5cf 100644 --- a/docs/Get-CredentialStoreItem.md +++ b/docs/Get-CredentialStoreItem.md @@ -112,9 +112,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [System.Management.Automation.PSCredential] ## NOTES +\`\`\` File Name : Get-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/New-CredentialStore.md b/docs/New-CredentialStore.md index b0f4095..bd1c5cf 100644 --- a/docs/New-CredentialStore.md +++ b/docs/New-CredentialStore.md @@ -112,9 +112,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [System.Management.Automation.PSCredential] ## NOTES +\`\`\` File Name : Get-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/New-CredentialStoreItem.md b/docs/New-CredentialStoreItem.md index 0ad01f7..eb5a7ff 100644 --- a/docs/New-CredentialStoreItem.md +++ b/docs/New-CredentialStoreItem.md @@ -130,9 +130,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES +\`\`\` File Name : New-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Remove-CredentialStoreItem.md b/docs/Remove-CredentialStoreItem.md index 005b52c..7f0f540 100644 --- a/docs/Remove-CredentialStoreItem.md +++ b/docs/Remove-CredentialStoreItem.md @@ -113,9 +113,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES +\`\`\` File Name : Remove-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Set-CredentialStoreItem.md b/docs/Set-CredentialStoreItem.md index 80b1b02..9f15422 100644 --- a/docs/Set-CredentialStoreItem.md +++ b/docs/Set-CredentialStoreItem.md @@ -113,9 +113,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES +\`\`\` File Name : Set-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Test-CredentialStore.md b/docs/Test-CredentialStore.md index 80756f6..de4f824 100644 --- a/docs/Test-CredentialStore.md +++ b/docs/Test-CredentialStore.md @@ -78,9 +78,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS ## NOTES +\`\`\` File Name : Test-CredentialStore.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS diff --git a/docs/Test-CredentialStoreItem.md b/docs/Test-CredentialStoreItem.md index 5a71c58..bccadf3 100644 --- a/docs/Test-CredentialStoreItem.md +++ b/docs/Test-CredentialStoreItem.md @@ -121,9 +121,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### [None] ## NOTES +\`\`\` File Name : Test-CredentialStoreItem.ps1 Author : Marco Blessing - marco.blessing@googlemail.com Requires : +\`\`\` ## RELATED LINKS