Product: PowerShell Universal
Version: 1.5.0 nightly build somewhere from late October
Product: Universal Dashboard
Version: 2.9.6
Hello. Need some help setting up the roles for users that login on universal dashboard in order to restrict their access to certain pages in UD.
I’m running UA as a service under a service account with Windows Auth.
What i’m basically trying to achieve is:
User visits the dashboard
I get the logged in user (done)
Assign a role of admin or user based on if he is in AD group or not
Based on the role that the user has, i want to restrict the view of some pages and some functions on pages that all users have access.
Also, is there a way I can restrict the users so that they can’t access the /admin dashboard ?
Thanks.