Set-CcCredential

The Set-CcCredential cmdlet sets the credential of the current Skype for Business Cloud Connector Edition deployment.

With Cloud Connector version 2.0 and later, this cmdlet can also set the account information for the virtual machine administrator and for the domain administrator.

Set-CcCredential [[-AccountType] <string> {TenantAdmin}]

Examples

Example 1

The following example specifies the account name and password for the tenant administrator:

Set-CcCredential -AccountType "TenantAdmin"

Detailed Description

The Set-CcCredential cmdlet sets the account name and password for the tenant administrator. For releases prior to 2.0, this administrator must be a Global Administrator. Cloud Connector uses this account to get configuration information, set configuration parameters, and update appliance status to the Microsoft 365 or Office 365 organization configuration. With release 2.0 and later, you can also use this cmdlet to update the passwords for the VmAdmin and DomainAdmin accounts.

Parameters

Parameter Required Type Description
AccountType
Required
System.String
Parameter value must be "TenantAdmin", "VmAdmin", or "DomainAdmin".

Input Types

None. The Set-CcCredential cmdlet does not accept pipelined input.

Return Types

None

See also

Get-CcCredential