Rescan-VBREntity
Short Description
Rescans backup infrastructure components.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Rescan a selected component.
Rescan-VBREntity -Entity <Object[]> [-Wait] [<CommonParameters>] |
- Rescan 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
Note |
You cannot rescan a protection group for pre-installed Veeam Agents. To learn more, see the Protection Group Types section in the Veeam Agent Management Guide. |
- Discovered computers
Note |
You cannot rescan a computer added to a protection group for pre-installed Veeam Agents. To learn more, see the Protection Group Types section in the Veeam Agent Management Guide. |
- Discovered Active Directory objects
You can rescan components, for example, after configuration restore.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Entity | Specifies an array of components you want to rescan. | Accepts the following objects:
| True | Named | True (ByValue) |
AllReplicas | Defines that the cmdlet will rescan all replicas restore points. Default: False. | SwitchParameter | False | Named | False |
AllHosts | Defines that the cmdlet will rescan all managed hosts. Default: False. | SwitchParameter | False | Named | False |
AllTapeServers | Defines that the cmdlet will rescan all tape servers. Default: False. | SwitchParameter | False | Named | False |
AllRepositories | Defines that the cmdlet will rescan all backup repositories. Default: False. | SwitchParameter | False | Named | False |
AllCloudProviders | Defines that the cmdlet will rescan all cloud providers. Default: False. | SwitchParameter | False | Named | False |
Wait | Defines that the command waits for the process to complete before accepting more input. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Rescanning all Hosts Managed by Veeam Backup & Replication
This command rescans servers managed by Veeam Backup & Replication.
|
Example 2. Rescanning Backup Repository
This example shows how to rescan the Win2012Repo backup repository.
Perform the following steps:
|
Example 3. Rescanning Tape Server
This example shows how to rescan the srv01.tech.local tape server.
Perform the following steps:
|
Example 4. Rescanning Replica Restore Points
This example shows how to rescan the 'Webservices' replica restore points.
Perform the following steps:
|
Related Commands