Add a new SBC connection to the Microsoft 365 tenant
Steps
PowerShell
Create the SBCs in Teams
This needs to be run for each SBC you’re adding
Raw PowerShell Code
#Create Online PSTN Gateway (SBC Connect platform team to Advise these details)
New-CsOnlinePSTNGateway -Fqdn <customer.pstnconnect.com> -SipSignalingPort <TLS Port> -MaxConcurrentSessions <channels> -ForwardCallHistory $true -Enabled $true -ForwardPai $true
SBC-Easy PowerShell Code
⚠ This script assumes that you’ve already connected to the Skype for Business Online PowerShell Module.
Need to connect? See Connecting to Skype for Business Online PowerShell Module
The PowerShell script is listed on another page. Click here to go there now