Sharepoint Content Database Size Report

Hi Readers, Today I am sharing a script which we have used to extract content database size report across multiple farms. First of all enable ps remoting on sharepoint farms so that script can be executed remotely, follow below article. Enable Powershell Re-moting for SharePoint 2010 Now next step is download & extract the zip…

Message Tracking Multiple users

Hi Readers, Today I am sharing a script that reads list of users from CSV file & extract message tracking logs based on the dates mentioned in CSV. Here is the example CSV file: & here are the results in log folder that will be received after script execution Download & extract the zip file from…

Disable AD users in Bulk

Hi Readers, Today I am sharing a quickly written small script which we have used to disable some of the AD users immediately. As there was some issue going on with our Termination tool, so we got the user id’s in text file & ran the disable AD user script. Thanks again to quest shell…

Outlook/Exchange Meeting Reminder Bug

Hello Readers, Sharing a issue which is common in almost all current versions of exchange(2007,2010 & 2013). When user sends a meeting invite to other people ( We faced in case of all day event) with reminder set as none. On invitees end, after accepting the meeting reminder, it is set to default 15 minutes…