< Back

Get-AadrmDevicePlatform

Fri Jan 10, 2020 6:15 pm

NAME Get-AadrmDevicePlatform



SYNOPSIS

Gets the device platforms in your organization that support Rights Management.





SYNTAX

Get-AadrmDevicePlatform -All [<CommonParameters>]



Get-AadrmDevicePlatform [-Android] [-iOS] [-Mac] [-Web] [-Windows] [-WindowsPhone] [-WindowsStore]

[<CommonParameters>]





DESCRIPTION

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.





PARAMETERS

-All [<SwitchParameter>]

Indicates that the cmdlet specifies all device platforms. The cmdlet gets the Rights Management support status

of all device platforms.



Required? true

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Android [<SwitchParameter>]

Indicates that the cmdlet specifies the Android device platform. The cmdlet gets the Rights Management support

status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-iOS [<SwitchParameter>]

Indicates that the cmdlet specifies the iOS device platform. The cmdlet gets the Rights Management support

status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Mac [<SwitchParameter>]

Indicates that the cmdlet specifies the Macintosh operating system device platform. The cmdlet gets the Rights

Management support status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Web [<SwitchParameter>]

Indicates that the cmdlet specifies the web device platform. The cmdlet gets the Rights Management support

status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Windows [<SwitchParameter>]

Indicates that the cmdlet specifies the Windows operating system device platform. The cmdlet gets the Rights

Management support status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WindowsPhone [<SwitchParameter>]

Indicates that the cmdlet specifies the Windows Phone device platform. The cmdlet gets the Rights Management

support status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WindowsStore [<SwitchParameter>]

Indicates that the cmdlet specifies the Windows Store device platform. The cmdlet gets the Rights Management

support status for the specified device platform.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









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.



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=400609

Disable-AadrmDevicePlatform

Enable-AadrmDevicePlatform