From a73c9c1cecd6a4cb58719af3da259c57aede759c Mon Sep 17 00:00:00 2001 From: Matteo Sabbatini <47777459+matteosabbatini@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:57:44 +0100 Subject: [PATCH 1/2] Update Set-RetentionCompliancePolicy.md As confirmed in this bug https://o365exchange.visualstudio.com/IP%20Engineering/_workitems/edit/169228/?view=edit, groups are not supported for attributes -RemoveExchangeLocation and -RemoveExchangeLocationException, only mailboxes --- .../exchange/Set-RetentionCompliancePolicy.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index b1973e0202..5c08de2e91 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -759,12 +759,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocation -The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are: +The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are mailboxes. -- A mailbox -- A distribution group or mail-enabled security group - -To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example: +To specify a mailbox, you can use any value that uniquely identifies it. For example: - Name - Distinguished name (DN) @@ -787,12 +784,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocationException -The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are: +The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are mailboxes. -- A mailbox -- A distribution group or mail-enabled security group - -To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example: +To specify a mailbox, you can use any value that uniquely identifies it. For example: - Name - Distinguished name (DN) From c254c2b2f27d2f06155299b09a49f9bb86c9248b Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 2 Sep 2024 11:53:52 -0700 Subject: [PATCH 2/2] Update Set-RetentionCompliancePolicy.md --- .../exchange-ps/exchange/Set-RetentionCompliancePolicy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md index 5c08de2e91..6339482ae2 100644 --- a/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md +++ b/exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md @@ -759,9 +759,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocation -The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. Valid values are mailboxes. +The RemoveExchangeLocation parameter specifies the mailboxes to remove from the list of included mailboxes when you aren't using the value All for the ExchangeLocation parameter. -To specify a mailbox, you can use any value that uniquely identifies it. For example: +You can use any value that uniquely identifies the mailbox. For example: - Name - Distinguished name (DN) @@ -784,9 +784,9 @@ Accept wildcard characters: False ``` ### -RemoveExchangeLocationException -The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are mailboxes. +The RemoveExchangeLocationException parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. -To specify a mailbox, you can use any value that uniquely identifies it. For example: +You can use any value that uniquely identifies the mailbox. For example: - Name - Distinguished name (DN)