Nice. Thanks for sharing the info back to us. -- Espi
On Fri, Aug 22, 2014 at 2:54 AM, Gavin Wilby <[email protected]> wrote: > Answer to my own question. > > > > You can use the *-name* switch with *$_.name* parameter and it creates > the job called the unique pst file name! > > > > *Gavin Wilby* > > *IT Support Engineer* > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Gavin Wilby > *Sent:* 22 August 2014 09:53 > *To:* '[email protected]' > *Subject:* RE: [Exchange] RE: Import many PST to single mailbox > > > > Hi, > > > > Well all works as described, takes time obviously but much easier than > doing it manually. Thanks again for everyones help. > > > > One question though - if an import was to fail, say by a corrupt PST, is > there any way of knowing which pst caused the problem during the import? > > > > *Gavin Wilby* > > *IT Support Engineer* > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Gavin Wilby > > *Sent:* 21 August 2014 10:10 > *To:* '[email protected]' > *Subject:* RE: [Exchange] RE: Import many PST to single mailbox > > > > Thanks for all the replies everyone - glad to see this isn't actually > going to be a major issue! > > > > Ill respond back after the files have copied to the local server network > and let you know how it went. > > > > *Gavin Wilby* > > *IT Support Engineer* > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Michael B. Smith > > *Sent:* 20 August 2014 20:47 > *To:* [email protected] > *Subject:* RE: [Exchange] RE: Import many PST to single mailbox > > > > I have to say - I LOL'ed going "toot! toot!" J > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Ramatowski, Paul M.. > *Sent:* Wednesday, August 20, 2014 3:43 PM > *To:* [email protected] > *Subject:* RE: [Exchange] RE: Import many PST to single mailbox > > > > That would be -Target*R*ootFolder K > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Ramatowski, Paul M.. > > *Sent:* Wednesday, August 20, 2014 1:45 PM > *To:* <[email protected]> > *Subject:* Re: [Exchange] RE: Import many PST to single mailbox > > > > I was thinking adding a TargetTootFolder parameter there just to be able > to visually see that data was imported for each one but maybe overkill... > > -Phone > > > On Aug 20, 2014, at 12:56, "Michael B. Smith" <[email protected]> > wrote: > > No biggie. Something like this: > > > > dir \\server\pstshare -include *.pst -recurse | % { > new-mailboximportrequest -user mailuser -filepath $_.FullName } > > > > *From:* [email protected] [ > mailto:[email protected] <[email protected]>] *On > Behalf Of *Gavin Wilby > *Sent:* Wednesday, August 20, 2014 12:28 PM > *To:* '[email protected]' > *Subject:* [Exchange] Import many PST to single mailbox > > > > Hi, > > > > I have what could be considered to be a nightmare of a task. > > > > I have a number of PST files on a drive, in a degree of sub folders. The > PST files run into 100's. > > > > I want to be able to PowerShell these back into a single mailbox for > searching for a few emails. > > > > I have a clean Exchange 2010 server with the latest service packs, and > wondered whats going to be the best way to achieve this. > > > > I'm assuming that *new-mailboximportrequest -user mailuser -filepath > \\server\pstshare\*.pst *isn't going to work. > > > > *Gavin Wilby* > > *IT Support Engineer* > > > > SMP Partners Ltd > > Clinch's House, Lord Street, > > Douglas, Isle of Man IM99 1RZ > > Tel +44 1624 682214 > > Mob +44 7624 480575 > Skype: [email protected] > > *[email protected] <[email protected]>* > www.smppartners.com > > > > A member of the SMP Partners Group of Companies > > > > SMP Partners Limited, SMP Trustees Limited and SMP Fund Services Limited > are licensed by the Isle of Man Financial Supervision Commission. SMP > Accounting & Tax Limited is a member of the ICAEW Practice Assurance Scheme. > > SMP Partners Limited registered in the Isle of Man, Company Registration > No: 000908V > Directors: M.W. Denton, M.J. Derbyshire, P.N. Eckersley, S.E McGowan, O. > Peck, J.J. Scott, S.J. Turner > > SMP Trustees Limited registered in the Isle of Man, Company Registration > No: 068396C > Directors: A.C. Baggesen, M.W. Denton, O. Peck, J.J. Scott, J. Watterson, > J. Cubbon > > SMP Fund Services Limited registered in the Isle of Man, Company > Registration No: 120288C > Directors: V. Campbell, M.W. Denton, P.N. Eckersley, D.A. Manser, S.E > McGowan, O. Peck, J.J. Scott, R.K. Corkill > > SMP Accounting & Tax Limited registered in the Isle of Man, Company > Registration No: 001316V > Directors: I.F. Begley, A.J. Dowling, P. Duchars, P.N. Eckersley, J.J. > Scott, S.J. Turner > > SMP Capital Markets Limited registered in the Isle of Man, Company > Registration No: 002438V > Directors: M.W. Denton, M.J. Derbyshire, D.F Hudson, S.E McGowan, O. Peck, > J.J. Scott. > > SMP Partners Limited, SMP Trustees Limited, SMP Fund Services Limited, SMP > Accounting & Tax Limited and SMP Capital Markets Limited are members of the > SMP Partners Group of Companies. > > > > This email is confidential and is subject to disclaimers. Details can be > found at: http://www.smppartners.com/disclaimer.html > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ > > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ > > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ >
