Skip to content

Commit 2923d54

Browse files
authored
Update dev-admin.md
1 parent 634fb6e commit 2923d54

File tree

1 file changed

+2
-2
lines changed
  • docs/embedded/concepts/admin-exp/developer-admin

1 file changed

+2
-2
lines changed

docs/embedded/concepts/admin-exp/developer-admin/dev-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ The following commands can be used to change the configuration settings of Share
117117
Set-SPOContainertypeConfiguration -ContainerTypeId < ContainerTypeId > -DiscoverabilityDisabled $value
118118
```
119119

120-
For `-DiscoverabilityDisabled` `$value` can be set to `$true`; `$false`
120+
For `DiscoverabilityDisabled` `$value` can be set to `$true`; `$false`
121121

122122
The default value `$true` - ensures all content will be hidden
123123

124124
```powershell
125125
Set-SPOContainertypeConfiguration -ContainerTypeId < ContainerTypeId > -SharingRestricted $value
126126
```
127127

128-
For `--SharingRestricted` `$value` can be set to `$true`; `$false`
128+
For `SharingRestricted` `$value` can be set to `$true`; `$false`
129129

130130

131131
```powershell

0 commit comments

Comments
 (0)