Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.13 KB

Remove-KB4PhishingCampaign.md

File metadata and controls

68 lines (43 loc) · 1.13 KB
external help file Module Name online version schema
KnowBe4-Partner-help.xml
KnowBe4-Partner
2.0.0

Remove-KB4PhishingCampaign

SYNOPSIS

Removes a phishing campaign.

SYNTAX

Remove-KB4PhishingCampaign [-CampaignId] <Int32> [<CommonParameters>]

DESCRIPTION

Removes a phishing campaign.

EXAMPLES

Example 1

Remove-KB4PhishingCampaign -CampaignId 1732830

This command removes a specific phishing campaign.

PARAMETERS

-CampaignId

The Id of the phishing campaign.

Type: Int32
Parameter Sets: (All)
Aliases: Id

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Author: Terry Wilson

RELATED LINKS