NetCmdlets: Sending Google Talk IMs with a Non-@gmail User Account
When using the Send-IM NetCmdlet to send a Google Talk IM from a user account that does not end in @gmail.com, you must set the UserDomain parameter.
For example, if your user account is JohnDoe@yourdomain.com, you would set the User and UserDomain parameters as follows:
PS> Send-IM -Server talk.google.com -SSL automatic -User JohnDoe
-UserDomain yourdomain.com -Password yourpassword -Message “Some Message”
-UserDomain yourdomain.com -Password yourpassword -Message “Some Message”
We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@nsoftware.com.