Skip to content

Commit 15d4c4e

Browse files
committed
revert code block
1 parent f80c91b commit 15d4c4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

reference/7.5/Microsoft.PowerShell.Utility/Format-Table.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,7 @@ Get-Service | Format-Table -Property Name, DependentServices
142142
displayed in the table.
143143

144144
**Name** and **DependentServices** are two of the object type's properties. To view all the
145-
properties:
146-
147-
```powershell
148-
Get-Service | Get-Member -MemberType Properties
149-
```
145+
properties: `Get-Service | Get-Member -MemberType Properties`
150146

151147
### Example 6: Format a process and calculate its running time
152148

0 commit comments

Comments
 (0)