Publish Sharepoint 2010 Site Collection Report

Hi Readers, The script that I am sharing today is used for publishing the site owners & site quota report for shrepoint 2010 farm. This script has been created by our team for helping the l1 & l2 teams to check the owners/ quotas of sharepoint sites. There are few variables that needs to be defined first…

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…

Message Tracking results via email

Hi Readers, I am sharing Message tracking script today that I had made for monitoring Team in our enviornment. This script tracks email based on sender & send the csv report in an email. you can define the number of days for which you want to extract the tracking data ————————————————————————————————————————————————— ############################################################## #               Author: Vikas…