Skip to content

Commit 2f75c0d

Browse files
authored
fix comments
1 parent e2a7a23 commit 2f75c0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOContainerTypeConfiguration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ Accept wildcard characters: False
152152
153153
### -DiscoverabilityDisabled
154154
155-
As a SharePoint Administrator or Global Administrator in Microsoft 365, you can control how your content appears in the Microsoft 365 experience. The default value for this parameter is True, which hides the SharePoint Embedded application content throughout the Microsoft 365 environment, including on office.com, onedrive.com, in recommended sections, or through other Microsoft intelligent file discovery features.
155+
As a SharePoint Administrator in Microsoft 365, you can control how your content appears in the Microsoft 365 experience. When this value is true, the SharePoint Embedded application content is hidden throughout the Microsoft 365 environment, including on office.com, onedrive.com, in recommended sections, or through other Microsoft intelligent file discovery features.
156156
If you opt into the Microsoft 365 experience, your files will be integrated into Microsoft 365 environment, participating in intelligent file discovery.
157157
158-
PARAMVALUE: $true | $false
158+
PARAMVALUE: true | false
159159
160160
```yaml
161161
Type: Boolean
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169
170170
### -OverrideTenantWhoCanShareAnonymousAllowList
171171
172-
This setting determines if the container type `WhoCanShareAnonymousAllowList` overrides the tenant-level `WhoCanShareAnonymousAllowList`. The default value for this parameter is false.
172+
This setting determines if the container type `WhoCanShareAnonymousAllowList` overrides the tenant-level `WhoCanShareAnonymousAllowList`.
173173

174174
PARAMVALUE: True | False
175175

@@ -180,14 +180,14 @@ Aliases:
180180
181181
Required: False
182182
Position: Named
183-
Default value: None
183+
Default value: False
184184
Accept pipeline input: False
185185
Accept wildcard characters: False
186186
```
187187

188188
### -OverrideTenantWhoCanShareAuthenticatedGuestAllowList
189189

190-
This setting determines if the container type `WhoCanShareAuthenticatedGuestAllowList` overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList`. The default value for this parameter is false.
190+
This setting determines if the container type `WhoCanShareAuthenticatedGuestAllowList` overrides the tenant-level `WhoCanShareAuthenticatedGuestAllowList`.
191191

192192
PARAMVALUE: True | False
193193

@@ -198,7 +198,7 @@ Aliases:
198198
199199
Required: False
200200
Position: Named
201-
Default value: None
201+
Default value: False
202202
Accept pipeline input: False
203203
Accept wildcard characters: False
204204
```
@@ -207,7 +207,7 @@ Accept wildcard characters: False
207207

208208
SharePoint Embedded offers a role-based sharing model that allows developers to configure file-sharing permissions based on container permission roles, offering a choice between a restrictive and an open sharing model. The open sharing model allows any container members and guest users with edit permissions to share files. The restrictive sharing model allows only container members who are either Owners or Managers to share files.
209209

210-
PARAMVALUE: $true | $false
210+
PARAMVALUE: true | false
211211

212212
```yaml
213213
Type: Boolean

0 commit comments

Comments
 (0)