Product: PowerShell Universal
Version: 4.4.1
Is it possible to define the default view for Scripts on the Admin Console?
Product: PowerShell Universal
Version: 4.4.1
Is it possible to define the default view for Scripts on the Admin Console?
I think you could use the -DefaultRoute parameter of New-PSURole to direct users to the scripts page.
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.
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.