@pnp/cli-microsoft365 11.6.0-beta.358a4f1 → 11.6.0-beta.bc374af

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/.devproxy/api-specs/sharepoint-admin.yaml +40 -0
  2. package/.devproxy/api-specs/sharepoint.yaml +48 -0
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +5 -0
  6. package/dist/m365/outlook/commands/calendargroup/calendargroup-list.js +87 -0
  7. package/dist/m365/outlook/commands.js +1 -0
  8. package/dist/m365/spo/commands/agent/agent-add.js +172 -0
  9. package/dist/m365/spo/commands/list/list-set.js +186 -378
  10. package/dist/m365/spo/commands/navigation/navigation-node-get.js +18 -28
  11. package/dist/m365/spo/commands/navigation/navigation-node-list.js +14 -39
  12. package/dist/m365/spo/commands/site/site-accessrequest-setting-set.js +102 -0
  13. package/dist/m365/spo/commands/site/site-add.js +38 -8
  14. package/dist/m365/spo/commands/tenant/tenant-site-get.js +112 -0
  15. package/dist/m365/spo/commands.js +3 -0
  16. package/dist/utils/accessToken.js +21 -0
  17. package/dist/utils/brandCenter.js +29 -0
  18. package/docs/docs/cmd/entra/app/app-role-add.mdx +21 -0
  19. package/docs/docs/cmd/entra/app/app-role-list.mdx +20 -1
  20. package/docs/docs/cmd/entra/app/app-role-remove.mdx +22 -1
  21. package/docs/docs/cmd/entra/policy/policy-list.mdx +19 -0
  22. package/docs/docs/cmd/entra/resourcenamespace/resourcenamespace-list.mdx +19 -0
  23. package/docs/docs/cmd/outlook/calendargroup/calendargroup-list.mdx +120 -0
  24. package/docs/docs/cmd/spo/agent/agent-add.mdx +190 -0
  25. package/docs/docs/cmd/spo/list/list-set.mdx +19 -1
  26. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +43 -10
  27. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +36 -3
  28. package/docs/docs/cmd/spo/site/site-accessrequest-setting-set.mdx +77 -0
  29. package/docs/docs/cmd/spo/site/site-add.mdx +14 -5
  30. package/docs/docs/cmd/spo/tenant/tenant-site-get.mdx +479 -0
  31. package/package.json +1 -1
@@ -16,7 +16,7 @@ m365 spo site add [options]
16
16
 
17
17
  ```md definition-list
18
18
  `--type [type]`
19
- : Type of sites to add. Allowed values `TeamSite`, `CommunicationSite`, `ClassicSite`, default `TeamSite`
19
+ : Type of sites to add. Allowed values `TeamSite`, `CommunicationSite`, `ClassicSite`, `BrandCenter`, default `TeamSite`
20
20
 
21
21
  `-t, --title <title>`
22
22
  : Site title
@@ -25,7 +25,7 @@ m365 spo site add [options]
25
25
  : Site alias, used in the URL and in the team site group e-mail (applies to type TeamSite)
26
26
 
27
27
  `-u, --url [url]`
28
- : Site URL (applies to type CommunicationSite, ClassicSite)
28
+ : Site URL (applies to type CommunicationSite, ClassicSite, BrandCenter)
29
29
 
30
30
  `-z, --timeZone [timeZone]`
31
31
  : Integer representing time zone to use for the site (applies to type ClassicSite)
@@ -43,7 +43,7 @@ m365 spo site add [options]
43
43
  : Determines if the associated group is public or not (applies to type TeamSite)
44
44
 
45
45
  `-c, --classification [classification]`
46
- : Site classification (applies to type TeamSite, CommunicationSite)
46
+ : Site classification (applies to type TeamSite, CommunicationSite, BrandCenter)
47
47
 
48
48
  `--siteDesign [siteDesign]`
49
49
  : Type of communication site to create. Allowed values `Topic`, `Showcase`, `Blank`, default `Topic`. When creating a communication site, specify either `siteDesign` or `siteDesignId` (applies to type CommunicationSite)
@@ -52,7 +52,7 @@ m365 spo site add [options]
52
52
  : Id of the custom site design to use to create the site. When creating a communication site, specify either `siteDesign` or `siteDesignId` (applies to type CommunicationSite)
53
53
 
54
54
  `--shareByEmailEnabled`
55
- : Determines whether it's allowed to share file with guests (applies to type CommunicationSite)
55
+ : Determines whether it's allowed to share file with guests (applies to type CommunicationSite, BrandCenter)
56
56
 
57
57
  `-w, --webTemplate [webTemplate]`
58
58
  : Template to use for creating the site. Default `STS#0` (applies to type ClassicSite)
@@ -77,6 +77,9 @@ m365 spo site add [options]
77
77
 
78
78
  `--wait`
79
79
  : Wait for the site to be provisioned before completing the command (applies to type ClassicSite)
80
+
81
+ `-f, --force`
82
+ : Don't prompt for confirmation to create BrandCenter
80
83
  ```
81
84
 
82
85
  <Global />
@@ -99,7 +102,7 @@ Deleting and creating classic site collections is by default asynchronous and de
99
102
 
100
103
  ## Remarks for modern sites
101
104
 
102
- The `--owners` option is mandatory for creating `CommunicationSite` sites with app-only permissions.
105
+ The `--owners` option is mandatory for creating `CommunicationSite or `BrandCenter` sites with app-only permissions.
103
106
 
104
107
  When trying to create a team site using app-only permissions, you will get an _Insufficient privileges to complete the operation._ error. As a workaround, you can use the [`entra m365group add`](../../entra/m365group/m365group-add.mdx) command, followed by [`spo site set`](./site-set.mdx) to further configure the Team site.
105
108
 
@@ -201,6 +204,12 @@ Create a new classic site and enable the site collection app catalog
201
204
  m365 spo site add --type ClassicSite --url https://contoso.sharepoint.com/sites/team --title Team --owners admin@contoso.onmicrosoft.com --timeZone 4 --webTemplate STS#0 --withAppCatalog
202
205
  ```
203
206
 
207
+ Create a brand center site
208
+
209
+ ```sh
210
+ m365 spo site add --type BrandCenter --url https://contoso.sharepoint.com/sites/brandcenter --title Branding
211
+ ```
212
+
204
213
  ## Response
205
214
 
206
215
  <Tabs>
@@ -0,0 +1,479 @@
1
+ import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # spo tenant site get
6
+
7
+ Retrieves the tenant site information
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 spo tenant site get [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-i, --id [id]`
19
+ : The ID of the site collection. Specify either `id`, `title`, or `url`, but not multiple.
20
+
21
+ `-t, --title [title]`
22
+ : Title of the site collection. Specify either `id`, `title`, or `url`, but not multiple.
23
+
24
+ `-u, --url [url]`
25
+ : The site URL of the site collection. Specify either `id`, `title`, or `url`, but not multiple.
26
+ ```
27
+
28
+ <Global />
29
+
30
+ ## Permissions
31
+
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |------------|----------------------|
37
+ | SharePoint | AllSites.FullControl |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |------------|-----------------------|
44
+ | SharePoint | Sites.FullControl.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
49
+ ## Examples
50
+
51
+ Retrieve info about a site using its ID
52
+
53
+ ```sh
54
+ m365 spo tenant site get --id 3ae83bc5-1f27-45c1-9eee-1bd1e2ddce69
55
+ ```
56
+
57
+ Retrieve info about a site using its URL
58
+
59
+ ```sh
60
+ m365 spo tenant site get --url "https://contoso.sharepoint.com/sites/Marketing"
61
+ ```
62
+
63
+ Retrieve info about a site using its Title
64
+
65
+ ```sh
66
+ m365 spo tenant site get --title Marketing
67
+ ```
68
+
69
+ ## Response
70
+
71
+ <Tabs>
72
+ <TabItem value="JSON">
73
+
74
+ ```json
75
+ {
76
+ "AllowDownloadingNonWebViewableFiles": false,
77
+ "AllowEditing": true,
78
+ "AllowFileArchive": false,
79
+ "AllowSelfServiceUpgrade": true,
80
+ "AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled": false,
81
+ "AnonymousLinkExpirationInDays": 0,
82
+ "ApplyToExistingDocumentLibraries": false,
83
+ "ApplyToNewDocumentLibraries": false,
84
+ "ArchivedBy": "",
85
+ "ArchivedFileDiskUsed": "0",
86
+ "ArchivedTime": "0001-01-01T00:00:00",
87
+ "ArchiveStatus": "NotArchived",
88
+ "AuthContextStrength": null,
89
+ "AuthenticationContextLimitedAccess": false,
90
+ "AuthenticationContextName": null,
91
+ "AverageResourceUsage": 0,
92
+ "BlockDownloadLinksFileType": 1,
93
+ "BlockDownloadMicrosoft365GroupIds": null,
94
+ "BlockDownloadPolicy": false,
95
+ "BlockDownloadPolicyFileTypeIds": null,
96
+ "BlockGuestsAsSiteAdmin": 0,
97
+ "BonusDiskQuota": "920",
98
+ "ClearGroupId": false,
99
+ "ClearRestrictedAccessControl": false,
100
+ "CommentsOnSitePagesDisabled": false,
101
+ "CompatibilityLevel": 15,
102
+ "ConditionalAccessPolicy": 0,
103
+ "CreatedTime": "2021-10-12T09:54:16.52",
104
+ "CurrentResourceUsage": 0,
105
+ "DefaultLinkPermission": 0,
106
+ "DefaultLinkToExistingAccess": false,
107
+ "DefaultLinkToExistingAccessReset": false,
108
+ "DefaultShareLinkRole": 0,
109
+ "DefaultShareLinkScope": -1,
110
+ "DefaultSharingLinkType": 0,
111
+ "DenyAddAndCustomizePages": 2,
112
+ "Description": "",
113
+ "DisableAppViews": 2,
114
+ "DisableCompanyWideSharingLinks": 2,
115
+ "DisableFlows": 2,
116
+ "DisableSiteBranding": false,
117
+ "EnableAutoExpirationVersionTrim": false,
118
+ "ExcludeBlockDownloadPolicySiteOwners": false,
119
+ "ExcludeBlockDownloadSharePointGroups": [],
120
+ "ExcludedBlockDownloadGroupIds": [],
121
+ "ExpireVersionsAfterDays": 0,
122
+ "ExternalUserExpirationInDays": 0,
123
+ "FileTypesForVersionExpiration": null,
124
+ "GroupId": "00000000-0000-0000-0000-000000000000",
125
+ "GroupOwnerLoginName": "c:0o.c|federateddirectoryclaimprovider|00000000-0000-0000-0000-000000000000_o",
126
+ "HasHolds": false,
127
+ "HidePeoplePreviewingFiles": false,
128
+ "HidePeopleWhoHaveListsOpen": false,
129
+ "HubSiteId": "af80c11f-0138-4d72-bb37-514542c3aabb",
130
+ "IBMode": "",
131
+ "IBSegments": [],
132
+ "IBSegmentsToAdd": null,
133
+ "IBSegmentsToRemove": null,
134
+ "InheritVersionPolicyFromTenant": true,
135
+ "IsAuthoritative": false,
136
+ "IsGroupOwnerSiteAdmin": false,
137
+ "IsHubSite": false,
138
+ "IsTeamsChannelConnected": false,
139
+ "IsTeamsConnected": false,
140
+ "LastContentModifiedDate": "2025-10-14T17:50:37.08",
141
+ "Lcid": "1033",
142
+ "LimitedAccessFileType": 1,
143
+ "ListsShowHeaderAndNavigation": false,
144
+ "LockIssue": null,
145
+ "LockReason": 0,
146
+ "LockState": "Unlock",
147
+ "LoopDefaultSharingLinkRole": 0,
148
+ "LoopDefaultSharingLinkScope": -1,
149
+ "MajorVersionLimit": 0,
150
+ "MajorWithMinorVersionsLimit": 0,
151
+ "MediaTranscription": 0,
152
+ "OverrideBlockUserInfoVisibility": 0,
153
+ "OverrideSharingCapability": false,
154
+ "OverrideTenantAnonymousLinkExpirationPolicy": false,
155
+ "OverrideTenantExternalUserExpirationPolicy": false,
156
+ "Owner": "john@contoso.onmicrosoft.com",
157
+ "OwnerEmail": "john@contoso.onmicrosoft.com",
158
+ "OwnerLoginName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
159
+ "OwnerName": "john",
160
+ "PWAEnabled": 1,
161
+ "ReadOnlyAccessPolicy": false,
162
+ "ReadOnlyForBlockDownloadPolicy": false,
163
+ "ReadOnlyForUnmanagedDevices": false,
164
+ "RelatedGroupId": "00000000-0000-0000-0000-000000000000",
165
+ "RemoveVersionExpirationFileTypeOverride": null,
166
+ "RequestFilesLinkEnabled": false,
167
+ "RequestFilesLinkExpirationInDays": -1,
168
+ "RestrictContentOrgWideSearch": false,
169
+ "RestrictedAccessControl": false,
170
+ "RestrictedAccessControlGroups": [],
171
+ "RestrictedAccessControlGroupsToAdd": null,
172
+ "RestrictedAccessControlGroupsToRemove": null,
173
+ "RestrictedContentDiscoveryforCopilotAndAgents": false,
174
+ "RestrictedToRegion": 3,
175
+ "SandboxedCodeActivationCapability": 2,
176
+ "SensitivityLabel": "00000000-0000-0000-0000-000000000000",
177
+ "SensitivityLabel2": null,
178
+ "SetOwnerWithoutUpdatingSecondaryAdmin": false,
179
+ "SharingAllowedDomainList": "",
180
+ "SharingBlockedDomainList": "",
181
+ "SharingCapability": 0,
182
+ "SharingDomainRestrictionMode": 0,
183
+ "SharingLockDownCanBeCleared": true,
184
+ "SharingLockDownEnabled": false,
185
+ "ShowPeoplePickerSuggestionsForGuestUsers": false,
186
+ "SiteDefinedSharingCapability": 0,
187
+ "SiteId": "8f6fdeda-f6ff-4d39-8a8c-fe86565afefd",
188
+ "SocialBarOnSitePagesDisabled": false,
189
+ "Status": "Active",
190
+ "StorageMaximumLevel": "26214400",
191
+ "StorageQuotaType": null,
192
+ "StorageUsage": "3",
193
+ "StorageWarningLevel": "25574400",
194
+ "TeamsChannelType": 0,
195
+ "Template": "SITEPAGEPUBLISHING#0",
196
+ "TimeZoneId": 2,
197
+ "Title": "Marketing and Communications",
198
+ "TitleTranslations": null,
199
+ "Url": "https://contoso.sharepoint.com/sites/marketing",
200
+ "UserCodeMaximumLevel": 300,
201
+ "UserCodeWarningLevel": 200,
202
+ "VersionCount": "7",
203
+ "VersionPolicyFileTypeOverride": [],
204
+ "VersionSize": "0",
205
+ "WebsCount": 1
206
+ }
207
+ ```
208
+
209
+ </TabItem>
210
+ <TabItem value="Text">
211
+
212
+ ```text
213
+ AllowDownloadingNonWebViewableFiles : false
214
+ AllowEditing : true
215
+ AllowFileArchive : false
216
+ AllowSelfServiceUpgrade : true
217
+ AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled: false
218
+ AnonymousLinkExpirationInDays : 0
219
+ ApplyToExistingDocumentLibraries : false
220
+ ApplyToNewDocumentLibraries : false
221
+ ArchiveStatus : NotArchived
222
+ ArchivedBy :
223
+ ArchivedFileDiskUsed : 0
224
+ ArchivedTime : 0001-01-01T00:00:00
225
+ AuthContextStrength : null
226
+ AuthenticationContextLimitedAccess : false
227
+ AuthenticationContextName : null
228
+ AverageResourceUsage : 0
229
+ BlockDownloadLinksFileType : 1
230
+ BlockDownloadMicrosoft365GroupIds : null
231
+ BlockDownloadPolicy : false
232
+ BlockDownloadPolicyFileTypeIds : null
233
+ BlockGuestsAsSiteAdmin : 0
234
+ BonusDiskQuota : 920
235
+ ClearGroupId : false
236
+ ClearRestrictedAccessControl : false
237
+ CommentsOnSitePagesDisabled : false
238
+ CompatibilityLevel : 15
239
+ ConditionalAccessPolicy : 0
240
+ CreatedTime : 2021-10-12T09:54:16.52
241
+ CurrentResourceUsage : 0
242
+ DefaultLinkPermission : 0
243
+ DefaultLinkToExistingAccess : false
244
+ DefaultLinkToExistingAccessReset : false
245
+ DefaultShareLinkRole : 0
246
+ DefaultShareLinkScope : -1
247
+ DefaultSharingLinkType : 0
248
+ DenyAddAndCustomizePages : 2
249
+ Description :
250
+ DisableAppViews : 2
251
+ DisableCompanyWideSharingLinks : 2
252
+ DisableFlows : 2
253
+ DisableSiteBranding : false
254
+ EnableAutoExpirationVersionTrim : false
255
+ ExcludeBlockDownloadPolicySiteOwners : false
256
+ ExcludeBlockDownloadSharePointGroups : []
257
+ ExcludedBlockDownloadGroupIds : []
258
+ ExpireVersionsAfterDays : 0
259
+ ExternalUserExpirationInDays : 0
260
+ FileTypesForVersionExpiration : null
261
+ GroupId : 00000000-0000-0000-0000-000000000000
262
+ GroupOwnerLoginName : c:0o.c|federateddirectoryclaimprovider|00000000-0000-0000-0000-000000000000_o
263
+ HasHolds : false
264
+ HidePeoplePreviewingFiles : false
265
+ HidePeopleWhoHaveListsOpen : false
266
+ HubSiteId : af80c11f-0138-4d72-bb37-514542c3aabb
267
+ IBMode :
268
+ IBSegments : []
269
+ IBSegmentsToAdd : null
270
+ IBSegmentsToRemove : null
271
+ InheritVersionPolicyFromTenant : true
272
+ IsAuthoritative : false
273
+ IsGroupOwnerSiteAdmin : false
274
+ IsHubSite : false
275
+ IsTeamsChannelConnected : false
276
+ IsTeamsConnected : false
277
+ LastContentModifiedDate : 2025-10-14T17:50:37.08
278
+ Lcid : 1033
279
+ LimitedAccessFileType : 1
280
+ ListsShowHeaderAndNavigation : false
281
+ LockIssue : null
282
+ LockReason : 0
283
+ LockState : Unlock
284
+ LoopDefaultSharingLinkRole : 0
285
+ LoopDefaultSharingLinkScope : -1
286
+ MajorVersionLimit : 0
287
+ MajorWithMinorVersionsLimit : 0
288
+ MediaTranscription : 0
289
+ OverrideBlockUserInfoVisibility : 0
290
+ OverrideSharingCapability : false
291
+ OverrideTenantAnonymousLinkExpirationPolicy : false
292
+ OverrideTenantExternalUserExpirationPolicy : false
293
+ Owner : john@contoso.onmicrosoft.com
294
+ OwnerEmail : john@contoso.onmicrosoft.com
295
+ OwnerLoginName : i:0#.f|membership|john@contoso.onmicrosoft.com
296
+ OwnerName : john
297
+ PWAEnabled : 1
298
+ ReadOnlyAccessPolicy : false
299
+ ReadOnlyForBlockDownloadPolicy : false
300
+ ReadOnlyForUnmanagedDevices : false
301
+ RelatedGroupId : 00000000-0000-0000-0000-000000000000
302
+ RemoveVersionExpirationFileTypeOverride : null
303
+ RequestFilesLinkEnabled : false
304
+ RequestFilesLinkExpirationInDays : -1
305
+ RestrictContentOrgWideSearch : false
306
+ RestrictedAccessControl : false
307
+ RestrictedAccessControlGroups : []
308
+ RestrictedAccessControlGroupsToAdd : null
309
+ RestrictedAccessControlGroupsToRemove : null
310
+ RestrictedContentDiscoveryforCopilotAndAgents : false
311
+ RestrictedToRegion : 3
312
+ SandboxedCodeActivationCapability : 2
313
+ SensitivityLabel : 00000000-0000-0000-0000-000000000000
314
+ SensitivityLabel2 : null
315
+ SetOwnerWithoutUpdatingSecondaryAdmin : false
316
+ SharingAllowedDomainList :
317
+ SharingBlockedDomainList :
318
+ SharingCapability : 0
319
+ SharingDomainRestrictionMode : 0
320
+ SharingLockDownCanBeCleared : true
321
+ SharingLockDownEnabled : false
322
+ ShowPeoplePickerSuggestionsForGuestUsers : false
323
+ SiteDefinedSharingCapability : 0
324
+ SiteId : 8f6fdeda-f6ff-4d39-8a8c-fe86565afefd
325
+ SocialBarOnSitePagesDisabled : false
326
+ Status : Active
327
+ StorageMaximumLevel : 26214400
328
+ StorageQuotaType : null
329
+ StorageUsage : 3
330
+ StorageWarningLevel : 25574400
331
+ TeamsChannelType : 0
332
+ Template : SITEPAGEPUBLISHING#0
333
+ TimeZoneId : 2
334
+ Title : Marketing and Communications
335
+ TitleTranslations : null
336
+ Url : https://contoso.sharepoint.com/sites/marketing
337
+ UserCodeMaximumLevel : 300
338
+ UserCodeWarningLevel : 200
339
+ VersionCount : 7
340
+ VersionPolicyFileTypeOverride : []
341
+ VersionSize : 0
342
+ WebsCount : 1
343
+ ```
344
+
345
+ </TabItem>
346
+ <TabItem value="CSV">
347
+
348
+ ```csv
349
+ AllowDownloadingNonWebViewableFiles,AllowEditing,AllowFileArchive,AllowSelfServiceUpgrade,AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled,AnonymousLinkExpirationInDays,ApplyToExistingDocumentLibraries,ApplyToNewDocumentLibraries,ArchivedBy,ArchivedFileDiskUsed,ArchivedTime,ArchiveStatus,AuthContextStrength,AuthenticationContextLimitedAccess,AuthenticationContextName,AverageResourceUsage,BlockDownloadLinksFileType,BlockDownloadMicrosoft365GroupIds,BlockDownloadPolicy,BlockDownloadPolicyFileTypeIds,BlockGuestsAsSiteAdmin,BonusDiskQuota,ClearGroupId,ClearRestrictedAccessControl,CommentsOnSitePagesDisabled,CompatibilityLevel,ConditionalAccessPolicy,CreatedTime,CurrentResourceUsage,DefaultLinkPermission,DefaultLinkToExistingAccess,DefaultLinkToExistingAccessReset,DefaultShareLinkRole,DefaultShareLinkScope,DefaultSharingLinkType,DenyAddAndCustomizePages,Description,DisableAppViews,DisableCompanyWideSharingLinks,DisableFlows,DisableSiteBranding,EnableAutoExpirationVersionTrim,ExcludeBlockDownloadPolicySiteOwners,ExpireVersionsAfterDays,ExternalUserExpirationInDays,FileTypesForVersionExpiration,GroupId,GroupOwnerLoginName,HasHolds,HidePeoplePreviewingFiles,HidePeopleWhoHaveListsOpen,HubSiteId,IBMode,IBSegmentsToAdd,IBSegmentsToRemove,InheritVersionPolicyFromTenant,IsAuthoritative,IsGroupOwnerSiteAdmin,IsHubSite,IsTeamsChannelConnected,IsTeamsConnected,LastContentModifiedDate,Lcid,LimitedAccessFileType,ListsShowHeaderAndNavigation,LockIssue,LockReason,LockState,LoopDefaultSharingLinkRole,LoopDefaultSharingLinkScope,MajorVersionLimit,MajorWithMinorVersionsLimit,MediaTranscription,OverrideBlockUserInfoVisibility,OverrideSharingCapability,OverrideTenantAnonymousLinkExpirationPolicy,OverrideTenantExternalUserExpirationPolicy,Owner,OwnerEmail,OwnerLoginName,OwnerName,PWAEnabled,ReadOnlyAccessPolicy,ReadOnlyForBlockDownloadPolicy,ReadOnlyForUnmanagedDevices,RelatedGroupId,RemoveVersionExpirationFileTypeOverride,RequestFilesLinkEnabled,RequestFilesLinkExpirationInDays,RestrictContentOrgWideSearch,RestrictedAccessControl,RestrictedAccessControlGroupsToAdd,RestrictedAccessControlGroupsToRemove,RestrictedContentDiscoveryforCopilotAndAgents,RestrictedToRegion,SandboxedCodeActivationCapability,SensitivityLabel,SensitivityLabel2,SetOwnerWithoutUpdatingSecondaryAdmin,SharingAllowedDomainList,SharingBlockedDomainList,SharingCapability,SharingDomainRestrictionMode,SharingLockDownCanBeCleared,SharingLockDownEnabled,ShowPeoplePickerSuggestionsForGuestUsers,SiteDefinedSharingCapability,SiteId,SocialBarOnSitePagesDisabled,Status,StorageMaximumLevel,StorageQuotaType,StorageUsage,StorageWarningLevel,TeamsChannelType,Template,TimeZoneId,Title,TitleTranslations,Url,UserCodeMaximumLevel,UserCodeWarningLevel,VersionCount,VersionSize,WebsCount
350
+ 0,1,0,1,0,0,0,0,,0,0001-01-01T00:00:00,NotArchived,,0,,0,1,,0,,0,920,0,0,0,15,0,2021-10-12T09:54:16.52,0,0,0,0,0,-1,0,2,,2,2,2,0,0,0,0,0,,00000000-0000-0000-0000-000000000000,c:0o.c|federateddirectoryclaimprovider|00000000-0000-0000-0000-000000000000_o,0,0,0,af80c11f-0138-4d72-bb37-514542c3aabb,,,,1,0,0,0,0,0,2025-10-14T17:50:37.08,1033,1,0,,0,Unlock,0,-1,0,0,0,0,0,0,0,john@contoso.onmicrosoft.com,john@contoso.onmicrosoft.com,i:0#.f|membership|john@contoso.onmicrosoft.com,john,1,0,0,0,00000000-0000-0000-0000-000000000000,,0,-1,0,0,,,0,3,2,00000000-0000-0000-0000-000000000000,,0,,,0,0,1,0,0,0,8f6fdeda-f6ff-4d39-8a8c-fe86565afefd,0,Active,26214400,,3,25574400,0,SITEPAGEPUBLISHING#0,2,Marketing and Communications,,https://contoso.sharepoint.com/sites/marketing,300,200,7,0,1
351
+ ```
352
+
353
+ </TabItem>
354
+ <TabItem value="Markdown">
355
+
356
+ ```md
357
+ # spo tenant site get --debug "false" --verbose "false" --id "8f6fdeda-f6ff-4d39-8a8c-fe86565afefd"
358
+
359
+ Date: 10/14/2025
360
+
361
+ ## Marketing and Communications (https://contoso.sharepoint.com/sites/marketing)
362
+
363
+ Property | Value
364
+ ---------|-------
365
+ AllowDownloadingNonWebViewableFiles | false
366
+ AllowEditing | true
367
+ AllowFileArchive | false
368
+ AllowSelfServiceUpgrade | true
369
+ AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled | false
370
+ AnonymousLinkExpirationInDays | 0
371
+ ApplyToExistingDocumentLibraries | false
372
+ ApplyToNewDocumentLibraries | false
373
+ ArchivedBy |
374
+ ArchivedFileDiskUsed | 0
375
+ ArchivedTime | 0001-01-01T00:00:00
376
+ ArchiveStatus | NotArchived
377
+ AuthenticationContextLimitedAccess | false
378
+ AverageResourceUsage | 0
379
+ BlockDownloadLinksFileType | 1
380
+ BlockDownloadPolicy | false
381
+ BlockGuestsAsSiteAdmin | 0
382
+ BonusDiskQuota | 920
383
+ ClearGroupId | false
384
+ ClearRestrictedAccessControl | false
385
+ CommentsOnSitePagesDisabled | false
386
+ CompatibilityLevel | 15
387
+ ConditionalAccessPolicy | 0
388
+ CreatedTime | 2021-10-12T09:54:16.52
389
+ CurrentResourceUsage | 0
390
+ DefaultLinkPermission | 0
391
+ DefaultLinkToExistingAccess | false
392
+ DefaultLinkToExistingAccessReset | false
393
+ DefaultShareLinkRole | 0
394
+ DefaultShareLinkScope | -1
395
+ DefaultSharingLinkType | 0
396
+ DenyAddAndCustomizePages | 2
397
+ Description |
398
+ DisableAppViews | 2
399
+ DisableCompanyWideSharingLinks | 2
400
+ DisableFlows | 2
401
+ DisableSiteBranding | false
402
+ EnableAutoExpirationVersionTrim | false
403
+ ExcludeBlockDownloadPolicySiteOwners | false
404
+ ExpireVersionsAfterDays | 0
405
+ ExternalUserExpirationInDays | 0
406
+ GroupId | 00000000-0000-0000-0000-000000000000
407
+ GroupOwnerLoginName | c:0o.c\|federateddirectoryclaimprovider\|00000000-0000-0000-0000-000000000000\_o
408
+ HasHolds | false
409
+ HidePeoplePreviewingFiles | false
410
+ HidePeopleWhoHaveListsOpen | false
411
+ HubSiteId | af80c11f-0138-4d72-bb37-514542c3aabb
412
+ IBMode |
413
+ InheritVersionPolicyFromTenant | true
414
+ IsAuthoritative | false
415
+ IsGroupOwnerSiteAdmin | false
416
+ IsHubSite | false
417
+ IsTeamsChannelConnected | false
418
+ IsTeamsConnected | false
419
+ LastContentModifiedDate | 2025-10-14T17:50:37.08
420
+ Lcid | 1033
421
+ LimitedAccessFileType | 1
422
+ ListsShowHeaderAndNavigation | false
423
+ LockReason | 0
424
+ LockState | Unlock
425
+ LoopDefaultSharingLinkRole | 0
426
+ LoopDefaultSharingLinkScope | -1
427
+ MajorVersionLimit | 0
428
+ MajorWithMinorVersionsLimit | 0
429
+ MediaTranscription | 0
430
+ OverrideBlockUserInfoVisibility | 0
431
+ OverrideSharingCapability | false
432
+ OverrideTenantAnonymousLinkExpirationPolicy | false
433
+ OverrideTenantExternalUserExpirationPolicy | false
434
+ Owner | john@contoso.onmicrosoft.com
435
+ OwnerEmail | john@contoso.onmicrosoft.com
436
+ OwnerLoginName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
437
+ OwnerName | john
438
+ PWAEnabled | 1
439
+ ReadOnlyAccessPolicy | false
440
+ ReadOnlyForBlockDownloadPolicy | false
441
+ ReadOnlyForUnmanagedDevices | false
442
+ RelatedGroupId | 00000000-0000-0000-0000-000000000000
443
+ RequestFilesLinkEnabled | false
444
+ RequestFilesLinkExpirationInDays | -1
445
+ RestrictContentOrgWideSearch | false
446
+ RestrictedAccessControl | false
447
+ RestrictedContentDiscoveryforCopilotAndAgents | false
448
+ RestrictedToRegion | 3
449
+ SandboxedCodeActivationCapability | 2
450
+ SensitivityLabel | 00000000-0000-0000-0000-000000000000
451
+ SetOwnerWithoutUpdatingSecondaryAdmin | false
452
+ SharingAllowedDomainList |
453
+ SharingBlockedDomainList |
454
+ SharingCapability | 0
455
+ SharingDomainRestrictionMode | 0
456
+ SharingLockDownCanBeCleared | true
457
+ SharingLockDownEnabled | false
458
+ ShowPeoplePickerSuggestionsForGuestUsers | false
459
+ SiteDefinedSharingCapability | 0
460
+ SiteId | 8f6fdeda-f6ff-4d39-8a8c-fe86565afefd
461
+ SocialBarOnSitePagesDisabled | false
462
+ Status | Active
463
+ StorageMaximumLevel | 26214400
464
+ StorageUsage | 3
465
+ StorageWarningLevel | 25574400
466
+ TeamsChannelType | 0
467
+ Template | SITEPAGEPUBLISHING#0
468
+ TimeZoneId | 2
469
+ Title | Marketing and Communications
470
+ Url | https://contoso.sharepoint.com/sites/marketing
471
+ UserCodeMaximumLevel | 300
472
+ UserCodeWarningLevel | 200
473
+ VersionCount | 7
474
+ VersionSize | 0
475
+ WebsCount | 1
476
+ ```
477
+
478
+ </TabItem>
479
+ </Tabs>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.6.0-beta.358a4f1",
3
+ "version": "11.6.0-beta.bc374af",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",