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

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

UCLobby Teams 0.3.1

A new version is now available in PowerShell Gallery.                 To install in PowerShell: Install-Module UclobbyTeams                 If you already have the module: Update-Module UclobbyTeams Here are the changes since last post (0.2.0): General 0.3.1 Change: Added a check, in all cmdlets, if there is a newer version of module available (Test-UcModuleUpdateAvailable). 0.2.7 Change: We … Continue reading UCLobby Teams 0.3.1

New MTR Windows UI released

Microsoft released a new version of the MTR App for Windows-based systems, version number 4.16.40. The update should be rolled out to all systems during the next days automatically. If you dont want to wait, you can use the update script: https://learn.microsoft.com/en-us/microsoftteams/rooms/manual-update To get the new modern user interface, you have to do a manual … Continue reading New MTR Windows UI released

UCLobby Teams 0.2.0

A new version is now available in PowerShell Gallery and here are the changes included: Get-UcTeamsVersion Added Computer parameter to get Teams version on a remote machine. Added Path parameter to specify a path that contains Teams log files. Get-UcTeamsDevice New cmdlet that gets Microsoft Teams Devices information using MS Graph API. Test-UcTeamsDevicesConditionalAccessPolicy New cmdlet … Continue reading UCLobby Teams 0.2.0

UCLobby Teams 0.1.3

A new version is now available in PowerShell Gallery and here are the changes included: Get-UcTeamVersion Fixed the issue where the version was only showing 4 digits.Added information for Ring, Environment, Region. Get-UcTeamUsersEmail New cmdlet that returns a list of users email address that are part of a Team Get-UcTeamsWithSingleOwner This function returns a list … Continue reading UCLobby Teams 0.1.3