Startup delay server 2008 x64

How can I quickly gage how long the startup delay is set to on my Windows Server 2008 Core?
WMIC ComputerSystem Where Name=" %COMPUTERNAME%" GET SystemStartupDelay
How can I quickly set the startup delay on a local or remote server with command line?
Command (%computername%) is your local var >> WMIC ComputerSystem Where Name=" %COMPUTERNAME%" SET SystemStartupDelay=35