PS v1 command to list users with the ""Automatically update e-mail addresses..." not checked.
i looking ps cmlet, or script, or whatever, list users "automatically update e-mail addresses based on e-mail policy" check mark removed. have looked @ cmlets can find , don't see option.
thanks.
thanks.
hi,
maybe can try:
get-mailbox | { $_.emailaddresspolicyenabled -eq $false }
?
hope helps.
grégory schiro - powershell & mof
maybe can try:
get-mailbox | { $_.emailaddresspolicyenabled -eq $false }
?
hope helps.
grégory schiro - powershell & mof
Windows Server > Windows PowerShell
Comments
Post a Comment