Notice: Due to size constraints and loading performance considerations, scripts referenced in blog posts are not attached directly. To request access, please complete the following form: Script Request Form Note: A Google account is required to access the form.
Disclaimer: I do not accept responsibility for any issues arising from scripts being run without adequate understanding. It is the user's responsibility to review and assess any code before execution. More information

Lync - Configure federation : Skype for Business Online

If you wish to federate your Office 365 Lync with your on-premise version and wish to move people between the two configuration is required, this is that configuration:

Configure Federation:

Set-CSAccessEdgeConfiguration -AllowOutsideUsers 1 -AllowFederatedUsers 1 -EnablePartnerDiscovery 1 -UseDnsSrvRouting


New-CSHostingProvider -Identity SkypeforBusinessOnline -ProxyFqdn "sipfed.online.lync.com" -Enable

Configure shared SIP address space:

Set-CsTenantFederationConfiguration -SharedSipAddressSpace $true

Once you have set this locally establish a connection with the Skype Online service using these commands:

Import-Module SkypeOnlineConnector
$cred = Get-Credential

$CSSession = New-CsOnlineSession -Credential $cred

Then you need to enable clobber:

Import-PSSession $CSSession -AllowClobber


Previous Post Next Post

نموذج الاتصال