Tenant ID Feature
Using the Tenant ID feature the TM Administrator is able to set whether or not SfB Client users should be able to find specific TeamServiceOnly or TeamServiceAndTeamCallGroup.
See related chapter Team Management with an explanation on different types of Teams.
Empty Tenant ID
The Tenant ID is empty by default.
With empty Tenant IDthe SfB Client users are able to find the TeamServiceOnly or TeamServiceAndTeamCallGroup using the SfBClient search.
Filled Tenant ID
With filled Tenant ID the SfB Client users are not able to find the TeamServiceOnlyorTeamService and TeamCallGroup using the SfB Client search.
A user will see the team in the SfB clients only in two cases:
- A user is configured to see the teams with this Tenant ID
- A user knows and enters the full sip address of the team
Configuration
To configure the Tenant ID feature, follow the next steps:
- Run the SfB Server Management Shell as administrator
Find the guid of the TeamServiceOnlyorTeamServiceAndTeamCallGroup executing the power shell cmdlet:
Get-CsTrustedApplicationEndpointsip:TeamName@yourdomain.com| fl * Example: Get-CsTrustedApplicationEndpoint sip:TeamServiceAndTeamCallGroup2@dev.local | fl *
POWERSHELLThe executed command results the guidedaaa139-5470-4fcb-80ed-45b6ffd0abfcRun the cmdlet
\\ _$tenantId = \[GUID\] "13b68b3b-eeea-4b13-9bed-53eccd43ded7"_ _set-adobject "edaaa139-5470-4fcb-80ed-45b6ffd0abfc" -Replace @\{"msRTCSIP-GroupingID"=$tenantId \}_ \\ (where "edaaa139-5470-4fcb-80ed-45b6ffd0abfc" is "Guid" property from step 2 "13b68b3b-eeea-4b13-9bed-53eccd33ded7" - new necessary tenant id) !worddave28f06f20e97411e9996336166e6a35f.png|height=92,width=662! *Figure 43: The executed command*
POWERSHELLFollowed by
Update-CsAddressBook
CODEThe executed commandEnter the set Tenant ID on TM FE and save the changes
Wait until address books on SfB client machines are synchronized. If you want to accelerate the synchronization, sign out and exit the SfB client and delete the SIP profile from
<user profile>\AppData\Local\Microsoft\Communicator\ (for SfB 2010) <user profile>\AppData\Local\Microsoft\Office\15.0\SfB\ (for SfB 2013 and SfB)
CODEThen execute on the SfB client machine the following command in the command prompt to force the SfB client to download the address book immediately:
reg add HKLM\Software\Policies\Microsoft\Office\15.0\SfB /v GalDownloadInitialDelay /t REG_DWORD /d 0 /f
CODEThe executed commandLaunch the SfB client. The search e.g. by name will not find the team any more
The executed command
To get more information about this feature go to https://blogs.technet.microsoft.com/11/2014/10/06/SfB-server-2013-guidance-series-can-i-partition-global-address-list/