-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
508b84f
commit 376b1b2
Showing
2 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,6 @@ m365 spo homesite list | |
"Email": "[email protected]", | ||
"Id": "978b5280-4f80-47ea-a1db-b0d1d2fb1ba4", | ||
"Title": "ColumnSearchable Members" | ||
}, | ||
{ | ||
"Email": "[email protected]", | ||
"Id": "21af775d-17b3-4637-94a4-2ba8625277cb", | ||
"Title": "Contoso TeamR Members" | ||
} | ||
], | ||
"IsInDraftMode": false, | ||
|
@@ -62,39 +57,39 @@ m365 spo homesite list | |
<TabItem value="Text"> | ||
|
||
```text | ||
Url Title | ||
--------------------------------------------------------------- ------------------- | ||
https://contoso.sharepoint.com/sites/TheLanding The Landing | ||
Url Title | ||
--------------------------------------------------------------- ------------------- | ||
https://contoso.sharepoint.com/sites/TheLanding The Landing | ||
``` | ||
|
||
</TabItem> | ||
<TabItem value="CSV"> | ||
|
||
```csv | ||
IsInDraftMode,IsVivaBackendSite,SiteId,TargetedLicenseType,Title,Url,VivaConnectionsDefaultStart,WebId | ||
0,0,431d7819-4aaf-49a1-b664-b2fe9e609b63,2,The Landing,https://contoso.sharepoint.com/sites/TheLanding,1,626c1724-8ac8-45d5-af87-c07c752fab75 | ||
0,0,431d7819-4aaf-49a1-b664-b2fe9e609b63,2,The Landing,https://contoso.sharepoint.com/sites/TheLanding,1,626c1724-8ac8-45d5-af87-c07c752fab75 | ||
``` | ||
|
||
</TabItem> | ||
<TabItem value="Markdown"> | ||
|
||
```md | ||
m365 spo homesite list | ||
# spo homesite list | ||
|
||
Date: 11/18/2024 | ||
|
||
Property | Value | ||
---------|------- | ||
IsInDraftMode | false | ||
IsVivaBackendSite | false | ||
SiteId | 431d7819-4aaf-49a1-b664-b2fe9e609b63 | ||
TargetedLicenseType | 2 | ||
Title | The Landing | ||
Url | https://contoso.sharepoint.com/sites/TheLanding | ||
VivaConnectionsDefaultStart | true | ||
WebId | 626c1724-8ac8-45d5-af87-c07c752fab75 | ||
``` | ||
# spo homesite list | ||
|
||
Date: 11/18/2024 | ||
|
||
Property | Value | ||
---------|------- | ||
IsInDraftMode | false | ||
IsVivaBackendSite | false | ||
SiteId | 431d7819-4aaf-49a1-b664-b2fe9e609b63 | ||
TargetedLicenseType | 2 | ||
Title | The Landing | ||
Url | https://contoso.sharepoint.com/sites/TheLanding | ||
VivaConnectionsDefaultStart | true | ||
WebId | 626c1724-8ac8-45d5-af87-c07c752fab75 | ||
``` | ||
|
||
</TabItem> | ||
</Tabs> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters