Forum Discussion

Robert Bollinger's avatar
Robert Bollinger
Brass Contributor
Jun 21, 2021
Solved

set-mailbox script, Reply To email address

Hey Team,    I have a request to accomplish the following.   Create several hundred user accounts , license them.  set the smtp address on each of the users mailboxes list of names coming from...
  • VasilMichev's avatar
    VasilMichev
    Jun 22, 2021
    It's not formatted properly, you are referencing a property of an object in there, and the quotes complicate things. Instead of "SMTP:$SingleImport.Email_id", use something like "SMTP:$($SingleImport.Email_id)"

Resources