User Profile
justjeff
Copper Contributor
Joined May 13, 2019
User Widgets
Recent Discussions
Shared Mailbox Calendar cannot create a Teams meeting
When I have a shared calendar, typically we use it to share meetings, vacation and more within our group. When I go to create a new Teams meeting, it does not include any call in information - and the meeting doesn't seem to work. Does Teams fully support creating a full teams meeting in a shared calendar? What is the work around - kind of a big deal.142KViews4likes15CommentsPowershell 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 $orgName="myorganization" $UserCredential = Get-Credential -Credential myname@myorganization.com Connect-PnPOnline -url https://$orgName-admin.sharepoint.com -Credential $userCredential $mysiteurl="https://myorganization.sharepoint.com/sites/targetSiteApproval" $listname="TeamsApprovalsList" get-pnplist -Identity $listname Get-PnPField -list 'Target Approvals List' Get-PnPListItem -list 1234-4567-8919-4567 # my guid for the site I dont see where I can get to the moderation status, I just get ID, Title and GUID. I would assume some sort of get-pnplistitem -list guide -item 30 -field "_ModerationStatus" but I dont see it, what am I missing? I am assuming when I get to moderationstatus it will be a numeric value 0-4, but I cant seem to pull it out of the list.3.3KViews0likes1Comment
Recent Blog Articles
No content to show