Skip to content
robertj edited this page Sep 14, 2010 · 3 revisions

GDataMailSetting cmdlets are used for management of Google Apps user mailsettings in powershell.
Parameters within [ ] are optional.

Set-GDataGDataMailSetting

Set mailsettings for a Google Apps user.

Example:


Set-GDataMailSetting -Service $Service -ID user [-SenderAdress firstname.lastname@domain.com] [-IsDefault] [-Name Firstname Lastname] [-EnablePop3] [-DisablePop3] [-EnableImap] [-DisableImap]
Clone this wiki locally