We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GDataMailSetting cmdlets are used for management of Google Apps user mailsettings in powershell. Parameters within [ ] are optional.
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]