File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/embedded/concepts/admin-exp/developer-admin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ The following commands can be used to change the configuration settings of Share
117
117
Set-SPOContainertypeConfiguration -ContainerTypeId < ContainerTypeId > -DiscoverabilityDisabled $value
118
118
```
119
119
120
- For ` - DiscoverabilityDisabled` ` $value ` can be set to ` $true ` ; ` $false `
120
+ For ` DiscoverabilityDisabled ` ` $value ` can be set to ` $true ` ; ` $false `
121
121
122
122
The default value ` $true ` - ensures all content will be hidden
123
123
124
124
``` powershell
125
125
Set-SPOContainertypeConfiguration -ContainerTypeId < ContainerTypeId > -SharingRestricted $value
126
126
```
127
127
128
- For ` -- SharingRestricted` ` $value ` can be set to ` $true ` ; ` $false `
128
+ For ` SharingRestricted ` ` $value ` can be set to ` $true ` ; ` $false `
129
129
130
130
131
131
``` powershell
You can’t perform that action at this time.
0 commit comments