File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
reference/docs-conceptual/learn/ps101 Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,9 @@ Cmdlet Remove-WmiObject 3.1.0.0
3434Cmdlet Set-WmiInstance 3.1.0.0
3535```
3636
37- The Common Information Model (CIM) cmdlets were introduced in PowerShell 3.0 and are available only
38- on Windows systems.
39-
40- The CIM cmdlets are all contained within a module. To obtain a list of the CIM cmdlets, use
41- ` Get-Command ` with the ** Module** parameter, as shown in the following example.
37+ The Common Information Model (CIM) cmdlets were introduced in PowerShell 3.0 and are grouped within
38+ a dedicated module. To list all available CIM cmdlets, use the ` Get-Command ` cmdlet with the
39+ ** Module** parameter, as shown in the following example.
4240
4341``` powershell
4442Get-Command -Module CimCmdlets
You can’t perform that action at this time.
0 commit comments