David-Barrett-MS / PowerShell-EWS-Scripts

A collection of PowerShell scripts that use EWS to perform actions against Exchange mailboxes
MIT License
118 stars 13 forks source link

Wrong Item Property in Filter #42

Closed MEM-85 closed 7 months ago

MEM-85 commented 9 months ago

Line 1193: .CreationTime should be .DateTimeCreated Line 1199: .CreationTime should be .DateTimeCreated

https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/blob/991516f562600b938cca4f3ef73517c8eed11482/Legacy/Search-Appointments.ps1#L1193C30-L1193C30

David-Barrett-MS commented 7 months ago

Can't blame that one on copy/paste, but also fixed in v1.2.2. Thanks.