Re: Import PST into online archive

2013-02-11 Thread Alexander Rose
Thanks,

Most of our users have online archives that have the same folder structure
as their archive PST file.

let say
- there is a sub-folder Inbox\Partners in the online archive and the same
sub-folder in the PST file
- i use the switch  -ConflictResolutionOption KeepLatestItem

The import will eventually import new messages in the sub-folders and in
case of conflict keep the newest one?

On Fri, Feb 8, 2013 at 8:30 PM, Bruckner, Ian imbr...@ilstu.edu wrote:

  Get-Help New-MailboxImportRequest –Detailed

 ** **

 -ConflictResolutionOption KeepSourceItem | KeepLatestItem | KeepAll

 The ConflictResolutionOption parameter specifies the action for
 the Microsoft Exchange Mailbox Replication service (MRS) to take if there
 are multiple matching messages in the target. This parameter takes the
 following values:

 * KeepSourceItem

 * KeepLatestItem

 * KeepAll

 The default value is KeepSourceItem.

 ** **

 Ian

 *From:* Alexander Rose [mailto:arose...@gmail.com]
 *Sent:* Friday, February 08, 2013 09:37
 *To:* MS-Exchange Admin Issues
 *Subject:* Import PST into online archive

 ** **

 Hello,

 I have a question about importing PST files to Exchange Online archive.
 I have enabled archive on a user and set a retention policy with a Policy
 Tag to Archive All Other Folders in the mailbox with Age limit retention
 731 days.

 The online archive is showing up and everything older than 2 years is
 archived, all good.

 Now that user has 3 PST's files on her local laptop.
 I understand the correct command to import the PSt in the online archive
 is: New-MailboxImportRequest –Mailbox Johan –FilePath
 \\2010AD02\PST-Files\johan-archive.pst -IsArchive

 If i do it for the 3 files, will email and email folders be appended into
 the archive or will the folders be overwritten?

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Import PST into online archive

2013-02-11 Thread Bruckner, Ian
Yes, but I'm confused by your mention of 'eventually'

If you use the command:
New-MailboxImportRequest -Mailbox Johan -FilePath 
\\2010AD02\PST-Files\johan-archive.pstfile:///\\2010AD02\PST-Files\johan-archive.pst
 -IsArchive -ConflictResolutionOption KeepLatestItem
... it will import the items directly to the folder they belong in, and keep 
the latest one if there is a conflict.

An alternate version is that you don't import directly into the archive by 
removing the '-isarchive' switch and let your rules move the messages for 
you... that, then, would be eventually.
Another alternate version would be to use the '-TargetRootFolder' parameter to 
create a new folder structure for the items to be imported.

Or maybe by eventually you mean that the commandlet just creates a request 
and the exchange system will get around to it whenever it feels like it... if 
that's the case, then yes... eventually ;)

Ian

From: Alexander Rose [mailto:arose...@gmail.com]
Sent: Monday, February 11, 2013 04:35
To: MS-Exchange Admin Issues
Subject: Re: Import PST into online archive

Thanks,

Most of our users have online archives that have the same folder structure as 
their archive PST file.

let say
- there is a sub-folder Inbox\Partners in the online archive and the same 
sub-folder in the PST file
- i use the switch  -ConflictResolutionOption KeepLatestItem

The import will eventually import new messages in the sub-folders and in case 
of conflict keep the newest one?
On Fri, Feb 8, 2013 at 8:30 PM, Bruckner, Ian 
imbr...@ilstu.edumailto:imbr...@ilstu.edu wrote:
Get-Help New-MailboxImportRequest -Detailed

-ConflictResolutionOption KeepSourceItem | KeepLatestItem | KeepAll
The ConflictResolutionOption parameter specifies the action for the 
Microsoft Exchange Mailbox Replication service (MRS) to take if there are 
multiple matching messages in the target. This parameter takes the following 
values:
* KeepSourceItem
* KeepLatestItem
* KeepAll
The default value is KeepSourceItem.

Ian
From: Alexander Rose [mailto:arose...@gmail.commailto:arose...@gmail.com]
Sent: Friday, February 08, 2013 09:37
To: MS-Exchange Admin Issues
Subject: Import PST into online archive

Hello,

I have a question about importing PST files to Exchange Online archive.
I have enabled archive on a user and set a retention policy with a Policy Tag 
to Archive All Other Folders in the mailbox with Age limit retention 731 days.

The online archive is showing up and everything older than 2 years is archived, 
all good.

Now that user has 3 PST's files on her local laptop.
I understand the correct command to import the PSt in the online archive is: 
New-MailboxImportRequest -Mailbox Johan -FilePath 
\\2010AD02\PST-Files\johan-archive.pstfile:///\\2010AD02\PST-Files\johan-archive.pst
 -IsArchive

If i do it for the 3 files, will email and email folders be appended into the 
archive or will the folders be overwritten?

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

RE: Import PST into online archive

2013-02-08 Thread Bruckner, Ian
Get-Help New-MailboxImportRequest -Detailed

-ConflictResolutionOption KeepSourceItem | KeepLatestItem | KeepAll
The ConflictResolutionOption parameter specifies the action for the 
Microsoft Exchange Mailbox Replication service (MRS) to take if there are 
multiple matching messages in the target. This parameter takes the following 
values:
* KeepSourceItem
* KeepLatestItem
* KeepAll
The default value is KeepSourceItem.

Ian
From: Alexander Rose [mailto:arose...@gmail.com]
Sent: Friday, February 08, 2013 09:37
To: MS-Exchange Admin Issues
Subject: Import PST into online archive

Hello,

I have a question about importing PST files to Exchange Online archive.
I have enabled archive on a user and set a retention policy with a Policy Tag 
to Archive All Other Folders in the mailbox with Age limit retention 731 days.

The online archive is showing up and everything older than 2 years is archived, 
all good.

Now that user has 3 PST's files on her local laptop.
I understand the correct command to import the PSt in the online archive is: 
New-MailboxImportRequest -Mailbox Johan -FilePath 
\\2010AD02\PST-Files\johan-archive.pstfile:///\\2010AD02\PST-Files\johan-archive.pst
 -IsArchive

If i do it for the 3 files, will email and email folders be appended into the 
archive or will the folders be overwritten?

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.commailto:listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist