PowerShell Scripts for Daily Use

New Version Uploaded……….. Hi Readers, Today , I am sharing the powershell snippets that will help /assist everybody in making the scripts quickly. These snippets helps in creating log files naming convention, date function etc. Please download the word document that will show these examples. http://gallery.technet.microsoft.com/scriptcenter/PowerShell-for-Daily-Use-f45d468a Note:- These are code examples/Codes that will assist you in…

Shutdown / Restart via PowerShell

Hi  Readers, Our team has to shutdown / Reboot a lot of servers due to some datacenter activities but unfortunately no one was available due to holiday season. So as I luv PowerShell,  the idea was to automate the process & send notification ones the action is completed. You can download the solution from TechNet…

Schedule Task Monitor Script

Hi Readers, We have created a new script which was required by our backup team. They had below requirements: Montor Task Scheduler for failed tasks Send email if the task is failed. Send the error as attachement Send the server name in message subject Only monitor tasks that have name snapshot or backup Updated 02/28/2014…