Revision history of "Updating ProxyAddresses, Example 5"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:08, 11 November 2014George2 (Talk | contribs). . (150 bytes) (+150). . (Created page with "<source lang="powershell"> Import-Module Activedirectory GC C:\input.txt | % { Set-ADUser $_ -Add @{ProxyAddresses="SMTP:$_@mydomain.org"} } </source>")