Exchange 2007 – “Modify Accept Messages only from” for Distribution List

Hi Readers, I have been given a task to update the “accept Messages only from” field for a distribution list. Below is the short & sweet script I have written to accomplish it. This script reads from csv file user ids that needs to be added name user1 user2 user3 ############################################################## ##           Author: Vikas Sukhija                                                  ##…

Adding secondary email address

Hi Readers, Just want to share the the script to add secondary email address from CSV file. CSV file format is as below:- userid,forwarding Vikas.Sukhija@xxxxxxxxxxxxx.com,sukhijv@yyyyyyyy.com Log Path :- C:\scripts\MergerScript We have used it in merging the another organization that Our Company aquired. Dont get confuse with the word forwarding Its secondary email address, I just…

Sharepoint 2010 Renaming Admin Content Database

Hi Readers, Its been sometime now since I have posted anything new as I was on Vacation. I came across a situation where you want to rename the Admin Content Database so as to remove the guild assigned to it. You will find various articles on the internet for how to rename it but there…

Sharepoint 2010 content deployment Jobs

Hi Readers, There is a interesting concept in Sharepoint which can be utilized for deploying content between farms. Below are the considerations which needs to be kept in mind. 1. Both farms should be at same patch level, same solution /features installed that is used by sitecollection. 2. Source & destination server that are participating…