SharePoint Configuration Only Backup and Retention

Hi Readers, Sharing another script in Backup /Retetion category for sharepoint 2010 Farm. Earlier I shared WSP backup & Retention, its based on same creteria. Retention period is 60 days…. when the script is run it creates a dynamic folder based on date, create configuration only backup & retain it for 60 days (or the…

PowerShell Fast Track

Hi Readers, As I am celebrating my MVP week, so thought of contributing something unique to the Community. I have also seen a great interest in my earlier post PowerShell Scripts for Daily Use, I have removed that delibrately as have been working on a small PowerShell cheat ebook from past 2 months, this ebook is…

Restart Service to avoid Process Handle Leaks

Hi Readers, Just sharing a script that We have written to cater a situation that we are facing with ccmexec.exe process. We are facing event id 5719 on our servers , servers loss connection to Domain, shares & other network related things. Rebooting was solving the issue but working with MS we have found that…

WINS Records Removal Script

Hi All, Just sharing a script that has been written to remove WINS records from multiple servers. ADD the wins server ips in winsserver.txt file. update recordsdel.csv file with the records that needs to be removed. Extract the ZIP file from below link, update winsserver.txt file & recordsdel.csv file.   https://gallery.technet.microsoft.com/WINS-Records-Removal-Script-30571292 ###############################################################################  #                         Author: Vikas Sukhija  #                         Reviewer:  #                         Date: 01/17/2015  #                         Description: To remove record from Multiple wins …