Move-Mailbox in bulk Script

Hi All, Want to share three scripts that can be used to move mailboxes each has its on benefits. Two of them have been written by me & one I have found on internet & customized it. 1.  Simple Move script without any log –>(To execute it  script.ps1 filename.csv) # script to Move mailboxes by…

Robocopy –>Logging only differences

Hi Readers, One of my team members stucked in an issue with robocopy , he has to compare  millions of files on one server to another , issue he was getting :- excessive logging (log file is growing very rapidly & becoming huge in size) So as a slotution what we have done is piped…

Outlook 2003 Count Folders

To count the number of mails in outlook folder wise , the below script can help you First go to tools –> macro –>security –>set it to low Then go to tools –> macro –>visuval basic editor add the below code: Dim objFile As Object Sub CountMessages()     Dim objFSO As Object, _         objStore…