Hello,
I can export my outlook folder structure (not mail just the structure) to a csv or whatever like this...
get-mailboxfolderstatistics <mailbox> |% {$_.identity.tostring().split("\")[1..10] -join "\"}
My question, is how can I then use that data to create the same folder structure in someone's on-line archive?
Any ideas would be great.
Many Thanks