From 32cf60c986d40e5bd00fc5549a8e57296b76535f Mon Sep 17 00:00:00 2001 From: KeithALane <142168155+KeithALane@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:12:46 -0400 Subject: [PATCH] Update Show-ObjectTree.md with correct parameters (#251) Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> --- docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md b/docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md index 9c2d296..d7bde95 100644 --- a/docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md +++ b/docs/Microsoft.PowerShell.ConsoleGuiTools/Show-ObjectTree.md @@ -17,8 +17,7 @@ Sends output to an interactive tree in the same console window. ## SYNTAX ```PowerShell - Show-ObjectTree [-InputObject ] [-Title ] [-OutputMode {None | Single | - Multiple}] [-Filter ] [-MinUi] [] +Show-ObjectTree [-InputObject ] [-Title ] [-Filter ] [-MinUi] [-UseNetDriver] [] ``` ## DESCRIPTION