I am trying to setup forwarding from GMail to Exchange. The PowerShell script I am using is pretty simple. Output looks like this.Turning on forwarding for est...@sub.maindomain.com, emails will be DELETE (1 of 1)Error 1303 : Entity est...@maindomain.com not validGiving UpI know the destination email is correct. The Google Apps domain is a sub-domain. Any ideas?$list = Import-Csv forwards.csv
foreach ($entry in $list)
{
.\gam.exe user $($entry.username) forward on $($entry.forwardemail) delete
}
Maykel Cano Serrano
Consultant
¿Sabes qué puede hacer Google Apps? Pulsa aquí
¿Sabes qué dicen los clientes de Google Apps? Pulsa aquí
¿Sabes qué dicen los clientes de Intelligence Partner? Pulsa aquí
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.