From ff5981cfcfa6fd94ecdc658be3be445ba42c22af Mon Sep 17 00:00:00 2001 From: Dean Haas Date: Mon, 10 Mar 2025 15:42:37 -0700 Subject: [PATCH 1/2] Update New-AppRetentionCompliancePolicy.md --- .../exchange-ps/exchange/New-AppRetentionCompliancePolicy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md index c3787439cd..3e5c74b8f0 100644 --- a/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md @@ -308,6 +308,9 @@ 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 ed4ddbcf88495ff620d638c4f856b2997ca8f6dd Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 10 Mar 2025 16:10:55 -0700 Subject: [PATCH 2/2] Update note on PolicyRBACScopes parameter usage --- .../exchange-ps/exchange/New-AppRetentionCompliancePolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md index 3e5c74b8f0..927c8d0b73 100644 --- a/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md @@ -309,8 +309,8 @@ 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. Administrative units are available only in Microsoft Entra ID P1 or P2. You create and manage administrative units in Microsoft Graph PowerShell.