From 89043face551b4746a7b5e99fa8e78a0dc778388 Mon Sep 17 00:00:00 2001 From: Dean Haas Date: Mon, 10 Mar 2025 15:46:24 -0700 Subject: [PATCH 1/2] Update Set-RetentionCompliancePolicy.md --- .../exchange-ps/exchange/Set-RetentionCompliancePolicy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index ffd5884e75..e328c8dc7f 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -739,6 +739,10 @@ Accept wildcard characters: False ``` ### -PolicyRBACScopes + +> [!NOTE] +> Admin units are not currently supported, so the PolicyRBACScopes parameter cannot be used at this time. This parameter is documented here for informational purposes to be used when support for admin units is released. + The PolicyRBACScopes parameter specifies the administrative units to assign to the policy. A valid value is the Microsoft Entra ObjectID (GUID value) of the administrative unit. You can specify multiple values separated by commas. Administrative units are available only in Microsoft Entra ID P1 or P2. You create and manage administrative units in Microsoft Graph PowerShell. From e8ec267d365a4c156e6d3e45a6c74fcc0b91715b Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 10 Mar 2025 16:12:20 -0700 Subject: [PATCH 2/2] Update note on PolicyRBACScopes parameter usage --- exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index e328c8dc7f..e808bd55af 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -740,8 +740,7 @@ Accept wildcard characters: False ### -PolicyRBACScopes -> [!NOTE] -> Admin units are not currently supported, so the PolicyRBACScopes parameter cannot be used at this time. This parameter is documented here for informational purposes to be used when support for admin units is released. +**Note**: Admin units aren't currently supported, so this parameter isn't functional. The information presented here is for informational purposes when support for admin units is released. The PolicyRBACScopes parameter specifies the administrative units to assign to the policy. A valid value is the Microsoft Entra ObjectID (GUID value) of the administrative unit. You can specify multiple values separated by commas.