Get-CVToken
The Get-CVToken cmdlet returns an authorization token for your CommCell environment.
Before you can use this cmdlet, you must log in to your CommCell environment using the Connect-CVServer cmdlet. For more information, see Connecting to a CommCell Environment with PowerShell.
Syntax
Get-CVToken
[[-Server] <String>][
[[-User] <String>]
[[-Password] <SecureString>]
[[-port] <String>]
Optional Parameters
-Server
The name of the server that you want to use for the cmdlet.
- Type: String
- Aliases: None
- Default value: None
- Accepts pipeline input: False
- Accepts wildcard characters: False
- Position: 1
-User
The CommCell username to use for the operation.
- Type: String
- Aliases: None
- Default value: None
- Accepts pipeline input: True (ByValue)
- Accepts wildcard characters: False
- Position: 2
-Password
The password for the User parameter.
- Type: SecureString
- Aliases: None
- Default value: None
- Accepts pipeline input: False
- Accepts wildcard characters: False
- Position: 3
-Port
The port number to use for the cmdlet.
- Type: String
- Aliases: None
- Default value: None
- Accepts pipeline input: False
- Accepts wildcard characters: False
- Position: 4
Inputs
None
This cmdlet does not support any inputs.
Outputs
System.Object
Last modified: 10/17/2019 9:14:41 PM