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]
There was an error while loading. Please reload this page.