Get-WBSummary

Get-WBSummary

Retrieves the history of backup operations on the computer.

構文

Get-WBSummary [ <CommonParameters>]

詳細説明

The Get-WBSummary cmdlet retrieves the history of backup operations on the computer. This information includes the next scheduled backup, details of the last backup, and details of the last successful backup. You can use this cmdlet to monitor the backups and the backup schedule on the computer.

To use this cmdlet, you must be a member of the Administrators group or Backup Operators group.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

    None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • WBSummary

    The Get-WBSummary cmdlet returns the WBSummary object that contains information about the backup history for this computer.

Example 1: Get a backup summary

This command gets information about the history of backups on the local computer.

PS C:\> Get-WBSummary

関連トピック

Get-WBJob

Start-WBBackup