cancel
Showing results for 
Search instead for 
Did you mean: 
Rob_Wilcox1
Level 6
Partner

This is a second script to use against an Exchange Mailbox to create many folders, but this time it will allow you to control the depth and breadth of the structures which are created.

The script creates a structure like this :

 

 

Inbox
    \s1
      \s1-1
        \s1-1-1
          \s1-1-1-1
          ...
          \s1-1-1-550
        ...
       \s1-1-550
     ...
    \s1-550
   ..
  \s2
>> 10 levels across
 
The structure is quite shallow though, eg just 2 folders in this case underneath the Inbox.
 
It will run on Outlook 2003 with CDO (or Outlook 2007) and this particular one generated 11000 folders.
 
You run it using :
 
cscript mover4.vbs
 
You can run it to remove a structure which was previously created using :
 
cscript mover4.vbs remove
Version history
Last update:
‎06-16-2011 11:48 AM
Updated by: