Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 2.24 KB

File metadata and controls

86 lines (61 loc) · 2.24 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositedesigntask
applicable SharePoint Online
title Get-SPOSiteDesignTask
schema 2.0.0
author trent-green
ms.author trgreen
ms.reviewer

Get-SPOSiteDesignTask

SYNOPSIS

Cmdlet to get a scheduled site design script.

SYNTAX

Get-SPOSiteDesignTask -Identity <guid> -WebUrl <string> [<CommonParameters>]

DESCRIPTION

Used to retrieve a scheduled site design script. It takes the ID of the scheduled site design and the URL fo the SPWeb where the site design is scheduled to be applied.

Note

This command only retrieves a previously scheduled request.

EXAMPLES

-----------------------EXAMPLE 1-----------------------------

Get-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl "https://contoso.sharepoint.com/sites/projectawesome"

This example returns a scheduled site design whose ID is 501z8c32-4147-44d4-8607-26c2f67cae82 and which was applied on the site https://contoso.sharepoint.com/sites/projectawesome.

PARAMETERS

-Identity

The ID of the scheduled site design to apply.

Type: SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WebUrl

The URL of the site collection where the site design will be applied.

Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
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.

RELATED LINKS

Add-SPOSiteDesignTask

Get-SPOSiteDesignRun

Get-SPOSiteDesignRunStatus