The Enable-AipServiceDevicePlatform cmdlet enables protection support from Azure Information Protection for device platforms. Your tenant 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.
예제
Example 1: Enable protection support for device platforms
This command enables protection support for device platforms for Windows Phone and Windows Store device platforms.
Example 2: Enable protection support for all device platforms
PS C:\>Enable-AipServiceDevicePlatform -All
This command enables protection support for all device platforms.
매개 변수
-All
Indicates that the cmdlet specifies all device platforms. The cmdlet enables 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 enables 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 enables 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 enables 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 enables 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 enables 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 enables 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 enables 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.