Restart services on remote servers by command
When I had to restart the print spooler service on some servers, I didn't want to log in to servers and do that from the GUI on Services... So I created a .bat file to restart services…
Script to copy database on SQL Server
I use this script to copy the production DB to development/testing DBs on SQL Server. The previous person did this process with SSMS GUI - I didn't want to do that every time that was my motivation…