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...
TonyRedmond
Feb 24, 2025MVP
BTW, why not do something like Get-RecoverableItems -Identity Jack.Smith | Sort-Object {$_.LastModifiedTime -as [datetime]}... It works for me.
JeremyTBradshaw
Feb 24, 2025Steel Contributor
That does work, so I will have to lower my tude about this. Was a little passion flare there earlier this morning.