Skip to content

PermanentlyClearPreviousMailboxInfo #8310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 9, 2021

Conversation

mprentice22153
Copy link
Contributor

I believe the published info is incorrect. The parameter is only valid for Exchange Online, per the associated blog post.

I believe the published info is incorrect.  The parameter is only valid for Exchange Online, per the associated blog post.
@opbld30
Copy link

opbld30 commented Sep 8, 2021

Docs Build status updates of commit ed1db09:

✅ Validation status: passed

File Status Preview URL Details
exchange/exchange-ps/exchange/Set-User.md ✅Succeeded View (exchange-ps)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld33
Copy link

opbld33 commented Sep 9, 2021

Docs Build status updates of commit 5f0a384:

✅ Validation status: passed

File Status Preview URL Details
exchange/exchange-ps/exchange/Set-User.md ✅Succeeded View (exchange-ps)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@chrisda chrisda changed the title PermanentlyClearPreviousMailboxInfo [HOLD] PermanentlyClearPreviousMailboxInfo Sep 9, 2021
@chrisda
Copy link
Contributor

chrisda commented Sep 9, 2021

@mprentice22153, there have been a couple of issues about this (#7028, #7078). What I think is the definitive answer is here:

https://github.com/MicrosoftDocs/office-docs-powershell/issues/7028#issuecomment-799715448:

Spoke with person assigned to my case today, and someone is working on updating the documentation. The switch is not supported in Exchange Online.

No question that the parameter is available. Whether or not the parameter is functional is the question. If you have other information, please advise.

@mprentice22153
Copy link
Contributor Author

The parameter and functionality is absolutely available within Office 365 Exchange Online. Just ran it yesterday, hence my submission, on 80 mailboxes that were incorrectly created in EO. Ran it a year ago within the same customer environment when we first setup the hybrid Exchange, and have run it in other customer EO environments. I've never run it in an Exchange on-prem environment so I'm not aware that it actually works there and thus my confusion.

@mprentice22153
Copy link
Contributor Author

mprentice22153 commented Sep 9, 2021

All of this was done against a M365 tenant. Actual domain removed but user account names are actual.

Get-user -Identity [email protected] | select *recip*

PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---------------------------- ------------- --------------------
UserMailbox                  MailUser      MailUser

Get-user -Identity [email protected] | select *recip*

PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---------------------------- ------------- --------------------
None                         MailUser      MailUser

set-user -Identity [email protected] -PermanentlyClearPreviousMailboxInfo
Get-user -Identity [email protected] | select *recip*

PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---------------------------- ------------- --------------------
None                         MailUser      MailUser

@mprentice22153
Copy link
Contributor Author

This article is actually referenced in the set-user details for the PermanentlyClearPreviousMailboxInfo parameter and it clearly states the functionality is available to EO.
https://techcommunity.microsoft.com/t5/exchange-team-blog/permanently-clear-previous-mailbox-info/ba-p/607619

@opbld31
Copy link

opbld31 commented Sep 9, 2021

Docs Build status updates of commit 46bd2dd:

✅ Validation status: passed

File Status Preview URL Details
exchange/exchange-ps/exchange/Set-User.md ✅Succeeded View (exchange-ps)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@chrisda
Copy link
Contributor

chrisda commented Sep 9, 2021

@mprentice22153, you had me at your first response, Updated to ExO only as you described (with editorial license and consistency with other parameters in the same fate).

@chrisda chrisda changed the title [HOLD] PermanentlyClearPreviousMailboxInfo PermanentlyClearPreviousMailboxInfo Sep 9, 2021
@chrisda chrisda merged commit 36e17ce into MicrosoftDocs:master Sep 9, 2021
@mprentice22153 mprentice22153 deleted the patch-2 branch September 10, 2021 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants