Forum Discussion
Mateusz710
Jul 20, 2020Copper Contributor
Delete Folder
Hello, I have folder with custom name in Exchange Contacts? How to delete this folder via Powershell?
VasilMichev
Jul 20, 2020MVP
PowerShell doesn't deal with item/folder level operations. For that, you would need to use the EWS/Graph API. Both of these can be called via PowerShell if you prefer.