PowerShell System Admin Module

MVP month !!!!!!!!!!!!! and motivated to share more and more with the community. Converted my important Powershell functions that are used by me, my followers and team on daily basis to system admin module — vsadmin You can install this module from Powershell gallery Use the command –> Install-Module -Name vsadmin  (run in powershell as…

Servers uptime script

Hi Readers, Today I am sharing a script that you can us to email you the uptime report of servers in your enviornment. I have found this script on internet but I have modified it to get the report in HTML & email the report. There are two scripts :- 1. uptime.ps1 (thanks to its…

Url Redirections Process made Easy – Part I

Hi All, Everybody is aware of url redirection process of IIS. Create DNS record  & a site redirect but that approach will clutter your IIS if you get these requests very often, Like we get. So we have researched & revised our procedure that I am sharing in this Post. Install URL rewrite utility on…