Looking for a date a computer was last imaged.

Mike Kruzel 41 Reputation points
2022-01-12T00:29:17.453+00:00

Is there a powershell command to look up when a computer was last imaged?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Docs 15,846 Reputation points
    2022-01-12T23:23:15.477+00:00

    Hi shanewalsh1985,

    Please explain the results for this command as I'm not making images.

    What is meant by "last imaged"?

    The command results displayed:

    PS C:\WINDOWS\system32> (Get-CimInstance Win32_OperatingSystem).InstallDate

    Monday, September 20, 2021 10:14:42 PM

    Using the command: systeminfo

    it displayed the same result:

    PS C:\WINDOWS\system32> systeminfo

    OS Name: Microsoft Windows 10 Pro
    OS Version: 10.0.19043 N/A Build 19043
    OS Manufacturer: Microsoft Corporation
    OS Configuration: Standalone Workstation
    Original Install Date: 9/20/2021, 9:14:42 PM
    System Boot Time: 1/8/2022, 4:07:23 AM

    If I recall, this was the date in which an in place upgrade repair was performed.

    1 person found this answer helpful.

  2. Mike Kruzel 41 Reputation points
    2022-01-12T13:08:09.503+00:00

    Perfect! Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.