Jul 29 2022 02:55 AM
Hi
I've got a SharePoint List with a Person or Group column.
I'd like to select a specific AD list as a SharePoint group in order to limit the people who can be added.
What is the best way of doing this?
Thanks
Jul 29 2022 02:50 PM - edited Jul 29 2022 02:53 PM
Go into List Settings, then choose your People column and set the 'choose from' option to a Group. You can create a new SharePoint Group and populate the members.
Jul 29 2022 03:00 PM - edited Jul 29 2022 03:01 PM
You can add your AD group in a SharePoint group which will work perfectly to grant access to your AD group users. But if you limit a People picker column to this SharePoint group, it cannot read individual users in AD group. Whole AD group can be selected if selecting groups is enabled in your people picker column.
Jul 29 2022 03:10 PM
@Bharath Arja good point, I had forgotten about that. I did someone thing similar where I had a script extract members from an AD group and add users individually to a SharePoint Group. I haven't tried, but I think you could do the same thing with the Office Graph API and Power Automate.
Aug 01 2022 05:51 AM