Skip to content

Commit 1e266c1

Browse files
authored
Added context to some parameters
1 parent cf40717 commit 1e266c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sccm-ps/ConfigurationManager/Set-CMClientSettingSoftwareCenter.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Accept wildcard characters: False
163163
164164
### -ColorScheme
165165
Use this parameter to configure the Software Center client setting, **Color scheme for Software Center**.
166+
Example color object for: Red=255, Green=74, Blue=74: **$colorObject = [system.drawing.color]::FromArgb(255,255,74,74)**
166167
167168
```yaml
168169
Type: Color
@@ -222,7 +223,7 @@ Accept wildcard characters: False
222223
```
223224
224225
### -DefaultSetting
225-
{{ Fill DefaultSetting Description }}
226+
This parameter will apply settings to the default client setting. Use parameter **-Name** for any custom client setting.
226227
227228
```yaml
228229
Type: SwitchParameter
@@ -282,7 +283,7 @@ Accept wildcard characters: False
282283
```
283284
284285
### -EnableCustomize
285-
{{ Fill EnableCustomize Description }}
286+
This parameter will enable custom Software Center settings. Like the color scheme or a logo.
286287
287288
```yaml
288289
Type: Boolean
@@ -417,7 +418,7 @@ Accept wildcard characters: False
417418
```
418419
419420
### -InputObject
420-
{{ Fill InputObject Description }}
421+
Object of **Get-CMClientSetting**
421422
422423
```yaml
423424
Type: IResultObject
@@ -462,7 +463,7 @@ Accept wildcard characters: False
462463
```
463464

464465
### -Name
465-
{{ Fill Name Description }}
466+
Use this parameter to specify a client setting by its name.
466467

467468
```yaml
468469
Type: String

0 commit comments

Comments
 (0)