Stop-VEADItemExport
Short Description
Stops the export process for an Active Directory object or container.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VEADItemExport [-Export] <VeadExport> [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet stops an active export process for an Active Directory object or container.
Note |
|
Export processes will not stop automatically if you close the PowerShell console. To stop an export process before it completes, you must run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Export |
Specifies the export process for an Active Directory object or container. The cmdlet will stop this export process.
Accepts the |
True |
0 |
True (ByValue) |
|
|
Force |
Defines that the cmdlet will show no prompt before executing the command. |
|
False |
Named |
False |
<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 Export Process for Active Directory Object or Container
This example shows how to stop the export process for an Active Directory object or a container.
|
$export = Get-VEADItemExport -TargetHosts "addc03" Stop-VEADItemExport -Export $export |
Perform the following steps:
- Run the
Get-VEADItemExportReturns information about the export process for Active Directory objects and containers. cmdlet. Specify theTargetHostsparameter value. Save the result to the$exportvariable. - Run the
Stop-VEADItemExportcmdlet. Set the$exportvariable as theExportparameter value.
Related Commands
Start-VEADItemExportExports backed-up Active Directory objects and containers.Get-VEADItemExportReturns information about the export process for Active Directory objects and containers.