diff --git a/reference/6/CimCmdlets/Invoke-CimMethod.md b/reference/6/CimCmdlets/Invoke-CimMethod.md index d66d9069ba74..7d2c6a0842f3 100644 --- a/reference/6/CimCmdlets/Invoke-CimMethod.md +++ b/reference/6/CimCmdlets/Invoke-CimMethod.md @@ -296,7 +296,7 @@ Accept wildcard characters: False Specifies the namespace for the CIM operation. The default namespace is root/cimv2. You can use tab completion to browse the list of namespaces, -because Windows PowerShell gets a list of namespaces from the local WMI server to provide the list +because PowerShell gets a list of namespaces from the local WMI server to provide the list of namespaces. ```yaml diff --git a/reference/6/CimCmdlets/New-CimInstance.md b/reference/6/CimCmdlets/New-CimInstance.md index bbd795a09ee5..92a5192248ad 100644 --- a/reference/6/CimCmdlets/New-CimInstance.md +++ b/reference/6/CimCmdlets/New-CimInstance.md @@ -172,7 +172,7 @@ Accept wildcard characters: False ### -ClientOnly Indicates that the instance is only created in PowerShell without going to the CIM server. -You can use this parameter to create an in-memory CIM instance for use in subsequent Windows PowerShell operations. +You can use this parameter to create an in-memory CIM instance for use in subsequent PowerShell operations. ```yaml Type: SwitchParameter