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...
Nicegaurav
Aug 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.
TonyRedmond
Aug 17, 2023MVP
The Get-ReviewItems cmdlet is in the Exchange Online module (V3.2)
connect-exchangeonline
get-command Get-ReviewItems
CommandType Name Version Source
----------- ---- ------- ------
Function Get-ReviewItems 0.0.1 tmpEXO_xc15yfcv.jl0
connect-exchangeonline
get-command Get-ReviewItems
CommandType Name Version Source
----------- ---- ------- ------
Function Get-ReviewItems 0.0.1 tmpEXO_xc15yfcv.jl0
- NicegauravAug 23, 2023Copper Contributor
Hi TonyRedmond
Below are screenshots for the ref only which I have taken on runbook and local.
Used "connect-exchangeonline" for connection and it successfully work.
But in case of "Get-ReviewItems" it is still giving error.
Please take a look and provide me direction in this.
Thanks
- TonyRedmondAug 23, 2023MVPI don't work for Microsoft and can't access your tenant, so I would file a support case and ask Microsoft to have a look.