Paul Vaillant

Update-ThinkTelDidLabels

Keeps uControl DID labels up to date with their assigned usage in Lync/Skype for Business

Syntax

Update-ThinkTelDidLabels.ps1 [-SipPilotNumber] <Int64> [[-Credential] <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameters>]

Parameters

NameDescriptionRequired?Pipeline Input?Default Value
SipPilotNumber10 digit SIP Trunk pilot numbertruefalse0
CredentialPSCredential object (like returned from Get-Credential) for the SipPilotNumberfalsefalse$(Get-Credential)
WhatIffalsefalse
Confirmfalsefalse

Notes

Version 1.0.0 (2015-05-19)
Written by Paul Vaillant

Examples

EXAMPLE 1

Update-ThinkTelDidLabels.ps1 -SipPilotNumber 7005551212

This will prompt for credentials for the SIP trunk, connect and update all DID labels.