Archive for the ‘commands’ Category

Command line to start task scheduler?

Wednesday, December 9th, 2015

I was cleaning task scheduler jobs and found a 2012 server which would not display the task scheduler or scheduled tasks. As I was on a time table and could not review this system; I needed the command line.

To start the GUI for the task scheduler; simple enter:

taskschd.msc

What model is my linux server?

Wednesday, January 28th, 2015

I had a request to identify the model of a server running Redhat. There is the asset database but I wanted a faster solution.

A quick Google search and I found the answer.

Log into the server and SU to root.

# dmidecode | grep -A3 '^System Information'

System Information
 Manufacturer: HP
 Product Name: ProLiant DL360 G7
 Version: Not Specified
Advertisement