<#
.DESCRIPTION
This cmdlet establishes a connection to the CBC server specified by the -Server parameter.
.PARAMETER Server
Specifies the IP or HTTP addresses of the CBC server you want to connect to.
.PARAMETER Token
Specifies the Token that is going to be used in the authentication process.
.PARAMETER Org
Specifies the Organization that is going to be used in the authentication process.
.PARAMETER SaveCredentials
Indicates that you want to save the specified credentials in the local credential store.
.PARAMETER Menu
Connects to a server from the list of recently connected servers.
.OUTPUTS
<# .DESCRIPTION This cmdlet establishes a connection to the CBC server specified by the -Server parameter.
.PARAMETER Server Specifies the IP or HTTP addresses of the CBC server you want to connect to. .PARAMETER Token Specifies the Token that is going to be used in the authentication process. .PARAMETER Org Specifies the Organization that is going to be used in the authentication process. .PARAMETER SaveCredentials Indicates that you want to save the specified credentials in the local credential store. .PARAMETER Menu Connects to a server from the list of recently connected servers. .OUTPUTS
.LINK
Online Version: http://devnetworketc/
>