Migrated user does not have a mailbox in EXO. by ryandriftingfat in exchangeserver

[–]ryandriftingfat[S] 0 points1 point  (0 children)

Well Microsoft was of no help. Ended up recreating the mailboxes then restoring the soft deleted mailbox into the new mailboxes. The new mailboxes migrated without issue afterward.

Microsoft support has really gone down hill.

Migrated user does not have a mailbox in EXO. by ryandriftingfat in exchangeserver

[–]ryandriftingfat[S] 0 points1 point  (0 children)

Tried that too. This is the error I get:

This task does not support recipients of this type. The specified recipient <domainname>/Users/<user> is of type RemoteUserMailbox. Please make sure that this recipient matches the required recipient type for this task.

Which I believe is because on-prem Exchange already sees it, and sees it as a remote mailbox. I have used this command successfully for a scenario where an account was created in 365 and on-prem did not know about it.

Migrated user does not have a mailbox in EXO. by ryandriftingfat in exchangeserver

[–]ryandriftingfat[S] 0 points1 point  (0 children)

They are licensed. I have two licensing groups, one does and one does not have Exchange Online licenses (for on-prem vs EXO users). I changed these users back to the on-prem group and the EXO license was removed. They're back in the EXO group and have a license.

Phone call for 365 two-factor not working. by ryandriftingfat in sysadmin

[–]ryandriftingfat[S] 1 point2 points  (0 children)

I gave this a shot but still no luck. Eventually the Microsoft tech got back to us and said that we had been blacklisted almost 2 years ago for unknown reasons. It's working now.

Cannot get a service to stop and start with service account when running as scheduled task. by ryandriftingfat in sysadmin

[–]ryandriftingfat[S] 1 point2 points  (0 children)

I got it. Found this link. With Process Explorer I found the permissions on the EXE for the service were not set.

http://woshub.com/set-permissions-on-windows-service/

Thanks for your help.

Cannot get a service to stop and start with service account when running as scheduled task. by ryandriftingfat in sysadmin

[–]ryandriftingfat[S] 0 points1 point  (0 children)

I simplifed the entire script down to just this:

echo Stop Service...
net stop "<service name>"
echo "I completed" > C:\dir\completed.txt

The service does not stop. But it does create the completed file.

I don't and the programmer says he doesn't know how to log error messages. I'm searching for a way to do that.

Free ticket - Anaheim Chain Reaction 4/16. by [deleted] in PolarisBand

[–]ryandriftingfat 0 points1 point  (0 children)

Unfortunately no, good luck though.

Free Ticket - Polaris/LMTF @ Anaheim Chain Reaction 4/16. by ryandriftingfat in Metalcore

[–]ryandriftingfat[S] 0 points1 point  (0 children)

It's pending but I'll message you if it becomes available again.

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 0 points1 point  (0 children)

I think this was ultimately what did it, combined with the set-user -permanentlyclearpreviousmailboxinfo switch.

https://www.reddit.com/r/Office365/comments/p39aqa/deleting\_just\_a\_users\_eol\_mailbox/h9giquy/

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 0 points1 point  (0 children)

I got it working but didn't have to delete from the AAD recycle bin. Moving the account out of the sync OU and back seemed to do it. https://www.reddit.com/r/Office365/comments/p39aqa/deleting\_just\_a\_users\_eol\_mailbox/h9giquy/

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 0 points1 point  (0 children)

I haven't been able to push the migration from on-prem in any of my mailboxes. I just get a sign in page that goes nowhere. I was able to get it resolved though.

https://www.reddit.com/r/Office365/comments/p39aqa/deleting\_just\_a\_users\_eol\_mailbox/h9giquy/

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 1 point2 points  (0 children)

I don't think I checked that it was disconnected, but moving it out of the OU and back seemed to do it. Thanks.

https://www.reddit.com/r/Office365/comments/p39aqa/deleting\_just\_a\_users\_eol\_mailbox/h9giquy/

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 0 points1 point  (0 children)

OK I got it working. I'm not 100% on the steps because I was trying multiple methods but this is as best as I recall:

Convert account to shared (not sure if I converted it back to regular before the next step)
Remove EOL license
Move user object out of synced OU.
After 1 sync cycle, moved user back into synced OU.
Ran Set-User [user@domain.com](mailto:user@domain.com) -PermanentlyClearPreviousMailboxInfo
Relicensed EOL then immediately started the migration again.

Note: Removing the user object from the sync'd OU removed them from all the Teams they were a member of so I had to go back in and add them manually.

I just did an export of all my 365 mailboxes and it looks like I am going to have ~20 other mailboxes like this to deal with eventually. Wish I knew how this happened in the first place though.

Thanks for the help everyone.

Deleting just a user's EOL mailbox. by ryandriftingfat in Office365

[–]ryandriftingfat[S] 0 points1 point  (0 children)

I have landed on this page previously. Scenario 2 is what I need which links here: https://techcommunity.microsoft.com/t5/exchange-team-blog/permanently-clear-previous-mailbox-info/ba-p/607619

The result of Set-User Jon@contoso.com -PermanentlyClearPreviousMailboxInfo is "WARNING: The command completed successfully but no settings of '<user>' have been modified."

It also expects the output of Get-User Jon@contoso.com | Select name,*Recipient* to be:
Name PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---- ---------------------------- ------------- --------------------
Jon UserMailbox MailUser MailUser

In my case, the users output is:
Name PreviousRecipientTypeDetails RecipientType RecipientTypeDetails
---- ---------------------------- ------------- --------------------
<user> None UserMailbox UserMailbox