PowerShell-EWS-Scripts icon indicating copy to clipboard operation
PowerShell-EWS-Scripts copied to clipboard

A collection of PowerShell scripts that use EWS to perform actions against Exchange mailboxes

Results 26 PowerShell-EWS-Scripts issues
Sort by recently updated
recently updated
newest added

Hello @David-Barrett-MS, Thank you for your great scripts! I have run the following command: `.\[Merge-MailboxFolder.ps1 -SourceMailbox -TargetMailbox -TargetArchive -MergeFolderList @{"Inbox"= "WellKnownFolderName.Inbox"; "Sent Items"= "WellKnownFolderName.SentItems"} -ProcessSubfolders -CreateTargetFolder -Office365 -Impersonate -OAuth -OAuthClientId...

It looks like the URL in the script for Microsoft 365 authentication may be out of date. Getting a 404 error when using -Office365 and -OAuth

Hi @David-Barrett-MS and thank you for the excellent-looking script! 🙏 I am trying to wrap my head around the syntax and am a bit afraid to execute a command that...

Hello, I was wondering if it was possible to use this script to specify a source and target mailbox using the mailbox GUID? Scenario: I have some users on EXO...

I have used the script in the past to move emails from archive to inbox in the past along with a batching script to perform the action on multiple accounts...

Hi, Could you please help me figured out what might cause this issue. I'm using impersonate feature and got this error: No matching items were found [MoveItems]Copying from st***@****:\Top of...

Hi David, Thanks for creating this script to move mails from mailbox to mailbox. I have tried using this but encountered the errors below: Merge-MailboxFolder.ps1 version 1.1.9 starting VERBOSE: Loading...

Trying to use Merge-MailboxFolder.ps1. OAUTH has been configured as per the guide. I'm logging into the browser, obtaining a token and receiving the error as per title: ERROR (ThrottledFolderBind): Exception...

Same issue as happened earlier in the year - will raise a MS Ticket for it also. ErrorMoveCopy when moving items from Calendar/Tasks folder into Archive. I've realised while working...

Hi, first of all - thank you for this marvellous script. Really helps with users without self-mailbox-control ;) I'm copying a emails with the following command: ``` $src = "[email protected]"...