Questions tagged [office-365-groups]
Office 365 Groups is a service that enables teams to come together and get work done by establishing a single team identity (managed in Azure Active Directory) and a single set of permissions across Office 365 apps including Outlook, SharePoint, OneNote, Skype for Business, Planner, Power BI, and Dynamics CRM.
134 questions
1 vote
1 answer
134 views
Unable to permenantly delete SharePoint site which is connected to office 365 gorup
I have a SharePoint online site what is connected to office 365 group, named Sales. Now from the SharePoint Admin center >> i selected the site and i clicked on Delete, this moved the site to ...
0 votes
1 answer
381 views
Power Automate - How to remove Microsoft 365 Group from Folder permissions in SharePoint
I have a requirement to remove all permissions from a new doc set each time one is created, then have my flow grant specific permissions from there. I have several Send an HTTP Request to SharePoint ...
1 vote
1 answer
2k views
what's the best way to get all Teams owners and members
Is there a way from admin center to export all teams owners and members to a CSV file? I can't run the following code b/c I think it depends on graph api and it might be blocked. # PowerShell script ...
0 votes
1 answer
26 views
Does SharePoint create O365 group for a MS Teams Channel created SharePoint Site?
I have created a Teams Channel and thus can see a SharePoint teams site has been created. Wanted to verify, if the SP site has created any kind of O365 group by default while provisioning the SP site ...
0 votes
0 answers
70 views
How to get all the SP groups for a specific user belongs to, across site collections in a tenant
How to get all the SP groups a specific user belongs to, across all the site collections in a tenant. Please update us if it is possible by Graph API, REST API or any other means available.
0 votes
1 answer
28 views
Do I add external users to a Sharepoint group or a M365 group, if I want them to have read access to a site (teams)?
I have a teams site for external users, with a library where they can download reports. They only need 'read' permissions on this site. Do I add them to the Sharepoint (OOTB) visitors group? Or add ...
0 votes
2 answers
383 views
Give another user access to a site via its Microsoft 365 Group using Graph API
I am adding users to a Site in SharePoint by getting the Microsoft-365-Group behind the Site and adding the users as members of that Microsoft-365-Group. I use the method described here. However, it ...
0 votes
0 answers
42 views
Office365 Group and Planner
I have created a SharePoint online site with Teams connected to this site; I have created a Planner and added the Planner SharePoint web part so members can work with the Planner on the SharePoint ...
0 votes
2 answers
975 views
Access denied for members
User A is member of a Teams based SharePoint. Therefor he should have access to all files on the SharePoint. Permissions to files folder also contain the members group with editing rights. But User A ...
0 votes
2 answers
4k views
O365 Group name changed but not updating in SharePoint Site Collection
A Modern SharePoint Online site has been created (with an O365 Group). SP Members group contains the O365 Members group and SP SC contains the O365 Owners group, as normal. The O365 group name has ...
0 votes
1 answer
1k views
Power Apps upload multiple files to Sharepoint Library via
i have problem with upload multiple files via HttpRequest to Sharepoint Library. In Power App have AttachmentControll_1 with Atributes MaxAttachmentSize 10000, MaxAttachments 200. Button code: ForAll( ...
1 vote
1 answer
477 views
Find a list owner/point of contact (SharePoint Online, no admin access)
My office is changing over to MS 365/SharePoint Online and we're looking for a general method to identify the owner of a given list or library, with standard Reader-level access. Users can get to the ...
0 votes
0 answers
149 views
How to add Office365 Owners group back to the associated SharePoint Owners group
This is related to SharePoint Online site. (Template - TeamSite with Office365 group) I've accidently deleted the associated SharePoint Owners group. Now I've created a new SharePoint Owners group.. ...
1 vote
2 answers
307 views
can we prevent office 365 group owners from having full control permission on the related SharePoint site
When creating modern team site, the office 365 group owners will be defined as site collection admins and as site owners. Now we can remove them from been site collection admins, but inside the ...
0 votes
1 answer
223 views
Custom form cant save email value to list from dropdown input
Have big problem, i created custom form and one input is Person type in dropdown input. This input i limited only for persons in specific group. Problem is, if i choose one member from the group, save ...