Get-MsolDeviceRegistrationServicePolicy
Gets the Azure Active Directory device registration service settings.
Syntax
Get-MsolDeviceRegistrationServicePolicy []
Description
The Get-MsolDeviceRegistrationServicePolicy cmdlet gets the Azure Active Directory device registration service settings.
Examples
Example 1: Get the Azure Active Directory device registration service policy settings
PS C:\>Get-MsolDeviceRegistrationServicePolicy
This command gets the Azure Active Directory device registration service policy settings.
Outputs
Microsoft.Online.Administration.DeviceRegistrationServicePolicy
This cmdlet returns a DeviceRegistrationServicePolicy object, which include the following information:
- MaximumDevicesPerUser: The maximum number of devices a user can register.
- RequireMultiFactorAuth: Whether or not users that are adding devices from the internet need to use a second method of authentication.
- AllowedToWorkplaceJoin: Whether or not users are allowed to workplace join devices.
- AllowedToAzureAdJoin: Whether or not users are allowed to Azure Active Directory join devices. If the value is selected, the allowed users are specified in the value of the other two parameters: Groups and Users.
- Groups: The groups who are allowed to Azure Active Directory join devices.
- Users: The users who are allowed to Azure Active Directory join devices.