BYOD (Bring Your Own Device) rooms are meeting spaces without native Microsoft Teams Rooms devices and rely on the users' personal laptop or PC for running the meeting. It's a cost-effective way to quickly enable a meeting room for hybrid work. Microsoft now allows BYOD rooms to be managed via the Teams Pro Management Portal (PMP) for inventory, association with peripherals, and usage reporting. in this post we walk through the steps required to enable BYOD management via the PMP. |
To get started managing BYOD rooms effectively in the Teams Pro Management Portal, there are several pre-requisites:
- Teams Pro Management Portal Access - administrative access to the portal to configure settings, associate peripherals, and generate reports.
- Required Licenses - at least one Teams Room Pro license or Teams Shared Device license, which is essential for accessing usage reports and room data.
- Device Compatibility - Peripherals like cameras, microphones, or speakers must support association through unique identifiers (e.g., Product ID, Vendor ID, or Serial Number).
- Data Collection Policies - Device data collection must be enabled if you want detailed usage insights or performance reports.
Onboarding BYOD devices
Admins can enable or disable the feature that allows devices (e.g., cameras, microphones) to be automatically recognized and associated with specific BYOD rooms. Adjusting the threshold for automatic associations ensures only non-personal peripherals are linked to rooms. Not that the threshold minimum is 5 and can be adjusted upwards. This means that at least 5 unique users have to use these BYOD peripherals for Teams meetings before it will be automatically associated with a room resource account. These settings are available in the Settings-General tab of the PMP as shown below
Steps to Use the Script:
- Download and prepare the Get-TeamsBYODSpaceDevices.ps1 script.
- Open the script in PowerShell, run it, and follow the prompts to gather device details.
- Connect external peripherals when prompted and provide account and folder path details for saving the results.
- Review the output, save it as an .XLSX file with the first sheet titled PERIPHERALS. Ensure appropriate sensitivity labels (e.g., non-business, public, or general). Sensitivity labels and sheet names must meet specific requirements to avoid import errors.
- Checking for accuracy of exported data is essential before upload.
You can choose to activate the automatic work location update feature for your entire organization or specific user groups. This feature improves the user experience by simplifying the process of keeping work locations current and helping colleagues connect when they’re in the office. Top enable this we use the New-CsTeamsWorkLocationDetectionPolicy and Grant-CsTeamsWorkLocationDetectionPolicy Teams powershell cmdlets as example shown below:
Conclusion
BYOD management in PMP allows administrators to enhance room functionality, analyze usage data, associate peripherals, and ensure smooth user experiences. With features like automatic peripheral association, detailed usage reports, and customizable policies, organizations can optimize meeting spaces while maintaining control over data and privacy settings.