Stop-VEADItemRestore
Short Description
Stops the restore process for an Active Directory object or container.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VEADItemRestore [-Restore] <VeadRestore> [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet stops an active restore process for an Active Directory object or container.
Note |
|
Restore processes will not stop automatically if you close the PowerShell console. To stop a restore process before it completes, you must run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will show no prompt before executing the command. |
|
False |
Named |
False |
|
Restore |
Specifies the restore process for an Active Directory object or container. The cmdlet will stop this restore process.
Accepts the |
True |
0 |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.
Examples
Stopping Restore Process for Active Directory Object or Container
This example shows how to stop the restore process for an Active Directory object or a container.
|
$restore = Get-VEADItemRestore -Server "addc03" Stop-VEADItemRestore -Restore $restore |
Perform the following steps:
- Run the
Get-VEADItemRestoreReturns information about the restore process for Active Directory objects and containers. cmdlet. Specify theServerparameter value and save the result to the$restorevariable. - Run the
Stop-VEADItemRestorecmdlet. Set the$restorevariable as theRestoreparameter value.
Related Commands
Start-VEADItemRestoreRestores backed-up Active Directory objects and containers.Get-VEADItemRestoreReturns information about the restore process for Active Directory objects and containers.