Get-AadrmDevicePlatform
Gets the device platforms in your organization that support Rights Management.
Syntax
Get-AadrmDevicePlatform
[-All]
[<CommonParameters>]
Get-AadrmDevicePlatform
[-Windows]
[-WindowsStore]
[-WindowsPhone]
[-Mac]
[-iOS]
[-Android]
[-Web]
[<CommonParameters>]
Description
Note
This cmdlet from the AADRM module is now deprecated. After July 15, 2020, this cmdlet name will be supported only as an alias to its replacement in the AIPService module.
For more information, see the overview page.
The Get-AadrmDevicePlatform cmdlet gets the device platforms that Azure Rights Management supports for your organization. For information about supported device platforms, see the Enable-AadrmDevicePlatform cmdlet.
You must use PowerShell to view this configuration; you cannot view this configuration by using a management portal.
Examples
Example 1: Get specific device platforms that support Rights Management
PS C:\>Get-AadrmDevicePlatform -WindowsPhone -WindowStore
Key Value
----- ------
WindowsStore True
WindowsPhone True
This command determines whether Windows Phone and Windows Store device platforms in your organization support Rights Management.
Example 2: Get all device platforms that support Rights Management
PS C:\>Get-AadrmDevicePlatform -All
This command determines which of all device platforms in your organization support Rights Management.
Parameters
-All
Indicates that the cmdlet specifies all device platforms. The cmdlet gets the Rights Management support status of all device platforms.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Android
Indicates that the cmdlet specifies the Android device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-iOS
Indicates that the cmdlet specifies the iOS device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Mac
Indicates that the cmdlet specifies the Macintosh operating system device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Web
Indicates that the cmdlet specifies the web device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Windows
Indicates that the cmdlet specifies the Windows operating system device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WindowsPhone
Indicates that the cmdlet specifies the Windows Phone device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WindowsStore
Indicates that the cmdlet specifies the Windows Store device platform. The cmdlet gets the Rights Management support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |