Forums  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Member List  Search  FAQ  Ticket List  Log Out

 

Replicate Outlook folder structure

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Archiving & Fax] >> GFI MailArchiver >> Replicate Outlook folder structure Page: [1]
Login
Message << Older Topic   Newer Topic >>
Replicate Outlook folder structure - 4.Nov.2009 9:04:47 AM   
ahughes76

 

Posts: 3
Joined: 4.Nov.2009
Status: offline
Hi,

I'm in the very early stages of testing MailArvhiver and can't get my Outlook folders to replicate over to MailArchiver. We're running Exchange 2007 SP1.

Any ideas?

Thanks
Andrew
Post #: 1
RE: Replicate Outlook folder structure - 4.Nov.2009 9:43:48 AM   
ianb

 

Posts: 268
Status: offline
Do you want to replicate from PST or from the Exchange Mailbox?

I suggest you export the emails using the EEWiz utility. Then you can import using the MAIS (MailArchiver Import Service).

_____________________________

Ian Bugeja
Software Developer - GFI Software - www.gfi.com
Messaging, Content Security & Network Security Software

(in reply to ahughes76)
Post #: 2
RE: Replicate Outlook folder structure - 4.Nov.2009 10:00:04 AM   
ahughes76

 

Posts: 3
Joined: 4.Nov.2009
Status: offline
Well I would like to do it for both Exchange & PST files.
Should I not be using the Microsoft Exchange Mailbox Folder Retrieval tool? I've seen the shell commands in the mailarchiver manual but can't get thinsg to work!

Thanks

(in reply to ianb)
Post #: 3
RE: Replicate Outlook folder structure - 4.Nov.2009 10:10:24 AM   
ianb

 

Posts: 268
Status: offline
Yes that should be for the mails in the mailbox

I suggest you use the EWS method. The below is the commandlet (replace domain\username)...

foreach ($exchangeServer in Get-ExchangeServer)
{
if ($exchangeServer.ServerRole -match 'ClientAccess')
{
Add-ADPermission -Identity $exchangeServer.DistinguishedName -User 'domain\user' -ExtendedRights ms-Exch-EPI-Impersonation
}
}

_____________________________

Ian Bugeja
Software Developer - GFI Software - www.gfi.com
Messaging, Content Security & Network Security Software

(in reply to ahughes76)
Post #: 4
Page:   [1]
All Forums >> [Archiving & Fax] >> GFI MailArchiver >> Replicate Outlook folder structure Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts