Forum Discussion
TonyRedmond
Apr 10, 2023MVP
Microsoft Releases Cmdlet to Retrieve Disposition Review Items
The Get-ReviewItems cmdlet (in the Exchange Online management module) is available to export details about disposition review items in either a pending or disposed state. It’s possible that you d...
GGarg
Aug 04, 2023Copper Contributor
Thanks for letting us know...
But Get-ReviewItems cmdlet is available only in the cloud-based service.
https://learn.microsoft.com/en-gb/powershell/module/exchange/get-reviewitems?view=exchange-ps&WT.mc_id=M365-MVP-9501
How can we use this cmdlet.
Any help or directions would be appreciated, solution is also appreciated.
Thanks in advance
GGarg
But Get-ReviewItems cmdlet is available only in the cloud-based service.
https://learn.microsoft.com/en-gb/powershell/module/exchange/get-reviewitems?view=exchange-ps&WT.mc_id=M365-MVP-9501
How can we use this cmdlet.
Any help or directions would be appreciated, solution is also appreciated.
Thanks in advance
GGarg
TonyRedmond
Aug 04, 2023MVP
Disposition reviews are only available in the cloud, so you need to be in the cloud to use them.
- GGargAug 04, 2023Copper ContributorThank you..
Could you please provide me some reference from where I can get implementation example.
It would be great help.
Thanks in advance- TonyRedmondAug 04, 2023MVPSee the original article...
- NicegauravAug 17, 2023Copper Contributor
Hi,
Gone through the article.When implementing this on Azure automation runbook getting the below error --
System.Management.Automation.CommandNotFoundException: The term 'Get-ReviewItems' is not recognized as the name of a cmdlet,Note- Imported the Exchange Online management module through browse gallery.
Kindly help me in this.
Thanks in advance.