Difference between revisions of "ProxyAddresses"

From MyWiki
Jump to: navigation, search
(Created page with "'''The following are examples of configuring the ProxyAddresses atribute :'''<br> $roy = get-qaduser abcde001<br> $roy | set-qaduser -objectAttributes @{ProxyAddresses=@{Updat...")
(No difference)

Revision as of 09:32, 16 October 2014

The following are examples of configuring the ProxyAddresses atribute :
$roy = get-qaduser abcde001
$roy | set-qaduser -objectAttributes @{ProxyAddresses=@{Update=@("SMTP:roy@globomantics.com")}}
$roy | set-qaduser -objectAttributes @{ProxyAddresses=@{Delete=@("SMTP:roy@globomantics.com")}
$roy | set-qaduser -objectAttributes @{ProxyAddresses=@{Append=@("smtp:george2@bold.ac.uk")}}