If you want to determine the last time a backup was made on a Microsoft Windows system using the built-in Windows backup utility, you can do so from a command-line interface (CLI), i.e., a command prompt, using the
wbadmin
utility.C:\Users\Administrator>wbadmin /? wbadmin 1.0 - Backup command-line tool (C) Copyright 2004 Microsoft Corp. ---- Commands Supported ---- START BACKUP -- Runs a one-time backup. STOP JOB -- Stops the currently running backup or recovery operation. GET VERSIONS -- List details of backups recoverable from a specified location. GET ITEMS -- Lists items contained in a backup. GET STATUS -- Reports the status of the currently running operation.
[ More Info ]