We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613ede6 commit 32cf60cCopy full SHA for 32cf60c
docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md
@@ -17,8 +17,7 @@ Sends output to an interactive tree in the same console window.
17
## SYNTAX
18
19
```PowerShell
20
- Show-ObjectTree [-InputObject <psobject>] [-Title <string>] [-OutputMode {None | Single |
21
- Multiple}] [-Filter <string>] [-MinUi] [<CommonParameters>]
+Show-ObjectTree [-InputObject <PSObject>] [-Title <string>] [-Filter <string>] [-MinUi] [-UseNetDriver] [<CommonParameters>]
22
```
23
24
## DESCRIPTION
0 commit comments