PowerTip: Use PowerShell to Build Simple Menu

Doctor Scripto

Summary: Use the Out-Gridview cmdlet to easily build a GUI menu.

Hey, Scripting Guy! Question How can I easily build a GUI menu in Windows PowerShell so I can select items from a list?

Hey, Scripting Guy! Answer Pipe any array to the Out-Gridview cmdlet and you can capture the results!

‘AddUser’,’RemoveUser’,’DeleteUser’,’ExitSystem’ | Out-Gridview -passthru

0 comments

Discussion is closed.

Feedback usabilla icon