Disable-AipServiceDevicePlatform
Disables protection support from Azure Information Protection for device platforms.
Syntax
Disable-AipServiceDevicePlatform
[-All]
[<CommonParameters>]
Disable-AipServiceDevicePlatform
[-Windows]
[-WindowsStore]
[-WindowsPhone]
[-Mac]
[-iOS]
[-Android]
[-Web]
[<CommonParameters>]
Description
The Disable-AipServiceDevicePlatform cmdlet disables protection support from Azure Information Protection for device platforms. For information about supported device platforms, see the Enable-AipServiceDevicePlatform cmdlet.
You must use PowerShell to do this configuration; you cannot do this configuration by using a management portal.
Examples
Example 1: Disable protection support for device platforms
PS C:\>Disable-AipServiceDevicePlatform -WindowsPhone -WindowStore
This command disables protection support for Windows Phone and Windows Store device platforms.
Example 2: Disable protection support for all device platforms
PS C:\>Disable-AipServiceDevicePlatform -All
This command disables protection support for all device platforms.
Parameters
-All
Indicates that the cmdlet specifies all device platforms. The cmdlet disables protection support for 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 disables protection support 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 disables protection support 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 disables protection support 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 disables protection support 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 disables protection support 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 disables protection support 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 disables protection support for the specified device platform.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |