appsetting.json
file.New-UDEndpoint
with a endpoint schedule and it will automatically be registered with PSU.appsettings.json
file. Dashboard's themselves can be either authenticated or not authenticated. A license is required to enable authenticated dashboards.$Roles
variable to check which roles the user is a part of. The $User
variable will provide the name of the user.New-PSURole
cmdlet. When you define the role, you have the option to define a policy that will assign that role automatically to a user.Get-UDAuthorizationPolicy
cmdlet in Universal Dashboard, you also have access to the assigned roles for users in Universal. Simply check the $Roles
variable to see which roles the user has.-Endpoint
and -Content
parameters. Each component will instead simply have a -Content
parameter. To achieve dynamic sections of a page, you can instead use the New-UDDynamic
cmdlet. This cmdlets let you define an entire section of a page as dynamic. It also provides auto refresh functionality so you can refresh sections of a page all at once.New-UDInput
has been replaced by New-UDForm
. The UDForm component allows far more configuration that UDInput did. You will use the standard controls like UDTextbox, UDCheckbox, and UDSelect instead of New-UDInputField. This means that there are a single set of input cmdlets to use for UD.