I think your best bet would be scripting outlook via COM. there might be
a dotnet interface to outlook as well. but searching for this against
powershell is probably going to be hard, so i'd search for scripting
outlook with vbscript or something and adapt.
JoshGfromPortland wrote:
Quote:
> Copying public folders via Outlook has a limitation on the number of
> items/emails that can be copied at once. When you have a large number of
> items, this makes copying very difficult to do manually. I'm hoping
> Powershell can do this better.
>
> 1. Is the copy-item cmdlet usable with public folders?
>
> 2. Can the copy-item cmdlet be used to copy an Exchange public folder to the
> regular file system (i.e. C:\ drive)?
>
> 3. If the copy-item cmdlet cannot do this, is there a different command in
> Powershell that would be sufficient for this purpose?
>
> Our Specs:
> Exchange 2007
> Windows 2003 x64 Edition
>
> Thanks for any information and ideas,
>
> Josh
> SERA Architects