You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this code basically in a loop so user can select an option, it gets performed and then menu appears again so he can pick another menu option to perform.
$result = $menu | Out-ConsoleGridView -OutputMode Single -Title "Make a selection "
However, the color changes of background and foreground which makes the menu almost impossible to read. Can this be fixed or is there a way to set the colors before calling Out-ConsoleGridView every time?