File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
3.0/Microsoft.PowerShell.Core
4.0/Microsoft.PowerShell.Core
5.0/Microsoft.PowerShell.Core
5.1/Microsoft.PowerShell.Core
6/Microsoft.PowerShell.Core
7/Microsoft.PowerShell.Core Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
316
316
of the affected objects.
317
317
318
318
``` powershell
319
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
319
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
320
320
```
321
321
322
322
``` Output
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
305
305
of the affected objects.
306
306
307
307
``` powershell
308
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
308
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
309
309
```
310
310
311
311
``` Output
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
348
348
of the affected objects.
349
349
350
350
``` powershell
351
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
351
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
352
352
```
353
353
354
354
``` Output
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
364
364
of the affected objects.
365
365
366
366
``` powershell
367
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
367
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
368
368
```
369
369
370
370
``` Output
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
404
404
of the affected objects.
405
405
406
406
``` powershell
407
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
407
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
408
408
```
409
409
410
410
``` Output
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ display. You can still use the **Format** cmdlets to display the **PsComputerNam
404
404
of the affected objects.
405
405
406
406
``` powershell
407
- ` Invoke-Command` -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
407
+ Invoke-Command -ComputerName S1, S2 -ScriptBlock {Get-Process PowerShell}
408
408
```
409
409
410
410
``` Output
You can’t perform that action at this time.
0 commit comments