你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-AipServiceConfiguration

获取租户的 Azure 信息保护配置。

语法

Get-AipServiceConfiguration []

说明

Get-AipServiceConfiguration cmdlet 获取保护服务的租户的当前 Azure 信息保护配置。

必须使用 PowerShell 查看租户的保护配置值的完整列表;无法使用管理门户获取此配置。

示例

示例 1:显示保护服务的 Azure 信息保护配置

PS C:\>Get-AipServiceConfiguration
BPOSId                                    : 9c11c87a-ac8b-46a3-8d5c-f4d0b72ee29a

AzureInformationProtectionServiceId                 : 5c6bb73b-1038-4eec-863d-49bded473437

LicensingIntranetDistributionPointUrl     : https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.com/_wmcs/licensing

LicensingExtranetDistributionPointUrl     : https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.com/_wmcs/licensing

CertificationIntranetDistributionPointUrl : https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.com/_wmcs/certification

CertificationExtranetDistributionPointUrl: https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.com/_wmcs/certification

AdminConnectionUrl                        : https://admin.na.aadrm.com/admin/admin.svc/Tenants/5c6bb73b-1038-4eec-863d-49bded473437

AdminV2ConnectionUrl                      : https://admin.na.aadrm.com/adminV2/admin.svc/Tenants/5c6bb73b-1038-4eec-863d-49bded473437

OnPremiseDomainName                       :

Keys                                      : {c46b5d49-1c4c-4a79-83d1-ec12a25f3134}

CurrentLicensorCertificateGuid            : c46b5d49-1c4c-4a79-83d1-ec12a25f3134

Templates                                 : { c46b5d49-1c4c-4a79-83d1-ec12a25f3134,

                                            5c6d36g9-c24e-4222-7786e-b1a8a1ecab60}

FunctionalState                           : Enabled

SuperUsersEnabled                         : Disabled

SuperUsers                                : {admin3@contoso.com, admin4@contoso.com}

AdminRoleMembers                          : {Global Administrator -> 5834f4d6-35d2-455b-a134-75d4cdc82172,

                                            ConnectorAdministrator -> 5834f4d6-35d2-455b-a134-75d4cdc82172}

KeyRolloverCount                          : 0

ProvisioningDate                          : 1/30/2014 9:01:31 PM

IPCv3FunctionalState               		  : Enabled

DevicePlatformState                       : {Windows -> True, WindowsStore -> True, WindowsPhone -> True, Mac ->

FciEnabledForConnectorAuthorization       : True

DocumentTrackingFeatureState              : Enabled

此命令显示租户的当前保护配置。

备注