We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aa8c6 commit 7ff7e89Copy full SHA for 7ff7e89
1 file changed
reference/docs-conceptual/learn/ps101/07-working-with-wmi.md
@@ -34,11 +34,9 @@ Cmdlet Remove-WmiObject 3.1.0.0
34
Cmdlet Set-WmiInstance 3.1.0.0
35
```
36
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.
+The Common Information Model (CIM) cmdlets were introduced in PowerShell 3.0 and are grouped within
+a dedicated module. To list all available CIM cmdlets, use the `Get-Command` cmdlet with the
+**Module** parameter, as shown in the following example.
42
43
```powershell
44
Get-Command -Module CimCmdlets
0 commit comments