Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Sends output to an interactive tree in the same console window.
## SYNTAX

```PowerShell
Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-OutputMode {None | Single |
Multiple}] [-Filter <string>] [-MinUi] [<CommonParameters>]
Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
```

## DESCRIPTION
Expand Down