Skip to content

Commit 221632a

Browse files
(AB-568561) [switch] parameter in CimCmdlets
1 parent 208c4ea commit 221632a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

reference/5.1/CimCmdlets/New-CimSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ By default, the `New-CimSession` cmdlet establishes a connection with a remote W
331331
endpoint for two reasons: to verify that the remote server is listening on the port number that is
332332
specified using the **Port** parameter, and to verify the specified account credentials. The
333333
verification is accomplished using a standard WS-Identity operation. You can add the
334-
**SkipTestConnection** switch parameter if the remote WS-Management endpoint cannot use WS-Identify,
335-
or to reduce some data transmission time.
334+
**SkipTestConnection** `[switch]` parameter if the remote WS-Management endpoint cannot use
335+
WS-Identify, or to reduce some data transmission time.
336336

337337
```yaml
338338
Type: System.Management.Automation.SwitchParameter

reference/7.4/CimCmdlets/New-CimSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ By default, the `New-CimSession` cmdlet establishes a connection with a remote W
333333
endpoint for two reasons: to verify that the remote server is listening on the port number that is
334334
specified using the **Port** parameter, and to verify the specified account credentials. The
335335
verification is accomplished using a standard WS-Identity operation. You can add the
336-
**SkipTestConnection** switch parameter if the remote WS-Management endpoint cannot use WS-Identify,
337-
or to reduce some data transmission time.
336+
**SkipTestConnection** `[switch]` parameter if the remote WS-Management endpoint cannot use
337+
WS-Identify, or to reduce some data transmission time.
338338

339339
```yaml
340340
Type: System.Management.Automation.SwitchParameter

reference/7.5/CimCmdlets/New-CimSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ By default, the `New-CimSession` cmdlet establishes a connection with a remote W
333333
endpoint for two reasons: to verify that the remote server is listening on the port number that is
334334
specified using the **Port** parameter, and to verify the specified account credentials. The
335335
verification is accomplished using a standard WS-Identity operation. You can add the
336-
**SkipTestConnection** switch parameter if the remote WS-Management endpoint cannot use WS-Identify,
337-
or to reduce some data transmission time.
336+
**SkipTestConnection** `[switch]` parameter if the remote WS-Management endpoint cannot use
337+
WS-Identify, or to reduce some data transmission time.
338338

339339
```yaml
340340
Type: System.Management.Automation.SwitchParameter

reference/7.6/CimCmdlets/New-CimSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ By default, the `New-CimSession` cmdlet establishes a connection with a remote W
333333
endpoint for two reasons: to verify that the remote server is listening on the port number that is
334334
specified using the **Port** parameter, and to verify the specified account credentials. The
335335
verification is accomplished using a standard WS-Identity operation. You can add the
336-
**SkipTestConnection** switch parameter if the remote WS-Management endpoint cannot use WS-Identify,
337-
or to reduce some data transmission time.
336+
**SkipTestConnection** `[switch]` parameter if the remote WS-Management endpoint cannot use
337+
WS-Identify, or to reduce some data transmission time.
338338

339339
```yaml
340340
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)