Forum Discussion
TonyRedmond
Sep 18, 2024MVP
Using the Get-RecoverableItems Cmdlet to Report Recoverable Items
Sometimes you don’t need the full-fledged Graph API to report details of items in Recoverable Items and the Get-RecoverableItems cmdlet can do the job. The data fetched by the cmdlet isn’t as rich as...
JeremyTBradshaw
Feb 24, 2025Steel Contributor
You know, I just realized this morning that the output of Get-RecoverableItems actually stores "LastModifiedTime" as a string, rather than as a datetime object. This makes sorting in PowerShell a game of text twist. Really annoying to see this kind of thing happen in real life:
At one point in time, the Exchange team were almost like the pioneers of PowerShell.
- TonyRedmondFeb 24, 2025MVP
I'll send a little note to the developers...