A new version of UCLobbyTeams PowerShell module is now available at PowerShell Gallery: Install in PowerShell: Install-Module UclobbyTeams If you already have the module: Update-Module UclobbyTeams Here are the changes since last post - UCLobbyTeams 0.4.0: Get-UcM365Domains 0.5.0 Feature: Added support for GCC High tenants. Get-UcM365LicenseAssignment 0.4.1 Feature: Added Parameter to filter for a specific … Continue reading UCLobbyTeams 0.6.0
Year: 2024
Time to say goodbye to sipdir and webdir
With Skype for Business Online decommission the required DNS Records for tenants that are Teams Only changed, now we no longer required to have the following: DNS NameRecord Type_sip._tls.<SIP Domain>SRVsip.<SIP Domain>CNAMElyncdiscover.<SIP Domain>CNAME This means that the only required DNS record that remains is for SIP federation.For more information regarding the new DNS requirements, please go … Continue reading Time to say goodbye to sipdir and webdir
Upgrade/Downgrade Teams Device using MS Graph API
Please note that current supported method is using the versions showed in Teams Admin Center (TAC), the information in this post is just for test/educational purposes only, use it at your own risk. In a previous post we described Update-UcTeamsDevice cmdlet from UC Lobby Teams Module that can be used to update Android based Teams … Continue reading Upgrade/Downgrade Teams Device using MS Graph API
Configure OAuth authentication with AzureAD PowerShell Module
Looks like Lync/SfB PowerShell scripts - UC Lobby wasn't the last post for Skype for Business... While looking into a request to update the OAuth certificate I found some notes for an unpublished blog post. Here is that blog post with some additional information how to remove expired OAuth certificates. We already have detailed steps … Continue reading Configure OAuth authentication with AzureAD PowerShell Module