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 (Inherited)
Special Thanks to Freydem Fernandez Lopez and Gal Naor for the assistance in implementing/testing this new cmdlet.
Test-UcTeamsDevicesEnrollmentPolicy
- 0.4.0
- New cmdlet: Validate Intune Enrolment Policies that are supported by Microsoft Teams Android Devices
Special Thanks to Gonçalo Sepulveda for the assistance in implementing this new cmdlet.
Get-UcM365Domains, Get-UcM365TenantId, Get-UcTeamsForest, Test-UcTeamsOnlyModeReadiness
- 0.4.0
- Fix: Added switch UseBasicParsing to Invoke-WebRequest
Get-UcTeamsVersion
- 0.4.0
- Fix: Exception handling for windows profiles that were created when the machine was joined to an another domain.
Update-UcTeamsDevice
- 0.3.5
- Fix: In some scenarios we could get a null pointer exception.
- 0.3.4
- Fix: ReportOnly was not showing when a device had an update pending.
- Change: Added last update sent to the device in the output.
- Change: Added User UPN and Display Name for the user signed in on the device.
- 0.3.2
- Fix: Issue where only the first MS graph page from a request was returned.
Test-UcTeamsDevicesConditionalAccessPolicy
- 0.3.3
- Fix: Detailed output was showing deviceFilter for GrantControl settings.
Get-UcTeamsDevice
- 0.3.2
- Fix: Issue where only the first MS graph page from a request was returned.
Main module page: UC Lobby Teams PowerShell module
Source code available: GitHub – UCLobbyTeams