Tuesday, May 7, 2024
HomePowershellMethods to set Most Gadgets per Consumer – SID-500.COM

Methods to set Most Gadgets per Consumer – SID-500.COM


Microsoft 365

The default worth of the utmost variety of gadgets per person in Azure AD is 50 gadgets. That may be a lot. If you wish to prohibit the variety of gadgets then you definitely got here to the precise place. On this weblog publish I’ll present you ways to do that with PowerShell. Let’s dive in.

Stipulations

In an effort to set the utmost worth we have to connect with Azure AD. First, if not already executed, set up the MSOnline Module and connect with your tenant.

Set up-Module MSOnline
Join-MsolService

Good.

Set Most Gadgets per Consumer

To retrieve the present most worth, run the road beneath.

Get-MsolDeviceRegistrationServicePolicy

We be taught that the utmost gadgets per person is ready to 50. Let’s change this setting to 10.

Set-MsolDeviceRegistrationServicePolicy -MaximumDevicesPerUser 50

How do we all know this labored?

Get-MsolDeviceRegistrationServicePolicy

Mission completed.

Printed by Patrick Gruenauer

Microsoft MVP on PowerShell [2018-2024], IT-Coach, IT-Marketing consultant, MCSE: Cloud Platform and Infrastructure, Cisco Licensed Academy Teacher.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments