You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no support for managing ProxyAddresses attribute of a user object in xADUser.
The ActiveDirectory module supports it by calling
Set-ADUser -Identity [identity] -Add @{Proxyaddresses='SMTP:[email protected]'}
Proposed properties
ProxyAddresses
Special considerations or limitations
The text was updated successfully, but these errors were encountered:
albvar
changed the title
NewResourceName: ProxyAddresses
NewResourceName: ProxyAddresses of xADUser
Apr 6, 2019
albvar
changed the title
NewResourceName: ProxyAddresses of xADUser
xADUser: Add new property ProxyAddresses
Apr 6, 2019
Description
Currently there is no support for managing ProxyAddresses attribute of a user object in xADUser.
The ActiveDirectory module supports it by calling
Set-ADUser -Identity [identity] -Add @{Proxyaddresses='SMTP:[email protected]'}
Proposed properties
ProxyAddresses
Special considerations or limitations
The text was updated successfully, but these errors were encountered: