beautypg.com

Google Message Security Troubleshooting Guide User Manual

Page 19

background image

20 Message Security Troubleshooting Guide

How do I edit my Message Archiving settings for all of my
users?

To display an organization’s archive settings, modify these settings, and disable
the Message Center links:

Confirm your organization’s archive setting is enabled and display the archive
settings. For more information, see Editing Message Archiving Settings.

displayorg Sales

This command’s output shows:

archive on

archive_settings display Sales

This command’s output shows:

Executed Without Incident

Message Archiving Settings for Sales:

Archive Enable on

Mail Flow on

Journaling off

Edit the organization’s archive settings and disable the Message Center
Quarantine Summary subject links.

archive_settings modify archive_settings modify org=Jumbo ABC,

archive_enable=on, mail_flow=on, journaling=on

modifyorg Sales, quarantine_links=0, quarsum_links=0

How can I get a list of all of my users’ aliases and primary
addresses?

To get all aliases for one user, list a user’s primary address and associated aliases
throughout an org hierarchy, and get the user’s primary address from a user’s
alias:

List all aliases for a user. For more information, see Listing User Aliases and
Primary Addresses
.

listusers ALL, [email protected], targetOrg=100046262,

childorgs=1, aliases=1

List all primary addresses and associated aliases.

listusers ALL, targetOrg=MyAccountOrg, childorgs=1,

fields=PRIMARY_ADD|ADDRESS, aliases=1, sort=primary_add:nd

List a user address from an alias.

listusers [email protected], targetOrg=200046262,

childorgs=1, aliases=1, fields=ADDRESS|PRIMARY_ADD