Skip to content

Commit 15be461

Browse files
Changed metadata and put description below the example
1 parent 19716f7 commit 15be461

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteDesignTask.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version: https://docs.microsoft.com/powershell/module/sharepoint-online/get-spositedesigntask
55
applicable: SharePoint Online
6-
title: Add-SPOSiteDesignTask
6+
title: Get-SPOSiteDesignTask
77
schema: 2.0.0
88
author: trent-green
99
ms.author: trgreen
@@ -31,15 +31,14 @@ Used to retrieve a scheduled site design script. It takes the ID of the schedule
3131
3232
## EXAMPLES
3333

34-
### Example 1
35-
36-
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>.
34+
### -----------------------EXAMPLE 1-----------------------------
3735

3836
```powershell
3937
Get-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl "https://contoso.sharepoint.com/sites/projectawesome"
40-
4138
```
4239

40+
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>.
41+
4342
## PARAMETERS
4443

4544
### -Identity

0 commit comments

Comments
 (0)