obtener_atributo_proxyaddress_para_todos_los_usuarios
This is an old revision of the document!
Get-ADUser -Filter * -Properties proxyaddresses | Select-Object Name, @{L = "ProxyAddresses"; E = { ($_.ProxyAddresses -match '^smtp:') -join "; " }} | Format-Table -Wrap -AutoSize >> C:\temp\proxyaddresses.txt
obtener_atributo_proxyaddress_para_todos_los_usuarios.1719238861.txt.gz · Last modified: 2024/10/17 21:42 (external edit)
