다음을 통해 공유


Disable-AipServiceDevicePlatform

Disables protection support from Azure Information Protection for device platforms.

구문

AllPlatforms

Disable-AipServiceDevicePlatform
    [-All]
    [<CommonParameters>]

Platforms

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.

예제

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.

매개 변수

-All

Indicates that the cmdlet specifies all device platforms. The cmdlet disables protection support for all device platforms.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

AllPlatforms
Position:Named
필수:True
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-Android

Indicates that the cmdlet specifies the Android device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-iOS

Indicates that the cmdlet specifies the iOS device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-Mac

Indicates that the cmdlet specifies the Macintosh operating system device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-Web

Indicates that the cmdlet specifies the web device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-Windows

Indicates that the cmdlet specifies the Windows operating system device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-WindowsPhone

Indicates that the cmdlet specifies the Windows Phone device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

-WindowsStore

Indicates that the cmdlet specifies the Windows Store device platform. The cmdlet disables protection support for the specified device platform.

매개 변수 속성

형식:SwitchParameter
Default value:None
와일드카드 지원:False
DontShow:False

매개 변수 집합

Platforms
Position:Named
필수:False
파이프라인의 값:False
속성 이름별 파이프라인의 값:False
나머지 인수의 값:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.