This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBOJob

In this article

    Short Description

    Removes a backup job.

    Syntax

    Remove-VBOJob -Job <VBOJob> [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]]  [<CommonParameters>]

    Detailed Description

    This cmdlet removes a selected backup job from Veeam Backup for Microsoft Office 365.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Job

    Specifies the backup job you want to remove.

    True

    Named

    True (ByValue)

    False

    WhatIf

    Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action.

    False

    Named

    False

    False

    Confirm

    Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

    Example

    This example shows how to remove a backup job.

    1. Run Get-VBOJob to get the backup job you want to remove. Save the result to the $job variable.
    2. Run Remove-VBOJob with the $job variable.

    Get-VBOJob -Name "ABC Backup"

    Remove-VBOJob -Job $job

    Related Commands

    Get-VBOJob

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.