Windows – Find your ‘Uptime’
Jan02

Windows – Find your ‘Uptime’

KB ID 0000552  Problem There are lots of reasons you might want to know your PC/Servers uptime, to make sure a client has rebooted a server (like you asked them to), or to see if a server has had a BSOD and rebooted overnight, etc. Check Uptime with Task Manager You can get your uptime from the Task Manager’s “Performance” tab. To launch Task Manger Start > Run > Taskmgr.exe {enter}. or Press CTRL+SHIFT+ESC, or...

Read More
Getting a Servers Serial Number (Remotely)
Dec09

Getting a Servers Serial Number (Remotely)

KB ID 0001493 Problem If you have an iLO/iDRAC/EMM, then logging into these will give you the servers serial number, but what if they are not setup/connected, or you don’t know username or password? Then you can use WMI to discover the serial number. Solution From PowerShell; Get-Ciminstance -classname win32_bios -computername {Server-Name} | format-list serialnumber   Or if you have RDP/Console access , then from an...

Read More