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
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
New Teams: Check client version using PowerShell
Update 2024/03/01 - We can use Get-AppPackage to get the New Teams Installation Location In the past we published a post Teams: Check client version using PowerShell, that post only covered Teams Classic. With the announcement of the New Teams, we also need to update the way we check the version with PowerShell. Announcing general … Continue reading New Teams: Check client version using PowerShell
Get-UcM365LicenseAssignment
One of the recent cmdlets added to the UC Lobby Teams PowerShell module was Get-M365LicenseAssignment. This cmdlet generates a report of all licenses assigned to users and how the user is getting that license assignment (Direct, Inherited). The report will also include which services are enabled/disabled per license assigned to a user, for both direct … Continue reading Get-UcM365LicenseAssignment
UCLobby Teams 0.4.0
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 - UCLobby Teams 0.3.1: Get-UcM365LicenseAssignment 0.4.0 New cmdlet: Generate a report of the User assigned licenses either direct or assigned by group … Continue reading UCLobby Teams 0.4.0
Lync/SfB PowerShell scripts
Probably the last post related to Lync/Skype for Business Server in UC Lobby... Since the first post on this blog (Enabling Trace Log in Office Communicator, Lync 2010 and Lync 2013 - May 2013) the focus has been to share information related to Lync/Skype for Business. With the release of Microsoft Teams customers started their … Continue reading Lync/SfB PowerShell scripts
Microsoft Teams Devices: License Requirements
Please note that this post is compilation of the current Microsoft Teams Devices license requirements, we strongly recommend checking the official documentation for updates. MTR Windows, MTR Android, Surface Hub Display NameSKU Part NumberSKU IDMicrosoft Teams Rooms BasicMicrosoft_Teams_Rooms_Basic6af4b3d6-14bb-4a2a-960c-6c902aad34f3Microsoft Teams Rooms Basic without Audio ConferencingMicrosoft_Teams_Rooms_Basic_without_Audio_Conferencing50509a35-f0bd-4c5e-89ac-22f0e16a00f8Microsoft Teams Rooms ProMicrosoft_Teams_Rooms_Pro4cde982a-ede4-4409-9ae6-b003453c8ea6Microsoft Teams Rooms Pro without Audio ConferencingMicrosoft_Teams_Rooms_Pro_without_Audio_Conferencing21943e3a-2429-4f83-84c1-02735cd49e78Microsoft Teams Rooms … Continue reading Microsoft Teams Devices: License Requirements
Update-UcTeamsDevice
During a troubleshooting session there was a need to update all Microsoft Teams Devices in a specific site. In this site there were different manufacturers and models. Currently, the Teams Admin Center (TAC) allows to select devices and send the update request but in this case the requirement was to only update phones in one … Continue reading Update-UcTeamsDevice