How to Determine a Windows Server Build Date
Here's a question that many a CIO is likely to ask and not many IT pros will be able to (easily) answer: "When was this server installed?" As TechRepublic's Rick Vanover notes, "Determining when a server was built can be tricky because administrators may have cleared out the event and system logs, or they may have rolled over due to size limits." Okay, so what's the solution? All you need is a command line and the following syntax: systeminfo | find /i "install date" Vanover also provides the equivalent command for PowerShell users. It's worth noting that this tip works for individual systems as well, not just servers. Nice little addition to the IT pro's bag of tricks. |


Comments (2)
Good to know. Sometimes it's the little things that turn out to be very useful!
Posted by Justin Nale | January 26, 2010 5:54 PM
Well, not quite. If the server/workstation was installed by using an image, then you can't tell since the orginal install date is when the image was created.
Posted by Eric Wong | February 3, 2010 7:08 PM