Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Get-ADObject -Filter {(ObjectClass -eq "Contact") -and ((proxyAddresses -notlike "*smtp*") -or (proxyAddresses -notlike "*SMTP*"))} -Properties cn,proxyAddresses |Select-Object cn |Export-Csv -Path "C:\Users\cinguva\Documents\ContactsWithoutSMTP.csv" -NoClobber
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement