Skip to content

Commit 633962b

Browse files
authored
Fix broken example
1 parent bcac05b commit 633962b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

skype/skype-ps/skype/Set-CsCloudCallDataConnector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ PS C:\> New-CsCloudCallDataConnection | Set-CsCloudCallDataConnector -TenantId &
3838
If you're logged in to Microsoft Teams PowerShell Module within the Skype for Business Server Management Shell 2019, this command in example 1 takes the output of the New-CsCloudCallDataConnection online cmdlet and passes it to the Set-CsCloudCallDataConnector cmdlet via pipeline so that the Token can be stored on premises. Along with the Token, the TenantId of your O365 tenant will get stored on premises as well.
3939

4040
### Example 2
41+
```PowerShell
42+
Set-CsCloudCallDataConnector -Identity Global -TenantId <tenant_id> -Token <token-copied-from-online>
43+
```
4144
Example showing the scenario when we aren't piping the output from online cmdlet.
4245

4346
## PARAMETERS

0 commit comments

Comments
 (0)