1

How to add multiple groups value in people or group field using powershell script in server side in SP2016. I am trying to add multiple group names in People or Group filed in list using Powershell script, could you please help on this how to do?

1 Answer 1

0

You may have a try below command to set this multiple-group field:

enter image description here

Set-PnPListItem -List "List" -Identity 1 -Values @{"mGroups" = "6","10","8"}

enter image description here

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.