Forum Discussion
justjeff
May 13, 2019Copper Contributor
Powershell Query _ModerationStatus for Sharepoint List
Hello, new to SP Using powershell to pull list and would like to get moderation status from list of items, so I can do some work on that item if its in a non-approved state. Using SP Online ...
Joseph Ackerman
May 15, 2019Copper Contributor
For SharePoint Online, the field you are looking for is 'OData__ModerationStatus'. I'm not sure why they changed the name, but they did. Important Note: that is a "double underscore" between the words. And yes, it returns a number, where 0 means 'Approved'.