Url Redirection by wildcard Regular Expression – Part II

Hi Readers, This article is extension to below article where I have provided guidance on how to redirect URL using URL rewrite utility (download from Microsoft) and create vanity URLS in your organization. Url Redirections Process made Easy – Part I Now we want that anything in “Name + suffix” that hits the IIS url…

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 …

How to Deploy Sharepoint WSP Solutions

Hi Readers, Sharing the steps to deploy, update & remove WSP solutions. SharePoint administrators usually get WSP packages to be deployed, update or remove in SharePoint environments from developers or vendors. These WSP packages often enable customized features that enhance the organization capability to use sharepoint effectively. Before deploying WSP solutions you need to add…