carbonblack / carbon-cli

Other
3 stars 2 forks source link

Add `Connect-CBCServer` cmdlet #1

Closed dganev-cb closed 2 years ago

dganev-cb commented 2 years ago

<# .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/

>

dganev-cb commented 2 years ago

To be removed: $Credentials

dganev-cb commented 2 years ago

TODO: Menu ParamSet

dganev-cb commented 2 years ago

@boychevy Please review.