How to import users from notepad to a security group.
Hi
I have a notepad called "AllUser" containing 1000 users. I have created a Universal security group in the active directory called "AllMkt" and would like to import all the 1000 users into this universal security group.
Is there any Powershell command and let me know the best way of doing this.
If it is Powershell please post me the exact syntax that i need to run.
Any tutorials and help much appreciated.
PowershellActive Directory
Last Comment
lianne143
8/22/2022 - Mon
serialband
You could just open powershell and cut and paste the members after you place commas between each user name.
When using GUIDs, they shouldn't have the braces at either end. Also, I see in the GUID for your error sample a "+" and a ":", there should be only letters, numbers, and hyphens ("-").
Open in new window