@pnp/cli-microsoft365 6.8.0-beta.e41be56 → 6.8.0-beta.f473be5

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 (71) hide show
  1. package/.mocharc.json +1 -0
  2. package/dist/m365/planner/commands/roster/roster-plan-list.js +102 -0
  3. package/dist/m365/planner/commands.js +1 -0
  4. package/dist/m365/spo/commands/file/file-checkin.js +8 -3
  5. package/dist/m365/spo/commands/file/file-checkout.js +8 -3
  6. package/dist/m365/spo/commands/file/file-copy.js +4 -4
  7. package/dist/m365/spo/commands/file/file-get.js +3 -1
  8. package/dist/m365/spo/commands/file/file-list.js +2 -2
  9. package/dist/m365/spo/commands/file/file-move.js +6 -7
  10. package/dist/m365/spo/commands/file/file-remove.js +3 -12
  11. package/dist/m365/spo/commands/file/file-rename.js +3 -3
  12. package/dist/m365/spo/commands/file/file-roleassignment-add.js +2 -1
  13. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -3
  14. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -1
  15. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -1
  16. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +4 -2
  17. package/dist/m365/spo/commands/file/file-version-clear.js +3 -1
  18. package/dist/m365/spo/commands/file/file-version-get.js +3 -1
  19. package/dist/m365/spo/commands/file/file-version-remove.js +3 -1
  20. package/dist/m365/spo/commands/file/file-version-restore.js +3 -1
  21. package/dist/m365/spo/commands/folder/folder-copy.js +4 -4
  22. package/dist/m365/spo/commands/folder/folder-get.js +5 -2
  23. package/dist/m365/spo/commands/folder/folder-move.js +3 -2
  24. package/dist/m365/spo/commands/folder/folder-rename.js +5 -2
  25. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-list.js +46 -1
  26. package/dist/m365/spo/commands/tenant/tenant-settings-set.js +4 -0
  27. package/dist/m365/teams/commands/meeting/meeting-transcript-list.js +124 -0
  28. package/dist/m365/teams/commands.js +1 -0
  29. package/dist/utils/spo.js +1 -1
  30. package/docs/docs/cmd/planner/roster/roster-plan-list.md +109 -0
  31. package/docs/docs/cmd/spo/feature/feature-enable.md +2 -2
  32. package/docs/docs/cmd/spo/file/file-add.md +1 -1
  33. package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
  34. package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
  35. package/docs/docs/cmd/spo/file/file-copy.md +1 -1
  36. package/docs/docs/cmd/spo/file/file-get.md +1 -1
  37. package/docs/docs/cmd/spo/file/file-move.md +3 -3
  38. package/docs/docs/cmd/spo/file/file-rename.md +1 -1
  39. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +3 -3
  40. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +2 -2
  41. package/docs/docs/cmd/spo/file/file-roleassignment-add.md +1 -1
  42. package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +1 -1
  43. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +1 -1
  44. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +1 -1
  45. package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +1 -1
  46. package/docs/docs/cmd/spo/file/file-sharinglink-add.md +1 -1
  47. package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +1 -1
  48. package/docs/docs/cmd/spo/file/file-sharinglink-get.md +1 -1
  49. package/docs/docs/cmd/spo/file/file-sharinglink-list.md +1 -1
  50. package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +1 -1
  51. package/docs/docs/cmd/spo/file/file-sharinglink-set.md +1 -1
  52. package/docs/docs/cmd/spo/file/file-version-clear.md +2 -2
  53. package/docs/docs/cmd/spo/file/file-version-get.md +1 -1
  54. package/docs/docs/cmd/spo/file/file-version-list.md +1 -1
  55. package/docs/docs/cmd/spo/file/file-version-remove.md +1 -1
  56. package/docs/docs/cmd/spo/file/file-version-restore.md +1 -1
  57. package/docs/docs/cmd/spo/folder/folder-add.md +9 -3
  58. package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
  59. package/docs/docs/cmd/spo/folder/folder-get.md +7 -7
  60. package/docs/docs/cmd/spo/folder/folder-list.md +11 -11
  61. package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
  62. package/docs/docs/cmd/spo/folder/folder-remove.md +7 -7
  63. package/docs/docs/cmd/spo/folder/folder-rename.md +11 -5
  64. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +3 -3
  65. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +1 -1
  66. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +1 -1
  67. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +4 -4
  68. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +57 -54
  69. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +96 -0
  70. package/npm-shrinkwrap.json +267 -334
  71. package/package.json +13 -12
@@ -11,10 +11,10 @@ m365 spo folder add [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : The URL of the site where the folder will be created
14
+ : The URL of the site where the folder will be created.
15
15
 
16
16
  `-p, --parentFolderUrl <parentFolderUrl>`
17
- : Site-relative URL of the parent folder
17
+ : The server- or site-relative URL of the parent folder.
18
18
 
19
19
  `-n, --name <name>`
20
20
  : Name of the new folder to be created
@@ -23,8 +23,14 @@ m365 spo folder add [options]
23
23
 
24
24
  ## Examples
25
25
 
26
- Creates folder in a parent folder with site relative url _/Shared Documents_ located in site _https://contoso.sharepoint.com/sites/project-x_
26
+ Creates folder in a specific library within the site
27
27
 
28
28
  ```sh
29
29
  m365 spo folder add --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/Shared Documents' --name 'My Folder Name'
30
30
  ```
31
+
32
+ Creates folder in a specific folder within the site
33
+
34
+ ```sh
35
+ m365 spo folder add --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/sites/project-x/Shared Documents/Reports' --name 'Financial reports'
36
+ ```
@@ -14,7 +14,7 @@ m365 spo folder copy [options]
14
14
  : The URL of the site where the folder is located
15
15
 
16
16
  `-s, --sourceUrl <sourceUrl>`
17
- : Site-relative URL of the folder to copy
17
+ : The server- or site-relative URL of the folder to copy
18
18
 
19
19
  `-t, --targetUrl <targetUrl>`
20
20
  : Server-relative URL where to copy the folder
@@ -11,13 +11,13 @@ m365 spo folder get [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : The URL of the site where the folder is located
14
+ : The URL of the site where the folder is located.
15
15
 
16
16
  `-f, --url [url]`
17
- : The server-relative URL of the folder to retrieve. Specify either `folderUrl` or `id` but not both
17
+ : The server- or site-relative URL of the folder to retrieve. Specify either `folderUrl` or `id` but not both.
18
18
 
19
19
  `-i, --id [id]`
20
- : The UniqueId (GUID) of the folder to retrieve. Specify either `url` or `id` but not both
20
+ : The UniqueId (GUID) of the folder to retrieve. Specify either `url` or `id` but not both.
21
21
 
22
22
  `--withPermissions`
23
23
  : Set if you want to return associated roles and permissions of the folder.
@@ -32,20 +32,20 @@ If root level folder is passed, you will get a `Please ensure the specified fold
32
32
 
33
33
  ## Examples
34
34
 
35
- Get folder properties for folder with server-relative url _'/Shared Documents'_ located in site _https://contoso.sharepoint.com/sites/project-x_
35
+ Get folder properties for a folder with a specific site-relative URL
36
36
 
37
37
  ```sh
38
38
  m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/project-x --url "/Shared Documents"
39
39
  ```
40
40
 
41
- Get folder properties for folder with id (UniqueId) _b2307a39-e878-458b-bc90-03bc578531d6_ located in site _https://contoso.sharepoint.com/sites/project-x_
41
+ Get folder properties for a folder with a specific id (UniqueId)
42
42
 
43
43
  ```sh
44
44
  m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/project-x --id "b2307a39-e878-458b-bc90-03bc578531d6"
45
45
  ```
46
46
 
47
- Get folder properties for folder with server-relative url _'/Shared Documents/Test1'_ located in site _https://contoso.sharepoint.com/sites/test
47
+ Get folder properties with permissions for a folder with server-relative URL
48
48
 
49
49
  ```sh
50
- m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/test --url "Shared Documents/Test1" --withPermissions
50
+ m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/test --url "/sites/test/Shared Documents/Test1" --withPermissions
51
51
  ```
@@ -11,10 +11,10 @@ m365 spo folder list [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : The URL of the site where the folders to list are located
14
+ : The URL of the site where the folders to list are located.
15
15
 
16
16
  `-p, --parentFolderUrl <parentFolderUrl>`
17
- : Site-relative URL of the parent folder
17
+ : The server- or site-relative URL of the parent folder.
18
18
 
19
19
  `-f, --fields [fields]`
20
20
  : Comma-separated list of fields to retrieve. Will retrieve all fields if not specified and json output is requested.
@@ -23,13 +23,13 @@ m365 spo folder list [options]
23
23
  : OData filter to use to query the list of folders with.
24
24
 
25
25
  `-r, --recursive`
26
- : Set to retrieve nested folders
26
+ : Set to retrieve nested folders.
27
27
 
28
28
  --8<-- "docs/cmd/_global.md"
29
29
 
30
30
  ## Examples
31
31
 
32
- Gets list of folders under a parent folder
32
+ Gets list of folders under a parent folder with site-relative URL
33
33
 
34
34
  ```sh
35
35
  m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/Shared Documents'
@@ -38,7 +38,7 @@ m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --p
38
38
  Gets recursive list of folders under a specific folder on a specific site
39
39
 
40
40
  ```sh
41
- m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/Shared Documents' --recursive
41
+ m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --parentFolderUrl '/sites/project-x/Shared Documents' --recursive
42
42
  ```
43
43
 
44
44
  Return a filtered list of folders and only return the list item ID
@@ -59,7 +59,7 @@ m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --p
59
59
  "ItemCount": 9,
60
60
  "Name": "Folder A",
61
61
  "ProgID": null,
62
- "ServerRelativeUrl": "/Shared Documents/Folder A",
62
+ "ServerRelativeUrl": "/sites/project-x/Shared Documents/Folder A",
63
63
  "TimeCreated": "2022-04-26T12:30:56Z",
64
64
  "TimeLastModified": "2022-04-26T12:50:14Z",
65
65
  "UniqueId": "20523746-971b-4488-aa6d-b45d645f61c5",
@@ -71,16 +71,16 @@ m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --p
71
71
  === "Text"
72
72
 
73
73
  ```text
74
- Name ServerRelativeUrl
75
- ------- -------------------------
76
- Folder A /Shared Documents/Folder A
74
+ Name ServerRelativeUrl
75
+ -------- ------------------------------------------
76
+ Folder A /sites/project-x/Shared Documents/Folder A
77
77
  ```
78
78
 
79
79
  === "CSV"
80
80
 
81
81
  ```csv
82
82
  Name,ServerRelativeUrl
83
- Folder A,/Shared Documents/Folder A
83
+ Folder A,/sites/project-x/Shared Documents/Folder A
84
84
  ```
85
85
 
86
86
  === "Markdown"
@@ -99,7 +99,7 @@ m365 spo folder list --webUrl https://contoso.sharepoint.com/sites/project-x --p
99
99
  ItemCount | 9
100
100
  Name | Folder A
101
101
  ProgID | null
102
- ServerRelativeUrl | /Shared Documents/Folder A
102
+ ServerRelativeUrl | /sites/project-x/Shared Documents/Folder A
103
103
  TimeCreated | 2022-04-26T12:30:56Z
104
104
  TimeLastModified | 2022-04-26T12:50:14Z
105
105
  UniqueId | 20523746-971b-4488-aa6d-b45d645f61c5
@@ -14,7 +14,7 @@ m365 spo folder move [options]
14
14
  : The URL of the site where the folder is located
15
15
 
16
16
  `-s, --sourceUrl <sourceUrl>`
17
- : Site-relative URL of the folder to move
17
+ : The server- or site-relative URL of the folder to move
18
18
 
19
19
  `-t, --targetUrl <targetUrl>`
20
20
  : Server-relative URL where to move the folder
@@ -11,16 +11,16 @@ m365 spo folder remove [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : The URL of the site where the folder to be deleted is located
14
+ : The URL of the site where the folder to be deleted is located.
15
15
 
16
16
  `-f, --url <url>`
17
- : Site-relative URL of the folder to delete
17
+ : The server- or site-relative URL of the folder to delete.
18
18
 
19
19
  `--recycle`
20
- : Recycles the folder instead of actually deleting it
20
+ : Recycles the folder instead of actually deleting it.
21
21
 
22
22
  `--confirm`
23
- : Don't prompt for confirming deleting the folder
23
+ : Don't prompt for confirming deleting the folder.
24
24
 
25
25
  --8<-- "docs/cmd/_global.md"
26
26
 
@@ -30,14 +30,14 @@ The `spo folder remove` command will remove folder only if it is empty. If the f
30
30
 
31
31
  ## Examples
32
32
 
33
- Removes a folder with site-relative URL _/Shared Documents/My Folder_ located in site _https://contoso.sharepoint.com/sites/project-x_
33
+ Remove a folder with a specific site-relative URL
34
34
 
35
35
  ```sh
36
36
  m365 spo folder remove --webUrl https://contoso.sharepoint.com/sites/project-x --url '/Shared Documents/My Folder'
37
37
  ```
38
38
 
39
- Moves a folder with site-relative URL _/Shared Documents/My Folder_ located in site _https://contoso.sharepoint.com/sites/project-x_ to the site recycle bin
39
+ Remove a folder with a specific server relative URL to the site recycle bin
40
40
 
41
41
  ```sh
42
- m365 spo folder remove --webUrl https://contoso.sharepoint.com/sites/project-x --url '/Shared Documents/My Folder' --recycle
42
+ m365 spo folder remove --webUrl https://contoso.sharepoint.com/sites/project-x --url '/sites/project-x/Shared Documents/My Folder' --recycle
43
43
  ```
@@ -11,20 +11,26 @@ m365 spo folder rename [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : The URL of the site where the folder to be renamed is located
14
+ : The URL of the site where the folder to be renamed is located.
15
15
 
16
16
  `-f, --url <url>`
17
- : Site-relative URL of the folder (including the folder)
17
+ : The server- or site-relative URL of the folder (including the folder).
18
18
 
19
- `-n, --name`
20
- : New name for the target folder
19
+ `-n, --name <name>`
20
+ : New name for the target folder.
21
21
 
22
22
  --8<-- "docs/cmd/_global.md"
23
23
 
24
24
  ## Examples
25
25
 
26
- Renames a folder with site-relative URL _/Shared Documents/My Folder 1_ located in site _https://contoso.sharepoint.com/sites/project-x_
26
+ Renames a folder with a specific site-relative URL
27
27
 
28
28
  ```sh
29
29
  m365 spo folder rename --webUrl https://contoso.sharepoint.com/sites/project-x --url '/Shared Documents/My Folder 1' --name 'My Folder 2'
30
30
  ```
31
+
32
+ Renames a folder with a specific server-relative URL
33
+
34
+ ```sh
35
+ m365 spo folder rename --webUrl https://contoso.sharepoint.com/sites/project-x --url '/sites/project-x/Shared Documents/My Folder 1' --name 'My Folder 2'
36
+ ```
@@ -11,10 +11,10 @@ m365 spo folder retentionlabel ensure [options]
11
11
  ## Options
12
12
 
13
13
  `-u, --webUrl <webUrl>`
14
- : URL of the site where the retentionlabel from a file to apply is located
14
+ : URL of the site where the retention label from a file to apply is located
15
15
 
16
16
  `--folderUrl [folderUrl]`
17
- : The site- or server relative URL of the folder that should be labelled. Specify either `folderUrl` or `folderId` but not both.
17
+ : The server- or site-relative URL of the folder that should be labelled. Specify either `folderUrl` or `folderId` but not both.
18
18
 
19
19
  `i, --folderId [folderId]`
20
20
  : The UniqueId (GUID) of the folder that should be labelled. Specify either `folderUrl` or `folderId` but not both.
@@ -26,7 +26,7 @@ m365 spo folder retentionlabel ensure [options]
26
26
 
27
27
  ## Remarks
28
28
 
29
- You can also use [spo listitem retentionlabel remove](./../../../cmd/spo//listitem/listitem-retentionlabel-remove.md) for removing the retentionlabel from a listitem.
29
+ You can also use [spo listitem retentionlabel remove](./../../../cmd/spo//listitem/listitem-retentionlabel-remove.md) for removing the retention label from a listitem.
30
30
 
31
31
  ## Examples
32
32
 
@@ -14,7 +14,7 @@ m365 spo folder retentionlabel remove [options]
14
14
  : The url of the web.
15
15
 
16
16
  `--folderUrl [folderUrl]`
17
- : The site- or server relative URL of the folder of which the label should be removed. Specify either `folderUrl` or `folderId` but not both.
17
+ : The server- or site-relative URL of the folder of which the label should be removed. Specify either `folderUrl` or `folderId` but not both.
18
18
 
19
19
  `-i, --folderId [folderId]`
20
20
  : The UniqueId (GUID) of the folder of which the label should be removed. Specify either `folderUrl` or `folderId` but not both.
@@ -14,7 +14,7 @@ m365 spo folder roleinheritance break [options]
14
14
  : URL of the site where the folder is located.
15
15
 
16
16
  `-f, --folderUrl <folderUrl>`
17
- : The site-relative URL or server-relative URL of the folder.
17
+ : The server- or site-relative URL of the folder.
18
18
 
19
19
  `-c, --clearExistingPermissions`
20
20
  : Clear all existing permissions from the folder.
@@ -14,7 +14,7 @@ m365 spo folder roleinheritance reset [options]
14
14
  : URL of the site where the folder is located.
15
15
 
16
16
  `-f, --folderUrl <folderUrl>`
17
- : The site-relative URL of the folder.
17
+ : The server- or site-relative URL of the folder.
18
18
 
19
19
  `--confirm`
20
20
  : Don't prompt for confirmation to reset role inheritance of the folder.
@@ -23,19 +23,19 @@ m365 spo folder roleinheritance reset [options]
23
23
 
24
24
  ## Examples
25
25
 
26
- Reset inheritance of folder with site-relative url _Shared Documents/TestFolder_ located in site _https://contoso.sharepoint.com/sites/project-x_.
26
+ Reset inheritance of folder with a specific site-relative URL
27
27
 
28
28
  ```sh
29
29
  m365 spo folder roleinheritance reset --webUrl "https://contoso.sharepoint.com/sites/project-x" --folderUrl "Shared Documents/TestFolder"
30
30
  ```
31
31
 
32
- Reset inheritance of folder with server-relative url _/sites/project-x/Shared Documents/TestFolder_ located in site _https://contoso.sharepoint.com/sites/project-x_. It will **not** prompt for confirmation before resetting.
32
+ Reset inheritance of folder with a specific server-relative URL. It will **not** prompt for confirmation before resetting.
33
33
 
34
34
  ```sh
35
35
  m365 spo folder roleinheritance reset --webUrl "https://contoso.sharepoint.com/sites/project-x" --folderUrl "/sites/project-x/Shared Documents/TestFolder" --confirm
36
36
  ```
37
37
 
38
- Reset inheritance of the specified root folder for the library with the server-relative url _/sites/project-x/Shared Documents located in site _https://contoso.sharepoint.com/sites/project-x_. It will **not** prompt for confirmation before resetting.
38
+ Reset inheritance of the specified root folder for the library with a specific server-relative URL. It will **not** prompt for confirmation before resetting.
39
39
 
40
40
  ```sh
41
41
  m365 spo folder roleinheritance reset --webUrl "https://contoso.sharepoint.com/sites/project-x" --folderUrl "/sites/project-x/Shared Documents" --confirm
@@ -17,7 +17,7 @@ m365 spo tenant settings set [options]
17
17
  : Specifies the upper bound on the compatibility level for new sites
18
18
 
19
19
  `--ExternalServicesEnabled [ExternalServicesEnabled]`
20
- : Enables external services for a tenant. External services are defined as services that are not in the Microsoft 365 data centers. Allowed values `true,false`
20
+ : Enables external services for a tenant. External services are defined as services that are not in the Microsoft 365 data centers. Allowed values `true`, `false`
21
21
 
22
22
  `--NoAccessRedirectUrl [NoAccessRedirectUrl]`
23
23
  : Specifies the URL of the redirected site for those site collections which have the locked state "NoAccess"
@@ -26,55 +26,55 @@ m365 spo tenant settings set [options]
26
26
  : Determines what level of sharing is available for the site. The valid values are: ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled. Disabled - External user sharing (share by email) and guest link sharing are both disabled. ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled. Allowed values `Disabled,ExternalUserSharingOnly,ExternalUserAndGuestSharing,ExistingExternalUserSharingOnly`
27
27
 
28
28
  `--DisplayStartASiteOption [DisplayStartASiteOption]`
29
- : Determines whether tenant users see the Start a Site menu option. Allowed values `true,false`
29
+ : Determines whether tenant users see the Start a Site menu option. Allowed values `true`, `false`
30
30
 
31
31
  `--StartASiteFormUrl [StartASiteFormUrl]`
32
32
  : Specifies URL of the form to load in the Start a Site dialog. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Full URL - Example:"https://contoso.sharepoint.com/path/to/form"
33
33
 
34
34
  `--ShowEveryoneClaim [ShowEveryoneClaim]`
35
- : Enables the administrator to hide the Everyone claim in the People Picker. When users share an item with Everyone, it is accessible to all authenticated users in the tenant's Azure Active Directory, including any active external users who have previously accepted invitations. Note, that some SharePoint system resources such as templates and pages are required to be shared with Everyone and this type of sharing does not expose any user data or metadata. Allowed values `true,false`
35
+ : Enables the administrator to hide the Everyone claim in the People Picker. When users share an item with Everyone, it is accessible to all authenticated users in the tenant's Azure Active Directory, including any active external users who have previously accepted invitations. Note, that some SharePoint system resources such as templates and pages are required to be shared with Everyone and this type of sharing does not expose any user data or metadata. Allowed values `true`, `false`
36
36
 
37
37
  `--ShowAllUsersClaim [ShowAllUsersClaim]`
38
- : Enables the administrator to hide the All Users claim groups in People Picker. When users share an item with "All Users (x)", it is accessible to all organization members in the tenant's Azure Active Directory who have authenticated via this method. When users share an item with "All Users (x)" it is accessible to all organization members in the tenant that used NTLM to authenticate with SharePoint. Allowed values `true,false`
38
+ : Enables the administrator to hide the All Users claim groups in People Picker. When users share an item with "All Users (x)", it is accessible to all organization members in the tenant's Azure Active Directory who have authenticated via this method. When users share an item with "All Users (x)" it is accessible to all organization members in the tenant that used NTLM to authenticate with SharePoint. Allowed values `true`, `false`
39
39
 
40
40
  `--ShowEveryoneExceptExternalUsersClaim [ShowEveryoneExceptExternalUsersClaim]`
41
- : Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant's Azure Active Directory, but not to any users who have previously accepted invitations. Allowed values `true,false`
41
+ : Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant's Azure Active Directory, but not to any users who have previously accepted invitations. Allowed values `true`, `false`
42
42
 
43
43
  `--SearchResolveExactEmailOrUPN [SearchResolveExactEmailOrUPN]`
44
- : Removes the search capability from People Picker. Note, recently resolved names will still appear in the list until the browser cache is cleared or expired. SharePoint Administrators will still be able to use starts with or partial name matching when enabled. Allowed values `true,false`
44
+ : Removes the search capability from People Picker. Note, recently resolved names will still appear in the list until the browser cache is cleared or expired. SharePoint Administrators will still be able to use starts with or partial name matching when enabled. Allowed values `true`, `false`
45
45
 
46
46
  `--OfficeClientADALDisabled [OfficeClientADALDisabled]`
47
- : When set to true this will disable the ability to use Modern Authentication that leverages ADAL across the tenant. Allowed values `true,false`
47
+ : When set to true this will disable the ability to use Modern Authentication that leverages ADAL across the tenant. Allowed values `true`, `false`
48
48
 
49
49
  `--LegacyAuthProtocolsEnabled [LegacyAuthProtocolsEnabled]`
50
- : By default, this value is set to true. Setting this parameter prevents Office clients using non-modern authentication protocols from accessing SharePoint Online resources. A value of true - Enables Office clients using non-modern authentication protocols (such as Forms-Based Authentication (FBA) or Identity Client Runtime Library (IDCRL)) to access SharePoint resources. Allowed values `true,false`
50
+ : By default, this value is set to true. Setting this parameter prevents Office clients using non-modern authentication protocols from accessing SharePoint Online resources. A value of true - Enables Office clients using non-modern authentication protocols (such as Forms-Based Authentication (FBA) or Identity Client Runtime Library (IDCRL)) to access SharePoint resources. Allowed values `true`, `false`
51
51
 
52
52
  `--RequireAcceptingAccountMatchInvitedAccount [RequireAcceptingAccountMatchInvitedAccount]`
53
- : Ensures that an external user can only accept an external sharing invitation with an account matching the invited email address. Administrators who desire increased control over external collaborators should consider enabling this feature. Allowed values `true,false`
53
+ : Ensures that an external user can only accept an external sharing invitation with an account matching the invited email address. Administrators who desire increased control over external collaborators should consider enabling this feature. Allowed values `true`, `false`
54
54
 
55
55
  `--ProvisionSharedWithEveryoneFolder [ProvisionSharedWithEveryoneFolder]`
56
- : Creates a Shared with Everyone folder in every user's new OneDrive for Business document library. The valid values are: True (default) - The Shared with Everyone folder is created. False - No folder is created when the site and OneDrive for Business document library are created. Allowed values `true,false`
56
+ : Creates a Shared with Everyone folder in every user's new OneDrive for Business document library. The valid values are: True (default) - The Shared with Everyone folder is created. False - No folder is created when the site and OneDrive for Business document library are created. Allowed values `true`, `false`
57
57
 
58
58
  `--SignInAccelerationDomain [SignInAccelerationDomain]`
59
59
  : Specifies the home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process. When the organization uses a third-party identity provider, this prevents the user from seeing the Azure Active Directory Home Realm Discovery web page and ensures the user only sees their company's Identity Provider's portal. This value can also be used with Azure Active Directory Premium to customize the Azure Active Directory login page. Acceleration will not occur on-site collections that are shared externally. This value should be configured with the login domain that is used by your company (that is, example@contoso.com). If your company has multiple third-party identity providers, configuring the sign-in acceleration value will break sign-in for your organization. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Login Domain - For example: "contoso.com". No value assigned by default
60
60
 
61
61
  `--EnableGuestSignInAcceleration [EnableGuestSignInAcceleration]`
62
- : Accelerates guest-enabled site collections as well as member-only site collections when the SignInAccelerationDomain parameter is set. Allowed values `true,false`
62
+ : Accelerates guest-enabled site collections as well as member-only site collections when the SignInAccelerationDomain parameter is set. Allowed values `true`, `false`
63
63
 
64
64
  `--UsePersistentCookiesForExplorerView [UsePersistentCookiesForExplorerView]`
65
- : Lets SharePoint issue a special cookie that will allow this feature to work even when "Keep Me Signed In" is not selected. "Open with Explorer" requires persisted cookies to operate correctly. When the user does not select "Keep Me Signed in" at the time of sign-in, "Open with Explorer" will fail. This special cookie expires after 30 minutes and cannot be cleared by closing the browser or signing out of SharePoint Online.To clear this cookie, the user must log out of their Windows session. The valid values are: False(default) - No special cookie is generated and the normal Microsoft 365 sign-in length/timing applies. True - Generates a special cookie that will allow "Open with Explorer" to function if the "Keep Me Signed In" box is not checked at sign-in. Allowed values `true,false`
65
+ : Lets SharePoint issue a special cookie that will allow this feature to work even when "Keep Me Signed In" is not selected. "Open with Explorer" requires persisted cookies to operate correctly. When the user does not select "Keep Me Signed in" at the time of sign-in, "Open with Explorer" will fail. This special cookie expires after 30 minutes and cannot be cleared by closing the browser or signing out of SharePoint Online.To clear this cookie, the user must log out of their Windows session. The valid values are: False(default) - No special cookie is generated and the normal Microsoft 365 sign-in length/timing applies. True - Generates a special cookie that will allow "Open with Explorer" to function if the "Keep Me Signed In" box is not checked at sign-in. Allowed values `true`, `false`
66
66
 
67
67
  `--BccExternalSharingInvitations [BccExternalSharingInvitations]`
68
- : When the feature is enabled, all external sharing invitations that are sent will blindly copy the e-mail messages listed in the BccExternalSharingsInvitationList. Allowed values `true,false`
68
+ : When the feature is enabled, all external sharing invitations that are sent will blindly copy the e-mail messages listed in the BccExternalSharingsInvitationList. Allowed values `true`, `false`
69
69
 
70
70
  `--BccExternalSharingInvitationsList [BccExternalSharingInvitationsList]`
71
71
  : Specifies a list of e-mail addresses to be BCC'd when the BCC for External Sharing feature is enabled. Multiple addresses can be specified by creating a comma-separated list with no spaces
72
72
 
73
73
  `--UserVoiceForFeedbackEnabled [UserVoiceForFeedbackEnabled]`
74
- : Enables or disables the User Voice Feedback button. Allowed values `true,false`
74
+ : Enables or disables the User Voice Feedback button. Allowed values `true`, `false`
75
75
 
76
76
  `--PublicCdnEnabled [PublicCdnEnabled]`
77
- : Enables or disables the publish CDN. Allowed values `true,false`
77
+ : Enables or disables the publish CDN. Allowed values `true`, `false`
78
78
 
79
79
  `--PublicCdnAllowedFileTypes [PublicCdnAllowedFileTypes]`
80
80
  : Sets public CDN-allowed file types
@@ -95,10 +95,10 @@ m365 spo tenant settings set [options]
95
95
  : Sets a default OneDrive for Business storage quota for the tenant. It will be used for new OneDrive for Business sites created. A typical use will be to reduce the amount of storage associated with OneDrive for Business to a level below what the License entitles the users. For example, it could be used to set the quota to 10 gigabytes (GB) by default
96
96
 
97
97
  `--OneDriveForGuestsEnabled [OneDriveForGuestsEnabled]`
98
- : Lets OneDrive for Business creation for administrator-managed guest users. Administrator-managed Guest users use credentials in the resource tenant to access the resources. Allowed values `true,false`
98
+ : Lets OneDrive for Business creation for administrator-managed guest users. Administrator-managed Guest users use credentials in the resource tenant to access the resources. Allowed values `true`, `false`
99
99
 
100
100
  `--IPAddressEnforcement [IPAddressEnforcement]`
101
- : Allows access from network locations that are defined by an administrator. The values are true and false. The default value is false which means the setting is disabled. Before the iPAddressEnforcement parameter is set, make sure you add a valid IPv4 or IPv6 address to the iPAddressAllowList parameter. Allowed values `true,false`
101
+ : Allows access from network locations that are defined by an administrator. The values are true and false. The default value is false which means the setting is disabled. Before the iPAddressEnforcement parameter is set, make sure you add a valid IPv4 or IPv6 address to the iPAddressAllowList parameter. Allowed values `true`, `false`
102
102
 
103
103
  `--IPAddressAllowList [IPAddressAllowList]`
104
104
  : Configures multiple IP addresses or IP address ranges (IPv4 or IPv6). Use commas to separate multiple IP addresses or IP address ranges. Verify there are no overlapping IP addresses and ensure IP ranges use Classless Inter-Domain Routing (CIDR) notation. For example, `172.16.0.0, 192.168.1.0/27`. No value is assigned by default
@@ -107,7 +107,7 @@ m365 spo tenant settings set [options]
107
107
  : Sets IP Address WAC token lifetime'
108
108
 
109
109
  `--UseFindPeopleInPeoplePicker [UseFindPeopleInPeoplePicker]`
110
- : Sets use to find people in PeoplePicker to true or false. Note: When set to true, users aren't able to share with security groups or SharePoint groups. Allowed values `true,false`
110
+ : Sets use to find people in PeoplePicker to true or false. Note: When set to true, users aren't able to share with security groups or SharePoint groups. Allowed values `true`, `false`
111
111
 
112
112
  `--DefaultSharingLinkType [DefaultSharingLinkType]`
113
113
  : Let's administrators choose what type of link appears is selected in the “Get a link” sharing dialog box in OneDrive for Business and SharePoint Online. Allowed values `None,Direct,Internal,AnonymousAccess`
@@ -119,10 +119,10 @@ m365 spo tenant settings set [options]
119
119
  : Lets administrators set policy on access requests and requests to share in OneDrive for Business. Allowed values `Unspecified,On,Off`
120
120
 
121
121
  `--PreventExternalUsersFromResharing [PreventExternalUsersFromResharing]`
122
- : Prevents external users from resharing. Allowed values `true,false`
122
+ : Prevents external users from resharing. Allowed values `true`, `false`
123
123
 
124
124
  `--ShowPeoplePickerSuggestionsForGuestUsers [ShowPeoplePickerSuggestionsForGuestUsers]`
125
- : Shows people picker suggestions for guest users. Allowed values `true,false`
125
+ : Shows people picker suggestions for guest users. Allowed values `true`, `false`
126
126
 
127
127
  `--FileAnonymousLinkType [FileAnonymousLinkType]`
128
128
  : Sets the file anonymous link type to `None`, `View` or `Edit`
@@ -131,31 +131,31 @@ m365 spo tenant settings set [options]
131
131
  : Sets the folder anonymous link type to `None`, `View` or `Edit`
132
132
 
133
133
  `--NotifyOwnersWhenItemsReshared [NotifyOwnersWhenItemsReshared]`
134
- : When this parameter is set to true and another user re-shares a document from a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
134
+ : When this parameter is set to true and another user re-shares a document from a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true`, `false`
135
135
 
136
136
  `--NotifyOwnersWhenInvitationsAccepted [NotifyOwnersWhenInvitationsAccepted]`
137
- : When this parameter is set to true and when an external user accepts an invitation to a resource in a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
137
+ : When this parameter is set to true and when an external user accepts an invitation to a resource in a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true`, `false`
138
138
 
139
139
  `--NotificationsInOneDriveForBusinessEnabled [NotificationsInOneDriveForBusinessEnabled]`
140
- : Enables or disables notifications in OneDrive for business. Allowed values `true,false`
140
+ : Enables or disables notifications in OneDrive for business. Allowed values `true`, `false`
141
141
 
142
142
  `--NotificationsInSharePointEnabled [NotificationsInSharePointEnabled]`
143
- : Enables or disables notifications in SharePoint. Allowed values `true,false`
143
+ : Enables or disables notifications in SharePoint. Allowed values `true`, `false`
144
144
 
145
145
  `--OwnerAnonymousNotification [OwnerAnonymousNotification]`
146
- : Enables or disables owner-anonymous notification. Allowed values `true,false`
146
+ : Enables or disables owner-anonymous notification. Allowed values `true`, `false`
147
147
 
148
148
  `--CommentsOnSitePagesDisabled [CommentsOnSitePagesDisabled]`
149
- : Enables or disables comments on site pages. Allowed values `true,false`
149
+ : Enables or disables comments on site pages. Allowed values `true`, `false`
150
150
 
151
151
  `--SocialBarOnSitePagesDisabled [SocialBarOnSitePagesDisabled]`
152
- : Enables or disables social bar on site pages. Allowed values `true,false`
152
+ : Enables or disables social bar on site pages. Allowed values `true`, `false`
153
153
 
154
154
  `--OrphanedPersonalSitesRetentionPeriod [OrphanedPersonalSitesRetentionPeriod]`
155
155
  : Specifies the number of days after a user's Active Directory account is deleted that their OneDrive for Business content will be deleted. The value range is in days, between 30 and 3650. The default value is 30
156
156
 
157
157
  `--DisallowInfectedFileDownload [DisallowInfectedFileDownload]`
158
- : Prevents the Download button from being displayed on the Virus Found warning page. Allowed values `true,false`
158
+ : Prevents the Download button from being displayed on the Virus Found warning page. Allowed values `true`, `false`
159
159
 
160
160
  `--DefaultLinkPermission [DefaultLinkPermission]`
161
161
  : Choose the default permission that is selected when users share. This applies to anonymous access, internal and direct links. Allowed values `None,View,Edit`
@@ -164,85 +164,85 @@ m365 spo tenant settings set [options]
164
164
  : Configures conditional access policy. Allowed values `AllowFullAccess,AllowLimitedAccess,BlockAccess`
165
165
 
166
166
  `--AllowDownloadingNonWebViewableFiles [AllowDownloadingNonWebViewableFiles]`
167
- : Allows downloading non-web viewable files. The Allowed values `true,false`
167
+ : Allows downloading non-web viewable files. The Allowed values `true`, `false`
168
168
 
169
169
  `--AllowEditing [AllowEditing]`
170
- : Allows editing. Allowed values `true,false`
170
+ : Allows editing. Allowed values `true`, `false`
171
171
 
172
172
  `--ApplyAppEnforcedRestrictionsToAdHocRecipients [ApplyAppEnforcedRestrictionsToAdHocRecipients]`
173
- : Applies app-enforced restrictions to AdHoc recipients. Allowed values `true,false`
173
+ : Applies app-enforced restrictions to AdHoc recipients. Allowed values `true`, `false`
174
174
 
175
175
  `--FilePickerExternalImageSearchEnabled [FilePickerExternalImageSearchEnabled]`
176
- : Enables file picker external image search. Allowed values `true,false`
176
+ : Enables file picker external image search. Allowed values `true`, `false`
177
177
 
178
178
  `--EmailAttestationRequired [EmailAttestationRequired]`
179
- : Sets email attestation to required. Allowed values `true,false`
179
+ : Sets email attestation to required. Allowed values `true`, `false`
180
180
 
181
181
  `--EmailAttestationReAuthDays [EmailAttestationReAuthDays]`
182
182
  : Sets email attestation re-auth days
183
183
 
184
184
  `--HideDefaultThemes [HideDefaultThemes]`
185
- : Defines if the default themes are visible or hidden. Allowed values `true,false`
185
+ : Defines if the default themes are visible or hidden. Allowed values `true`, `false`
186
186
 
187
187
  `--BlockAccessOnUnmanagedDevices [BlockAccessOnUnmanagedDevices]`
188
- : Blocks access on unmanaged devices. Allowed values `true,false`
188
+ : Blocks access on unmanaged devices. Allowed values `true`, `false`
189
189
 
190
190
  `--AllowLimitedAccessOnUnmanagedDevices [AllowLimitedAccessOnUnmanagedDevices]`
191
- : Allows limited access on unmanaged device blocks. Allowed values `true,false`
191
+ : Allows limited access on unmanaged device blocks. Allowed values `true`, `false`
192
192
 
193
193
  `--BlockDownloadOfAllFilesForGuests [BlockDownloadOfAllFilesForGuests]`
194
- : Blocks download of all files for guests. Allowed values `true,false`
194
+ : Blocks download of all files for guests. Allowed values `true`, `false`
195
195
 
196
196
  `--BlockDownloadOfAllFilesOnUnmanagedDevices [BlockDownloadOfAllFilesOnUnmanagedDevices]`
197
- : Blocks download of all files on unmanaged devices. Allowed values `true,false`
197
+ : Blocks download of all files on unmanaged devices. Allowed values `true`, `false`
198
198
 
199
199
  `--BlockDownloadOfViewableFilesForGuests [BlockDownloadOfViewableFilesForGuests]`
200
- : Blocks download of viewable files for guests. Allowed values `true,false`
200
+ : Blocks download of viewable files for guests. Allowed values `true`, `false`
201
201
 
202
202
  `--BlockDownloadOfViewableFilesOnUnmanagedDevices [BlockDownloadOfViewableFilesOnUnmanagedDevices]`
203
- : Blocks download of viewable files on unmanaged devices. Allowed values `true,false`
203
+ : Blocks download of viewable files on unmanaged devices. Allowed values `true`, `false`
204
204
 
205
205
  `--BlockMacSync [BlockMacSync]`
206
- : Blocks Mac sync. Allowed values `true,false`
206
+ : Blocks Mac sync. Allowed values `true`, `false`
207
207
 
208
208
  `--DisableReportProblemDialog [DisableReportProblemDialog]`
209
- : Disables report problem dialog. Allowed values `true,false`
209
+ : Disables report problem dialog. Allowed values `true`, `false`
210
210
 
211
211
  `--DisplayNamesOfFileViewers [DisplayNamesOfFileViewers]`
212
- : Displays names of file viewers. Allowed values `true,false`
212
+ : Displays names of file viewers. Allowed values `true`, `false`
213
213
 
214
214
  `--EnableMinimumVersionRequirement [EnableMinimumVersionRequirement]`
215
- : Enables minimum version requirement. Allowed values `true,false`
215
+ : Enables minimum version requirement. Allowed values `true`, `false`
216
216
 
217
217
  `--HideSyncButtonOnODB [HideSyncButtonOnODB]`
218
- : Hides the sync button on One Drive for Business. Allowed values `true,false`
218
+ : Hides the sync button on One Drive for Business. Allowed values `true`, `false`
219
219
 
220
220
  `--IsUnmanagedSyncClientForTenantRestricted [IsUnmanagedSyncClientForTenantRestricted]`
221
- : Is unmanaged sync client for tenant restricted. Allowed values `true,false`
221
+ : Is unmanaged sync client for tenant restricted. Allowed values `true`, `false`
222
222
 
223
223
  `--LimitedAccessFileType [LimitedAccessFileType]`
224
224
  : Allows users to preview only Office files in the browser. This option increases security but may be a barrier to user productivity. Allowed values `OfficeOnlineFilesOnly,WebPreviewableFiles,OtherFiles`
225
225
 
226
226
  `--OptOutOfGrooveBlock [OptOutOfGrooveBlock]`
227
- : Opts out of the groove block. Allowed values `true,false`
227
+ : Opts out of the groove block. Allowed values `true`, `false`
228
228
 
229
229
  `--OptOutOfGrooveSoftBlock [OptOutOfGrooveSoftBlock]`
230
- : Opts out of Groove soft block. Allowed values `true,false`
230
+ : Opts out of Groove soft block. Allowed values `true`, `false`
231
231
 
232
232
  `--OrgNewsSiteUrl [OrgNewsSiteUrl]`
233
233
  : Organization news site url'
234
234
 
235
235
  `--PermissiveBrowserFileHandlingOverride [PermissiveBrowserFileHandlingOverride]`
236
- : Permissive browser file handling override. Allowed values `true,false`
236
+ : Permissive browser file handling override. Allowed values `true`, `false`
237
237
 
238
238
  `--ShowNGSCDialogForSyncOnODB [ShowNGSCDialogForSyncOnODB]`
239
- : Show NGSC dialog for sync on OneDrive for Business. Allowed values `true,false`
239
+ : Show NGSC dialog for sync on OneDrive for Business. Allowed values `true`, `false`
240
240
 
241
241
  `--SpecialCharactersStateInFileFolderNames [SpecialCharactersStateInFileFolderNames]`
242
242
  : Sets the special characters state in file and folder names in SharePoint and OneDrive for Business. Allowed values `NoPreference,Allowed,Disallowed`
243
243
 
244
244
  `--SyncPrivacyProfileProperties [SyncPrivacyProfileProperties]`
245
- : Syncs privacy profile properties. Allowed values `true,false`
245
+ : Syncs privacy profile properties. Allowed values `true`, `false`
246
246
 
247
247
  `--ExcludedFileExtensionsForSyncClient [ExcludedFileExtensionsForSyncClient]`
248
248
  : Excluded file extensions for sync client. Array of strings split by comma
@@ -254,13 +254,16 @@ m365 spo tenant settings set [options]
254
254
  : Sets disabled web part Ids. Array of GUIDs split by comma. Example: `c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201`
255
255
 
256
256
  `--DisableCustomAppAuthentication [DisableCustomAppAuthentication]`
257
- : Configure if ACS-based app-only auth should be disabled or not. Allowed values `true,false`
257
+ : Configure if ACS-based app-only auth should be disabled or not. Allowed values `true`, `false`
258
+
259
+ `--CommentsOnListItemsDisabled [CommentsOnListItemsDisabled]`
260
+ : Enables or disables comments on lists. Allowed values `true`, `false`
258
261
 
259
262
  `--EnableAzureADB2BIntegration [EnableAzureADB2BIntegration]`
260
- : Enables the preview for OneDrive and SharePoint integration with Azure AD B2B. Allowed values `true,false`. Azure AD one-time passcode needs to be enabled for this integration to work. For more information see [http://aka.ms/spo-b2b-integration](https://aka.ms/spo-b2b-integration).
263
+ : Enables the preview for OneDrive and SharePoint integration with Azure AD B2B. Allowed values `true`, `false`. Azure AD one-time passcode needs to be enabled for this integration to work. For more information see [http://aka.ms/spo-b2b-integration](https://aka.ms/spo-b2b-integration).
261
264
 
262
265
  `--SyncAadB2BManagementPolicy [SyncAadB2BManagementPolicy]`
263
- : Syncs Azure B2B Management Policies. Allowed values `true,false`. For more information, see [SharePoint and OneDrive integration with Azure AD B2B](https://aka.ms/spo-b2b-integration).
266
+ : Syncs Azure B2B Management Policies. Allowed values `true`, `false`. For more information, see [SharePoint and OneDrive integration with Azure AD B2B](https://aka.ms/spo-b2b-integration).
264
267
 
265
268
  --8<-- "docs/cmd/_global.md"
266
269