Skip to content

Commit 4b928ae

Browse files
berlintaysdwheeler
andauthored
Update Redirecting-Data-with-Out---Cmdlets.md - Removed Duplicate 'Get-Command' typo (#11106)
* Update Redirecting-Data-with-Out---Cmdlets.md Duplicate Get-Command removed 1st * Update Redirecting-Data-with-Out---Cmdlets.md --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent d3d1f64 commit 4b928ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/samples/Redirecting-Data-with-Out---Cmdlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For example, if you have the Microsoft Office document imaging tools installed,
118118
data to an image file by typing:
119119

120120
```powershell
121-
Get-Command Get-Command | Out-Printer -Name 'Microsoft Office Document Image Writer'
121+
Get-Command -Name Get-* | Out-Printer -Name 'Microsoft Office Document Image Writer'
122122
```
123123

124124
## Saving data

0 commit comments

Comments
 (0)