< Back

Enable-AadrmDevicePlatform

Fri Jan 10, 2020 6:12 pm

NAME Enable-AadrmDevicePlatform



SYNOPSIS

Enables Rights Management support for device platforms.





SYNTAX

Enable-AadrmDevicePlatform -All [<CommonParameters>]



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

[<CommonParameters>]





DESCRIPTION

The Enable-AadrmDevicePlatform cmdlet enables Rights Management support for device platforms. Your organization

can support any combination of the following device platforms: - Android



- iOS



- Macintosh operating system



- Web



- Windows operating system



- Windows Phone



- Windows Store





To support all platforms, specify the All parameter.

You must use PowerShell to do this configuration; you cannot do this configuration by using a management portal.







PARAMETERS

-All [<SwitchParameter>]

Indicates that the cmdlet specifies all device platforms. The cmdlet enables Rights Management support for 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 enables Rights Management support

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 enables Rights Management support 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 enables Rights

Management support 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 enables Rights Management support 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 enables Rights

Management support 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 enables Rights Management

support 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 enables Rights Management

support 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: Enable Rights Management support for device platforms



PS C:\\>Enable-AadrmDevicePlatform -WindowsPhone -WindowStore



This command enables Rights Management support for Windows Phone and Windows Store device platforms.

Example 2: Enable Rights Management support for all device platforms



PS C:\\>Enable-AadrmDevicePlatform -All



This command enables Rights Management support for all device platforms.



RELATED LINKS

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

Disable-AadrmDevicePlatform

Get-AadrmDevicePlatform