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

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

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

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