Nov 12 2019
11:41 AM
- last edited on
Feb 01 2023
10:24 AM
by
TechCommunityAP
Nov 12 2019
11:41 AM
- last edited on
Feb 01 2023
10:24 AM
by
TechCommunityAP
Hello,
I'm trying to add our email addresses (external addresses) to a Distribution List in Office365.
I've followed this link https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-bulk-add-external-recipients-to-an/765... and got to #2 in the powershell code below. However, in powershell I am getting the error message The '<' operator is reserved for future use , after I paste line 2. Any ideas?
Nov 12 2019 11:57 PM
Nov 13 2019 11:00 AM
Thanks for responding @Ricardo Viana , I'll give it a try.
Nov 20 2019 05:52 AM
I'm now receiving the below message for Line 2 . Currently I only have Data in the ExternalEmailAddress and Name fields within the excel sheet. Which field is Member looking for
Cannot validate argument on parameter 'Member'. The argument is null. Provide a valid value for the argument, and then try running the command again.
+ CategoryInfo : InvalidData: (:) [Add-DistributionGroupMember], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Add-DistributionGroupMember
+ PSComputerName : outlook.office365.com
Nov 20 2019 06:26 AM
SolutionNov 24 2019 06:38 AM