WHMCS-bridge

Add/Change/Remove Primary SMTP and Alias smtp in Active Directory Print

  • Add/Change/Remove Primary SMTP and Alias smtp in Active Director, Add Primary SMTP and Alias smtp in Active Directory, Remove Primary SMTP and Alias smtp in Active Directory
  • 0

Removing Primary SMTP in Active Directory


Set-ADUser accounting -Remove @{ProxyAddresses="SMTP:accounting@cloudrain.in"}



Removing Alias smtp in Active Directory

Set-ADUser accounting -Remove @{ProxyAddresses="smtp:accounting@cloudrain.in"}


Change Primary SMTP in Active Directory


Set-ADUser accounting -Add @{ProxyAddresses="SMTP:accounting@cloudrain.in"}



Change or Add Alias smtp in Active Directory

Set-ADUser accounting -Add @{ProxyAddresses="smtp:accounting@cloudrain.in"}

 
 

Was this answer helpful?

« Back

WordPress and WHMCS integration by i-Plugins