Found out that the log output from member validation in Initialize-OnPremDSTGroupToCloud.ps1 script (lines 521-532) gives wrong information.
I have 4 members in my test distribution group. The last one doesn't have a valid e-mail address and cannot be found in Exchange Online.
[DBG]: PS >> $Members
Name RecipientType
---- -------------
d099 MailUser
mizi MailUser
testdk MailUser
D099_1 test User
[DBG]: PS >> $Members.primarysmtpaddress
d099@domain.com
mizi@domain.com
testdk@domain.com
The current member is:
[DBG]: PS >> $member
D099_1 test User
But the warning returns the previous user mail address :-)
[12:03:30][Initialize-OnPremDSTGroupToCloud] Member mizi@domain.com does not exist in Exchange Online as a valid recipient. Will not continue with current group testost@domain.com.
Can it be fixed quickly?
/Michal
Found out that the log output from member validation in Initialize-OnPremDSTGroupToCloud.ps1 script (lines 521-532) gives wrong information.
I have 4 members in my test distribution group. The last one doesn't have a valid e-mail address and cannot be found in Exchange Online.
The current member is:
Can it be fixed quickly?
/Michal