Set the default scripts view to list view

Set the default scripts view to list view

avatar
(anonymous user)
Product: PowerShell Universal
Version: 4.4.1


Is it possible to define the default view for Scripts on the Admin Console?

All Comments (4)

avatar

I think you could use the -DefaultRoute parameter of New-PSURole to direct users to the scripts page.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

I’m utilizing the routes to make certain roles go directly to the scripts page already… my question is specifically about changing the default view in the Scripts page from “Folder” to “List”. We don’t make heavy use of the folder structure and I would like to have the “List” view show up by default for users.

avatar

Ah, I see. There isn’t a way to do this at the moment. I think it’s just sticky in a cookie or local storage in the browser.

Aside from making some change to the how it works in PSU, I can’t really think of a workaround. Feel free to open a feature request as it shouldn’t be too hard to implement.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar