Archive for January, 2007
Server Uptime Script
Using PSInfo from SysInternals/Microsoft you can create a CSV listing of all servers and their uptimes.
C:\psinfo @C:\Servers.txt uptime -c > C:\Uptimes.txt
Where C:\Sservers.txt contains a list of server names 1 per line
No commentsMissing Default Reports in SMS 2003
If you are missing the default reports that should be installed on an SMS 2003 Reporting Point you may need to do the following:
Replace REPLACESITECODE in the _smsrpt.mof file (usually found at C:\SMS\bin\i386) with your site code.
From a command prompt run: mofcomp _smsrpt.mof
SMS 2003 R2 comes with 150+ pre-built reports.
No comments