Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 2.05 KB

File metadata and controls

81 lines (53 loc) · 2.05 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/remove-spositedesigntask
applicable SharePoint Online
title Remove-SPOSiteDesignTask
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Remove-SPOSiteDesignTask

SYNOPSIS

Command to remove a scheduled site design script.

SYNTAX

Remove-SPOSiteDesignTask [-Identity] <SPOSiteDesignTaskPipeBind> [<CommonParameters>]

DESCRIPTION

Removes a scheduled site design by providing the site design ID. If the execution of the associated site script has already started the execution will not be terminated.

Note

This command only removes a scheduled request. To check on the job status or to view details of the scheduled run, use the commands in the related section below.

EXAMPLES

Example 1

This example removes a previously scheduled site design.

Remove-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82

PARAMETERS

-Identity

Applicable: SharePoint Online

The ID of the site design to apply.

Type: Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignTaskPipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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

Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignTaskPipeBind

OUTPUTS

System.Object

NOTES

RELATED LINKS

Get-SPOSiteDesignTask

Get-SPOSiteDesignRun

Get-SPOSiteDesignRunStatus