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…

Lotus Domino Connection Document Button

Hi Readers, Thought of sharing this little script button which helps in creating the connection document in users names.nsf. Just create a buton in notes client with below script & send it to users. Sub Click(Source As Button)      Dim session As New NotesSession      Dim db As NotesDatabase      Dim view As NotesView     …