Forum Discussion
flourishingnixcomets
Oct 28, 2022Copper Contributor
Remove-MgUserMailFolder not working because of invalid ID
Hello, I've been asked to delete an Outlook folder called Promo across the whole enterprise. Get-MgUserMailFolder -UserId email address removed for privacy reasons -All shows all Outlook folde...
- Oct 28, 2022Well you need to provide the ID of the folder, not its name. You can obtain the ID value from the first cmdlet, Get-MgUserMailFolder, it will look something like this: AAMkAGU2MWM5NzU0LWY3MmQtNGI3OS1hNDVlLTBkMzI3OWVlNWIzZgAuAAAAAAChKSJAhlnUTIHtKSso30ThAQBIPfDMxyP-RYhY8M8xmAPVAAS8XYnlAAA=
VasilMichev
Oct 28, 2022MVP
Well you need to provide the ID of the folder, not its name. You can obtain the ID value from the first cmdlet, Get-MgUserMailFolder, it will look something like this: AAMkAGU2MWM5NzU0LWY3MmQtNGI3OS1hNDVlLTBkMzI3OWVlNWIzZgAuAAAAAAChKSJAhlnUTIHtKSso30ThAQBIPfDMxyP-RYhY8M8xmAPVAAS8XYnlAAA=
flourishingnixcomets
Oct 28, 2022Copper Contributor
Jees I feel awkward, I have no idea how I missed the trailing =. This worked. Thank you.