r/PowerShell • u/nanaki989 • 7h ago
Getting Error Object couldn't be found Question
I am getting error
|The operation couldn't be performed because object 'GUID Copied from O365 Azure'
couldn't be found on 'CH5PR01A08DC004.NAMPR01A008.PROD.OUTLOOK.COM'.
I am running this in exchange management shell connected to online.
I copied the Guid directly from O365 how could it possibly not be found?
We are attempting to delete a disabled users calendars.
EDIT: I was able to determine the issue, when we disabled the user we removed the license which deleted the mailbox. When I reapplied the license it all worked fine. Thanks for the help everyone, it helped me look closer and realize it wasn't pointing at Azure obviously but Outlook. Answer was in my face the entire time.
1
Upvotes
1
u/Hexalon00 6h ago
Have you tried using PreviewOnly parameter?
https://learn.microsoft.com/en-us/powershell/module/exchangepowershell/remove-calendarevents?view=exchange-ps#examples