IT tutorials
 
Technology
 

Microsoft Exchange Server 2013 : Compliance management - Archive mailboxes (part 2) - Updating properties of an archive mailbox

10/26/2014 8:53:43 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Managing archive properties

Behind the scenes, EAC calls the Enable-Mailbox cmdlet to enable an archive. These commands first enable the personal archive for a mailbox and then retrieve the properties that Exchange maintains for an archive.

Enable-Mailbox –Identity '[email protected]' –Archive
Get-Mailbox –Identity '[email protected]' | Select Name, Arch*
ArchiveDatabase         : DB2
ArchiveGuid : 03c8b429-5160-4418-868c-2816b8a31d71
ArchiveName : {Personal Archive - Ruth, Andy (VP Sales)}
ArchiveQuota : 50 GB (53,687,091,200 bytes)
ArchiveWarningQuota : 45 GB (48,318,382,080 bytes)
ArchiveDomain :
ArchiveStatus : None
ArchiveState : Local
ArchiveRelease :

The first four archive properties are always populated for a mailbox when it is archive-enabled. The globally unique identifier (GUID) identifies the archive mailbox within the database where it is stored. The default name for the archive is derived from the Personal Archive prefix plus the mailbox’s display name and can be changed afterward to whatever name you prefer. The archive quotas are inherited from the default values set for the database and reflect the values Exchange uses to limit the amount of information in the archive and when it starts to issue warning messages.

You can alter these values with the Set-Mailbox cmdlet. For example:

Set-Mailbox –Identity '[email protected]' –ArchiveName "Andy's Splendid Online Archive" –ArchiveQuota 2GB –ArchiveWarningQuota 1.9GB –UseDatabaseQuotaDefaults $False

The last four properties have the following meaning:

  • ArchiveDomain is used only if the personal archive is stored on an Exchange Online server (Office 365). If used, the property holds the name of the tenant domain.

  • ArchiveStatus contains a status value to indicate whether the personal archive has been created on an Exchange Online server.

  • ArchiveState is Local, in this case meaning that the archive is on a local, on-premises server.

  • ArchiveRelease is reserved for Microsoft purposes and might be used to indicate that an archive depends on a particular version of Exchange in the future. For now, it remains blank.

Checking space usage

The amount of space used in an archive mailbox can be checked with the Get-MailboxStatistics cmdlet, which supports the –Archive parameter to tell it to report details of the archive mailbox rather than the primary mailbox. For example:

Get-MailboxStatistics –Identity 'John Smith' –Archive | Format-Table DisplayName, ItemCount, TotalItemSize, LastLogonTime -AutoSize

Updating properties of an archive mailbox

You can update some archive properties, including its name, through EAC. To do this, select the mailbox, click Edit, navigate to Mailbox Features, and then select View Details for the Archiving section. You can update the name (Figure 3) and the quotas assigned to the archive. EAC also displays details of the quota currently used in the archive.

Two screens to show how to access settings for an archive through the properties of a mailbox. The first shows that Mailbox Features is selected from the list of mailbox properties. The second shows how the name of an archive can be edited to use whatever name is desired.

Figure 3. Updating the name of a personal archive through EAC

 
Others
 
- Microsoft Exchange Server 2013 : Compliance management - Archive mailboxes (part 1) - Enabling archives
- Sharepoint 2013 : Business Connectivity Services - Export and Import Models
- Sharepoint 2013 : Business Connectivity Services - User Profile Properties
- Sharepoint 2013 : Business Connectivity Services - Connecting to an OData Source
- Sharepoint 2013 : Business Connectivity Services - External Data Columns
- Sharepoint 2013 : Business Connectivity Services - External Lists
- Sharepoint 2013 : Business Connectivity Services - External Content Types
- Sharepoint 2013 : Business Connectivity Services - Configure the Secure Store
- Sharepoint 2013 : Business Connectivity Services - Configuring Business Connectivity Services
- Sharepoint 2013 : Business Connectivity Services - Overview of Business Connectivity Services
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us