From: Ace Fekay [MVP-DS, MCT] on
"anthony" <anthony.marrian(a)gmail.com> wrote in message
news:9c1bc46f-22d6-4523-b432-6d827bca6e66(a)g28g2000yqh.googlegroups.com...
>
> Ah, yes, I missed the reference to bulk imports - saw it for the
> exports only. I've got the 32 bit stuff now on a laptop so I'll go
> boldly tomorrow!


Let us know how you make out, unless you want to try it with the Exmerge
method Merv posted. That will work, too, but I *think* Powershell is the way
to go.

Ace


From: anthony on
On Feb 20, 3:04 am, "Ace Fekay [MVP-DS, MCT]"
<ace...(a)mvps.RemoveThisPart.org> wrote:
> "anthony" <anthony.marr...(a)gmail.com> wrote in message
>
> news:9c1bc46f-22d6-4523-b432-6d827bca6e66(a)g28g2000yqh.googlegroups.com...
>
>
>
> > Ah, yes, I missed the reference to bulk imports - saw it for the
> > exports only. I've got the 32 bit stuff now on a laptop so I'll go
> > boldly tomorrow!
>
> Let us know how you make out, unless you want to try it with the Exmerge
> method Merv posted. That will work, too, but I *think* Powershell is the way
> to go.
>
> Ace

Well it works fine (so many, many thanks) but I really, really wish
there was a subfolder switch. I'm having to do the folders containing
the PSTs quarter by quarter

Anthony
From: Ace Fekay [MVP-DS, MCT] on
"anthony" <anthony.marrian(a)gmail.com> wrote in message
news:1080d485-ddf2-4825-8fdd-9633292fb53a(a)e1g2000yqh.googlegroups.com...
>
> Well it works fine (so many, many thanks) but I really, really wish
> there was a subfolder switch. I'm having to do the folders containing
> the PSTs quarter by quarter
>
> Anthony


Maybe email support and ask to add that to the wish list. :-)

Ace


From: Ace Fekay [MVP-DS, MCT] on
"anthony" <anthony.marrian(a)gmail.com> wrote in message
news:1080d485-ddf2-4825-8fdd-9633292fb53a(a)e1g2000yqh.googlegroups.com...
>
> Well it works fine (so many, many thanks) but I really, really wish
> there was a subfolder switch. I'm having to do the folders containing
> the PSTs quarter by quarter
>
> Anthony


And you are welcome!


From: dazzagp on

To import mailbox data from all the .pst files that are located in
C:\PSTFiles into the corresponding mailboxes, run the following command.

Dir C:\PSTFiles\*.pst | Import-Mailbox


--
dazzagp