Get-AipServiceDevicePlatform
Gets the device platforms in your organization that support the protection service from Azure Information Protection.
Syntax
Get-AipServiceDevicePlatform
[-All]
[<CommonParameters>]
Get-AipServiceDevicePlatform
[-Windows]
[-WindowsStore]
[-WindowsPhone]
[-Mac]
[-iOS]
[-Android]
[-Web]
[<CommonParameters>]
Description
The Get-AipServiceDevicePlatform cmdlet gets the device platforms in your organization that support the protection service from Azure Information Protection. For information about supported device platforms, see the Enable-AipServiceDevicePlatform 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 the protection service
PS C:\>Get-AipServiceDevicePlatform -WindowsPhone -WindowStore
Key Value
----- ------
WindowsStore True
WindowsPhone True
This command determines whether Windows Phone and Windows Store device platforms in your organization support the protection service from Azure Information Protection.
Example 2: Get all device platforms that support the protection service
PS C:\>Get-AipServiceDevicePlatform -All
This command determines which of all device platforms in your tenant support the protection service from Azure Information Protection.
Parameters
-All
Indicates that the cmdlet specifies all device platforms. The cmdlet gets the protection 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 protection 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 protection 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 protection 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 protection 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 protection 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 protection 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 protection support status for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |