Rescan-VBREntity
Short Description
Rescans backup infrastructure components.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides two parameter sets.
- For rescanning a selected component:
- For selecting all items of a selected type:
Rescan-VBREntity [-AllReplicas] [-AllHosts] [-AllTapeServers] [-AllRepositories] [-AllCloudProviders] [-Wait] [<CommonParameters>] |
Detailed Description
This cmdlet rescans backup infrastructure components added to Veeam Backup & Replication:
- Hosts and clusters
- Tape servers
- Tape libraries
- Backup repositories
- Cloud providers
- Veeam backup database for new replica restore points
- Protection groups
- Discovered computers
- Discovered Active Directory objects
You can rescan components, for example, after configuration restore.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Entity | Specifies the array of components you want to rescan. Accepts the following types:
| True | Named | True (ByValue) | False |
AllReplicas | Indicates that the cmdlet will rescan all replicas restore points. | False | Named | False | False |
AllHosts | Indicates that the cmdlet will rescan all managed hosts. | False | Named | False | False |
AllTape | Indicates that the cmdlet will rescan all tape servers. | False | Named | False | False |
All | Indicates that the cmdlet will rescan all backup repositories. | False | Named | False | False |
AllCloud | Indicates that the cmdlet will rescan all cloud providers. | False | Named | False | False |
Wait | Indicates that the command waits for the process to complete before accepting more input. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
Example 1
This command rescans servers managed by your Veeam console.
Example 2
This command rescans a backup repository named "Win2012Repo". The repository is obtained with Get-VBRBackupRepository and piped down.
Example 3
This command rescans the tape server named "srv01.veeam.local". The tape server is obtained with Get-VBRTapeServer and assigned to the 'tapesrv' variable. The Wait parameter is used to prevent the console from taking input until the rescanning ends.
Example 4
This command updates information about the 'Webservices' replica restore points. The replica is obtained with Get-VBRReplica and assigned to the '$webservices' variable.
Related Commands