Difference between revisions of "Updating ProxyAddresses, mine"
From MyWiki
(Created page with "Set-ADUser -Identity <username> -Replace @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk"") |
|||
Line 1: | Line 1: | ||
+ | <source lang="powershell"> | ||
Set-ADUser -Identity <username> -Replace @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk" | Set-ADUser -Identity <username> -Replace @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk" | ||
+ | Set-ADUser -Identity <username> -Add @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk" | ||
+ | </source> |
Revision as of 16:06, 11 November 2014
Set-ADUser -Identity <username> -Replace @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk" Set-ADUser -Identity <username> -Add @{Proxyaddresses="SMTP=g.pompson@bold.ab.uk"