Skip to content

Commit cf2a42e

Browse files
Corrected wrong example description
The example 1 description belongs to Add-SPOSiteDesignTask and not Get-
1 parent a04f78c commit cf2a42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Used to retrieve a scheduled site design script. It takes the ID of the schedule
3333

3434
### Example 1
3535

36-
This example applies a site design that includes two site scripts - totaling over 30 site script actions. Executing the commands will schedule the site design to be queued and run against the designated site collection.
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".
3737

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

0 commit comments

Comments
 (0)