Skip to content

Commit f585e14

Browse files
Fix merge mistake in Remove-CimInstance
1 parent 82ccbe4 commit f585e14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/5.1/CimCmdlets/Remove-CimInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ By default, if you do not specify this parameter, the DMTF standard resource URI
247247
**ResourceUri** can only be used with CIM sessions created using the WSMan protocol, or when
248248
specifying the **ComputerName** parameter, which creates a CIM session using WSMan. If you specify
249249
this parameter without specifying the **ComputerName** parameter, or if you specify a CIM session
250-
created using DCOM protocol, you will get an error, because the DCOM protocol does not support the
250+
created using DCOM protocol, you get an error, because the DCOM protocol does not support the
251251
**ResourceUri** parameter.
252252

253253
If both the **ResourceUri** parameter and the **Filter** parameter are specified, the **Filter**

reference/7.4/CimCmdlets/Remove-CimInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ By default, if you do not specify this parameter, the DMTF standard resource URI
249249
**ResourceUri** can only be used with CIM sessions created using the WSMan protocol, or when
250250
specifying the **ComputerName** parameter, which creates a CIM session using WSMan. If you specify
251251
this parameter without specifying the **ComputerName** parameter, or if you specify a CIM session
252-
created using DCOM protocol, you will get an error, because the DCOM protocol does not support the
252+
created using DCOM protocol, you get an error, because the DCOM protocol does not support the
253253
**ResourceUri** parameter.
254254

255255
If both the **ResourceUri** parameter and the **Filter** parameter are specified, the **Filter**

reference/7.5/CimCmdlets/Remove-CimInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ By default, if you do not specify this parameter, the DMTF standard resource URI
249249
**ResourceUri** can only be used with CIM sessions created using the WSMan protocol, or when
250250
specifying the **ComputerName** parameter, which creates a CIM session using WSMan. If you specify
251251
this parameter without specifying the **ComputerName** parameter, or if you specify a CIM session
252-
created using DCOM protocol, you will get an error, because the DCOM protocol does not support the
252+
created using DCOM protocol, you get an error, because the DCOM protocol does not support the
253253
**ResourceUri** parameter.
254254

255255
If both the **ResourceUri** parameter and the **Filter** parameter are specified, the **Filter**

reference/7.6/CimCmdlets/Remove-CimInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ By default, if you do not specify this parameter, the DMTF standard resource URI
249249
**ResourceUri** can only be used with CIM sessions created using the WSMan protocol, or when
250250
specifying the **ComputerName** parameter, which creates a CIM session using WSMan. If you specify
251251
this parameter without specifying the **ComputerName** parameter, or if you specify a CIM session
252-
created using DCOM protocol, you will get an error, because the DCOM protocol does not support the
252+
created using DCOM protocol, you get an error, because the DCOM protocol does not support the
253253
**ResourceUri** parameter.
254254

255255
If both the **ResourceUri** parameter and the **Filter** parameter are specified, the **Filter**

0 commit comments

Comments
 (0)