From f1ab0b8c53d5bf901c0cd8bbc5dfdc189235056c Mon Sep 17 00:00:00 2001 From: Dean Haas Date: Fri, 18 Apr 2025 14:49:17 -0700 Subject: [PATCH 1/3] Update Set-MailUser.md Added description per https://office.visualstudio.com/MAX/_workitems/edit/10026456 --- exchange/exchange-ps/exchange/Set-MailUser.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 1585ac2535..70b51b47ce 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -1569,7 +1569,8 @@ Accept wildcard characters: False ### -ExcludeFromAllOrgHolds This parameter is available only in the cloud-based service. -{{ Fill ExcludeFromAllOrgHolds Description }} +The ExcludeFromAllOrgHolds switch excludes the mail user from all organization-wide Microsoft 365 retention policies. This switch can only be used for soft-deleted mail users. You don't need to specify a value with this switch. +When you use this switch, use the Guid, DistinguishedName or ExchangeGuid property value for the identity of the soft-deleted mail user (those are the only values that guarantee uniqueness). ```yaml Type: SwitchParameter From d79152eaa3b3e202cecfcd5a2f58c5892b5ad6d7 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 18 Apr 2025 16:28:33 -0700 Subject: [PATCH 2/3] Update Set-MailUser.md --- exchange/exchange-ps/exchange/Set-MailUser.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 70b51b47ce..93fa521931 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -1569,8 +1569,13 @@ Accept wildcard characters: False ### -ExcludeFromAllOrgHolds This parameter is available only in the cloud-based service. -The ExcludeFromAllOrgHolds switch excludes the mail user from all organization-wide Microsoft 365 retention policies. This switch can only be used for soft-deleted mail users. You don't need to specify a value with this switch. -When you use this switch, use the Guid, DistinguishedName or ExchangeGuid property value for the identity of the soft-deleted mail user (those are the only values that guarantee uniqueness). +The ExcludeFromAllOrgHolds switch specifies whether to exclude the soft-deleted mail user from all organization-wide Microsoft 365 retention policies. You don't need to specify a value with this switch. + +Use one of the following values to uniquely identify the soft-deleted mail user: + +- DistinguishedName +- Guid +- ExchangeGuid ```yaml Type: SwitchParameter From 04ed181da71ee34e16288aae4e41e709c5375712 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 18 Apr 2025 16:30:23 -0700 Subject: [PATCH 3/3] Update Set-MailUser.md --- exchange/exchange-ps/exchange/Set-MailUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 93fa521931..a52ac33934 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -1571,7 +1571,7 @@ This parameter is available only in the cloud-based service. The ExcludeFromAllOrgHolds switch specifies whether to exclude the soft-deleted mail user from all organization-wide Microsoft 365 retention policies. You don't need to specify a value with this switch. -Use one of the following values to uniquely identify the soft-deleted mail user: +When you use this switch, use one of the following values to uniquely identify the soft-deleted mail user in the Identity parameter: - DistinguishedName - Guid