Script: Exchange 2007 backups with NTBackup
- No Comments
- Oct, 04, 2009
- Angelo Schalley
- Exchange
NTBackup is a great solution for Exchange disaster recovery without buying expensive additions to your current backup software. We use NTBackup to backup each Exchange database to its own backup file. Afterwards our primary backup software will send each of those files to tape. Here is a script we use to dynamically backup all the databases on our Exchange servers using NTBackup.
Read more on Script: Exchange 2007 backups with NTBackup…
Numlock Script
- 2 Comments
- Oct, 04, 2009
- Angelo Schalley
- Windows-Microsoft
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
Adding the local administrator to every computer using group policy’s
- No Comments
- Oct, 04, 2009
- Angelo Schalley
- Windows-Microsoft
Reason: Say you are a network admin a company that has over 10,000 Windows clients. For sure you won’t be able to take care the servers and clients at the same time. So you have to hire some folks to help you with administering clients. It’s not practical when you have to sit at each client ( or compmgmt.msc to each of them ) and “manually” adding them to local administrator. Say, after you finished adding them to local administrators group and one guy quits after one week and one guy quits after two weeks…and some new guys come in… 🙂 There will be be A LOT of work.
Read more on Adding the local administrator to every computer using group policy’s…