Skip to content

Commit f0b0df2

Browse files
committed
PS style
1 parent 74637fc commit f0b0df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/5.1/CimCmdlets/Set-CimInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ cmdlet, and retrieves its contents in to a variable `$x`. The variable is then p
141141
Because the **PassThru** parameter is used, This example returns a modified CIM instance object.
142142

143143
```powershell
144-
$x = New-CimInstance -ClassName Win32_Environment -Property @{Name="testvar";UserName="domain\user"} -Key Name,UserName -ClientOnly
144+
$x = New-CimInstance -ClassName Win32_Environment -Property @{Name="testvar";UserName="domain\user"} -Key Name, UserName -ClientOnly
145145
Set-CimInstance -CimInstance $x -Property @{VariableValue="somevalue"} -PassThru
146146
```
147147

0 commit comments

Comments
 (0)