Forum Discussion
Test SharePoint
Oct 12, 2019Copper Contributor
Trying to add multiple users to distribution group and getting error: Cannot validate argument
I am trying to add multiple users in a distribution Group. All users are in cloud. I have a CSV which has the following columns : DisplayName, Alias, PrimarySmtpAddress I am trying the followi...
- Oct 12, 2019
Test SharePointThen either your csv file is malformed, or you need to modify the Import-Csv parameters.
DanielNiccoli
Feb 02, 2021Steel Contributor
Error messages in PowerShell are mostly straight forward. He also said exactly what he did: create a valid csv file to use for the import.
P_Nap
Mar 16, 2021Copper Contributor
Not really, I have also created csv file from Excel using their export function and it does not work.
What was the error in the creation of the csv file - or more appropriately what was the error if one follows the instructions as written in various postings, ie:
Alias,Name,UPN
my1.alias,My1 Aliasm,my1.alias@myserver.com
my2. ...
.. etc