> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/powershell-commands.md).

# PowerShell Commands

- [Add-PSUComputerTag](https://docs.devolutions.net/powershell-universal/powershell-commands/add-psucomputertag.md): Add-PSUComputerTag adds a name and value tag to a registered PowerShell Universal computer, targeting it by Id or through the pipeline.
- [Add-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/add-udelement.md): Add-UDElement inserts a new element into a parent element within a PowerShell Universal dashboard, with behavior that varies by parent type.
- [Clear-PSUCache](https://docs.devolutions.net/powershell-universal/powershell-commands/clear-psucache.md): Clear-PSUCache clears the server side cache in PowerShell Universal without affecting Cache scope variables in the current session.
- [Clear-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/clear-psudeployment.md): Clear-PSUDeployment removes the pinned deployment in PowerShell Universal and takes no action when no deployment is currently pinned.
- [Clear-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/clear-udelement.md): Clear-UDElement removes all child elements from a specified element in a PowerShell Universal dashboard, with behavior varying by element type.
- [Connect-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/connect-psuserver.md): Connect-PSUServer establishes a session with a PowerShell Universal server so later cmdlets can skip repeating ComputerName and AppToken parameters.
- [ConvertFrom-GeoJson](https://docs.devolutions.net/powershell-universal/powershell-commands/convertfrom-geojson.md): ConvertFrom-GeoJson converts GeoJSON data into a map feature object for use with map elements in PowerShell Universal dashboards.
- [ConvertTo-JsonEx](https://docs.devolutions.net/powershell-universal/powershell-commands/convertto-jsonex.md): ConvertTo-JsonEx serializes objects to JSON in PowerShell Universal with extra options for array wrapping, enum to string conversion, depth, and compression.
- [ConvertTo-UDObject](https://docs.devolutions.net/powershell-universal/powershell-commands/convertto-udobject.md): ConvertTo-UDObject runs each input object through a script block to transform it, used to post process endpoint output in PowerShell Universal.
- [Debug-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/debug-psudashboard.md): Debug-PSUDashboard is a utility cmdlet that connects the VS Code PowerShell Universal extension debugger to endpoints running in a dashboard.
- [Disconnect-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/disconnect-psuserver.md): Disconnect-PSUServer ends the current session with a PowerShell Universal server and clears the state set by a prior Connect-PSUServer call.
- [Find-UDIcon](https://docs.devolutions.net/powershell-universal/powershell-commands/find-udicon.md): Find-UDIcon searches for an available icon by name, with wildcard support, for use in PowerShell Universal dashboard elements.
- [Get-PSUAiAgent](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuaiagent.md): Get-PSUAiAgent retrieves AI agent definitions configured in PowerShell Universal, returning all agents or filtering by Id or name.
- [Get-PSUAiTool](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuaitool.md): Get-PSUAiTool retrieves AI tool definitions configured in PowerShell Universal, returning all tools or filtering by Id or name.
- [Get-PSUApp](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuapp.md): Get-PSUApp retrieves the web apps defined in PowerShell Universal, returning all apps or a single one filtered by name.
- [Get-PSUAppToken](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuapptoken.md): Get-PSUAppToken retrieves app tokens from PowerShell Universal, returning all tokens, one by Id, or those tied to a specific identity.
- [Get-PSUCache](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psucache.md): Get-PSUCache retrieves data stored in the PowerShell Universal server wide cache that is shared across APIs, dashboards, and scripts.
- [Get-PSUComputer](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psucomputer.md): Get-PSUComputer retrieves the agent computers registered with PowerShell Universal, returning all computers or one filtered by Id.
- [Get-PSUComputerGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psucomputergroup.md): Get-PSUComputerGroup retrieves the computer groups defined in the PowerShell Universal configuration, returning all groups or one by Id.
- [Get-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psudashboard.md): Get-PSUDashboard retrieves dashboard app definitions in PowerShell Universal, returning all dashboards or a single one filtered by name.
- [Get-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psudeployment.md): Get-PSUDeployment retrieves deployment information from a PowerShell Universal server, filtering by name and version or the pinned deployment.
- [Get-PSUEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuendpoint.md): Get-PSUEndpoint retrieves the API endpoints defined in PowerShell Universal, returning all endpoints or one filtered by Id or Url.
- [Get-PSUEndpointDocumentation](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuendpointdocumentation.md): Get-PSUEndpointDocumentation retrieves the help documentation definitions written for API endpoints in PowerShell Universal.
- [Get-PSUEnvironment](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuenvironment.md): Get-PSUEnvironment retrieves the PowerShell environments defined in PowerShell Universal, returning all environments or one filtered by Id.
- [Get-PSUEventHub](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psueventhub.md): Get-PSUEventHub retrieves the event hubs configured in PowerShell Universal, returning all hubs or one filtered by name or Id.
- [Get-PSUEventHubConnection](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psueventhubconnection.md): Get-PSUEventHubConnection retrieves event hub connections in PowerShell Universal, filterable by hub name, computer, user, domain, or active status.
- [Get-PSUFolder](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psufolder.md): Get-PSUFolder retrieves the folders defined within PowerShell Universal, returning all folders, a parent folder children, or one by Id or name.
- [Get-PSUGitSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psugitsetting.md): Get-PSUGitSetting retrieves the git integration settings configured for source control on a PowerShell Universal server instance.
- [Get-PSUGitStatus](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psugitstatus.md): Get-PSUGitStatus retrieves the status of the internal git repository in PowerShell Universal, including commits, edits, and uncommitted changes.
- [Get-PSUIdentity](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuidentity.md): Get-PSUIdentity retrieves the identities, apps or users accessing the server, defined within PowerShell Universal, filterable by Id or name.
- [Get-PSUInformation](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuinformation.md): Get-PSUInformation retrieves version and configuration details about a running PowerShell Universal server instance.
- [Get-PSUJob](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psujob.md): Get-PSUJob retrieves jobs run within PowerShell Universal, filterable by status, Id, run Id, or the identity that triggered them.
- [Get-PSUJobFeedback](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psujobfeedback.md): Get-PSUJobFeedback retrieves feedback requested by a running job in PowerShell Universal, looked up by job Id, run Id, or job object.
- [Get-PSUJobOutput](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psujoboutput.md): Get-PSUJobOutput retrieves the error, warning, information, debug, and verbose stream output produced by a job in PowerShell Universal.
- [Get-PSUJobParameter](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psujobparameter.md): Get-PSUJobParameter retrieves the parameters supplied to a job in PowerShell Universal, looked up by job Id, run Id, or job object.
- [Get-PSUJobPipelineOutput](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psujobpipelineoutput.md): Get-PSUJobPipelineOutput retrieves the CLIXML pipeline output written by a job in PowerShell Universal, looked up by job Id, run Id, or object.
- [Get-PSULicense](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psulicense.md): Get-PSULicense retrieves details about the license currently installed and activated on a PowerShell Universal server instance.
- [Get-PSUPublishedFolder](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psupublishedfolder.md): Get-PSUPublishedFolder retrieves the published folder definitions configured in PowerShell Universal, returning all folders or one by Id.
- [Get-PSURole](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psurole.md): Get-PSURole retrieves the roles defined within PowerShell Universal that specify what actions identities are permitted to perform.
- [Get-PSUSchedule](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuschedule.md): Get-PSUSchedule retrieves the job schedules defined in PowerShell Universal, filterable by Id, name, identity, or associated script.
- [Get-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuscript.md): Get-PSUScript retrieves the scripts defined within PowerShell Universal, filterable by Id, identity, folder, or name.
- [Get-PSUSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psusetting.md): Get-PSUSetting retrieves configuration settings from a PowerShell Universal instance for auditing or automation scripts.
- [Get-PSUStats](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psustats.md): Get-PSUStats returns usage and performance statistics for a PowerShell Universal instance, useful for monitoring server health.
- [Get-PSUTag](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psutag.md): Get-PSUTag returns tags defined in PowerShell Universal, letting you look them up by Id or by name for organizing resources.
- [Get-PSUTerminal](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuterminal.md): Get-PSUTerminal returns terminal configurations defined in PowerShell Universal, including a specific one by its Id.
- [Get-PSUTerminalInstance](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuterminalinstance.md): Get-PSUTerminalInstance returns running terminal instances in PowerShell Universal started from the admin console or a script.
- [Get-PSUTrigger](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psutrigger.md): Get-PSUTrigger returns automation triggers defined in PowerShell Universal, filterable by Id or name to inspect scheduled jobs.
- [Get-PSUVariable](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuvariable.md): Get-PSUVariable returns variables defined in PowerShell Universal, optionally returning only their values by Id or name.
- [Get-PSUWorkflow](https://docs.devolutions.net/powershell-universal/powershell-commands/get-psuworkflow.md): Get-PSUWorkflow retrieves workflow definitions from PowerShell Universal by Id or name, or returns every workflow on the server.
- [Get-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/get-udelement.md): Get-UDElement retrieves the current state of a specified dashboard element in PowerShell Universal, varying by parent element type.
- [Get-UDPage](https://docs.devolutions.net/powershell-universal/powershell-commands/get-udpage.md): Get-UDPage returns a page from the current PowerShell Universal dashboard, useful for passing existing pages into New-UDDashboard.
- [Get-UDTheme](https://docs.devolutions.net/powershell-universal/powershell-commands/get-udtheme.md): Get-UDTheme returns predefined dashboard themes in PowerShell Universal, or the theme currently applied to the running app.
- [Get-UDThemeColors](https://docs.devolutions.net/powershell-universal/powershell-commands/get-udthemecolors.md): Get-UDThemeColors extracts the color palette from a JSON-based theme file in PowerShell Universal for custom dashboard styling.
- [Grant-PSUAppToken](https://docs.devolutions.net/powershell-universal/powershell-commands/grant-psuapptoken.md): Grant-PSUAppToken issues a new app token in PowerShell Universal for calling the management API or custom REST APIs securely.
- [Hide-UDModal](https://docs.devolutions.net/powershell-universal/powershell-commands/hide-udmodal.md): Hide-UDModal closes an open modal dialog in a PowerShell Universal dashboard, optionally hiding all open modals at once.
- [Hide-UDSnackbar](https://docs.devolutions.net/powershell-universal/powershell-commands/hide-udsnackbar.md): Hide-UDSnackbar dismisses a snackbar notification in a PowerShell Universal dashboard by Id, or hides all snackbars if none is given.
- [Hide-UDToast](https://docs.devolutions.net/powershell-universal/powershell-commands/hide-udtoast.md): Hide-UDToast dismisses a toast notification in a PowerShell Universal dashboard by Id, or removes every toast currently displayed.
- [Import-PSUSecret](https://docs.devolutions.net/powershell-universal/powershell-commands/import-psusecret.md): Import-PSUSecret pulls secrets from the secret vaults configured in PowerShell Universal, making them available for use in scripts.
- [Install-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/install-psuserver.md): Install-PSUServer downloads and installs the PowerShell Universal server binaries matching the installed module for the current platform.
- [Invoke-PSUAiAgent](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-psuaiagent.md): Invoke-PSUAiAgent starts a prompt job for a PowerShell Universal AI agent and returns the created job for tracking its progress.
- [Invoke-PSUCommand](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-psucommand.md): Invoke-PSUCommand sends events to an event hub or a specific computer in PowerShell Universal, optionally running a remote command.
- [Invoke-PSUEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-psuendpoint.md): Invoke-PSUEndpoint executes a PowerShell Universal API endpoint internally, without routing the request through the web server.
- [Invoke-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-psuscript.md): Invoke-PSUScript starts a new job to run a script within PowerShell Universal, returning a job you can track for progress and output.
- [Invoke-PSUTerminalCommand](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-psuterminalcommand.md): Invoke-PSUTerminalCommand runs a command inside a running PowerShell Universal terminal instance created with Start-PSUTerminalInstance.
- [Invoke-UDEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-udendpoint.md): Invoke-UDEndpoint triggers a PowerShell Universal dashboard endpoint directly, such as running the OnClick handler of another button.
- [Invoke-UDEvent](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-udevent.md): Invoke-UDEvent fires a dashboard event, such as OnClick, on a specified element within a PowerShell Universal application.
- [Invoke-UDForm](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-udform.md): Invoke-UDForm submits a form in a PowerShell Universal dashboard by Id and can optionally run its validation before submitting.
- [Invoke-UDJavaScript](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-udjavascript.md): Invoke-UDJavaScript executes custom JavaScript in the browser using eval within a PowerShell Universal dashboard session.
- [Invoke-UDRedirect](https://docs.devolutions.net/powershell-universal/powershell-commands/invoke-udredirect.md): Invoke-UDRedirect sends the user to another URL from within a PowerShell Universal dashboard, optionally opening it in a new window.
- [Measure-PSUBlock](https://docs.devolutions.net/powershell-universal/powershell-commands/measure-psublock.md): Measure-PSUBlock times the execution of a script block in PowerShell Universal, recording results for review in the profiler feature.
- [Merge-PSUGitEdit](https://docs.devolutions.net/powershell-universal/powershell-commands/merge-psugitedit.md): Merge-PSUGitEdit commits pending changes and pushes them to the remote repository configured in PowerShell Universal.
- [New-PSUAiAgent](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuaiagent.md): New-PSUAiAgent creates a new AI agent definition in PowerShell Universal, including its instructions, model, API key, and allowed tools.
- [New-PSUAiTool](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuaitool.md): New-PSUAiTool registers a new AI tool backed by a PowerShell script in PowerShell Universal, optionally exposing it through MCP.
- [New-PSUApiResponse](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuapiresponse.md): New-PSUApiResponse builds a custom API response, including status code, body, and headers, for an endpoint defined with New-PSUEndpoint.
- [New-PSUApp](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuapp.md): New-PSUApp creates a new app in PowerShell Universal from a file path, script content, or module, with authentication and role options.
- [New-PSUAuthenticationResult](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuauthenticationresult.md): New-PSUAuthenticationResult builds the outcome of a forms authentication attempt in PowerShell Universal, including user name and claims.
- [New-PSUAuthorizationClaim](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuauthorizationclaim.md): New-PSUAuthorizationClaim defines a claim to assign to an authenticated user in PowerShell Universal, typically inside Set-PSUAuthenticationMethod.
- [New-PSUBranding](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psubranding.md): New-PSUBranding configures branding options for PowerShell Universal, such as logos, colors, login page text, and admin console title.
- [New-PSUComputerGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psucomputergroup.md): New-PSUComputerGroup creates a new group of computers in PowerShell Universal for organizing targets by name, description, and tags.
- [New-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psudashboard.md): New-PSUDashboard creates a new app in PowerShell Universal from a file path, script content, or module, using the legacy dashboard cmdlet name.
- [New-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psudeployment.md): New-PSUDeployment packages the current repository configuration into a new named, versioned deployment in PowerShell Universal.
- [New-PSUEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuendpoint.md): New-PSUEndpoint creates a new REST API endpoint in PowerShell Universal, defining its URL, HTTP methods, script logic, and access roles.
- [New-PSUEndpointDocumentation](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuendpointdocumentation.md): New-PSUEndpointDocumentation creates an OpenAPI documentation definition for a PowerShell Universal endpoint, including contact and license details.
- [New-PSUEnvironment](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuenvironment.md): New-PSUEnvironment creates a PowerShell execution environment in PowerShell Universal, defining the runspace, modules, and startup script.
- [New-PSUEventHub](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psueventhub.md): New-PSUEventHub creates a new event hub in PowerShell Universal for publishing and subscribing to real-time server-sent events across roles.
- [New-PSUFolder](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psufolder.md): New-PSUFolder creates a new folder in the PowerShell Universal git repository, organizing scripts, APIs, and dashboards within the folder structure.
- [New-PSUGitSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psugitsetting.md): New-PSUGitSetting configures the git repository settings for a PowerShell Universal application, including branch, remote, and sync behavior.
- [New-PSUHealthCheck](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuhealthcheck.md): New-PSUHealthCheck creates a scheduled health check script in PowerShell Universal that monitors server or application conditions and reports results.
- [New-PSUHealthCheckResult](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuhealthcheckresult.md): New-PSUHealthCheckResult builds a health check result object in PowerShell Universal, reporting a message and severity level such as Ok, Warning, or Error.
- [New-PSUIdentity](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuidentity.md): New-PSUIdentity creates a new user or application identity in PowerShell Universal for authentication, authorization, and audit tracking.
- [New-PSULoggingTarget](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuloggingtarget.md): New-PSULoggingTarget creates a logging target in PowerShell Universal that routes log events to a custom destination based on level, scope, and feature.
- [New-PSUMiddleware](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psumiddleware.md): New-PSUMiddleware creates an HTTP middleware script in PowerShell Universal that runs on every incoming request to inspect or modify it.
- [New-PSUPortalComponent](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuportalcomponent.md): New-PSUPortalComponent registers a reusable portal component in PowerShell Universal that can be added to portal pages as a widget.
- [New-PSUPortalPage](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuportalpage.md): New-PSUPortalPage creates a new portal page in PowerShell Universal, composed of widgets and optionally restricted by authentication and role.
- [New-PSUPublishedFolder](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psupublishedfolder.md): New-PSUPublishedFolder publishes a local folder through the PowerShell Universal web server, with optional authentication and default documents.
- [New-PSURateLimit](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuratelimit.md): New-PSURateLimit creates a request rate limit in PowerShell Universal that restricts how often a specific endpoint can be called within a time period.
- [New-PSURole](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psurole.md): New-PSURole defines a new authorization role in PowerShell Universal, assigned statically or dynamically through a policy script block.
- [New-PSUSchedule](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuschedule.md): New-PSUSchedule creates a new schedule in PowerShell Universal that runs a script on a cron, continuous, or one-time basis.
- [New-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuscript.md): New-PSUScript creates a new script resource in PowerShell Universal, defining its parameters, environment, schedule behavior, and portal display.
- [New-PSUTag](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psutag.md): New-PSUTag creates a new tag in PowerShell Universal used to label and organize scripts with a custom color and icon.
- [New-PSUTerminal](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuterminal.md): New-PSUTerminal creates a new terminal session in PowerShell Universal for running commands interactively within the admin console.
- [New-PSUTranslation](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psutranslation.md): New-PSUTranslation defines a set of localized translation strings in PowerShell Universal for a specific language identifier.
- [New-PSUTrigger](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psutrigger.md): New-PSUTrigger creates an automation trigger in PowerShell Universal that runs a script in response to events such as job failures or dashboard stops.
- [New-PSUValidationResult](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuvalidationresult.md): New-PSUValidationResult builds a validation result object in PowerShell Universal for forms and steppers, indicating success or an error message.
- [New-PSUVariable](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuvariable.md): New-PSUVariable creates a new variable in PowerShell Universal, optionally stored as a secret, database value, or scoped to specific roles.
- [New-PSUWorkflow](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuworkflow.md): New-PSUWorkflow creates a new workflow definition in PowerShell Universal, persisting its metadata, module, and parameters for execution.
- [New-PSUWorkflowActivity](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuworkflowactivity.md): New-PSUWorkflowActivity builds a workflow activity definition in PowerShell Universal that can be embedded in a workflow definition script block.
- [New-PSUWorkflowParameter](https://docs.devolutions.net/powershell-universal/powershell-commands/new-psuworkflowparameter.md): New-PSUWorkflowParameter creates an in-memory workflow parameter definition in PowerShell Universal, including its default value and help text.
- [New-UDAlert](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udalert.md): New-UDAlert creates an alert component in PowerShell Universal that displays a short, attention-grabbing message without interrupting the user.
- [New-UDApp](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udapp.md): New-UDApp creates the root dashboard component in PowerShell Universal, defining its pages, theme, navigation, and header configuration.
- [New-UDAppBar](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udappbar.md): New-UDAppBar creates a custom app bar component in PowerShell Universal that replaces the built-in navigation bar at the top of a dashboard.
- [New-UDAutocomplete](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udautocomplete.md): New-UDAutocomplete creates a text input component in PowerShell Universal enhanced with a filterable panel of suggested options.
- [New-UDAutocompleteOption](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udautocompleteoption.md): New-UDAutocompleteOption defines a selectable option for the New-UDAutocomplete component in PowerShell Universal, with a name, value, and group.
- [New-UDAvatar](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udavatar.md): New-UDAvatar creates an avatar component in PowerShell Universal that displays a user image or icon within a dashboard.
- [New-UDAvatarGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udavatargroup.md): New-UDAvatarGroup creates a stacked group of avatar components in PowerShell Universal, capping the number displayed with an overflow count.
- [New-UDBackdrop](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbackdrop.md): New-UDBackdrop creates a darkened overlay component in PowerShell Universal that covers the current page behind another element.
- [New-UDBadge](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbadge.md): New-UDBadge creates a small badge component in PowerShell Universal that displays a count or status indicator in the corner of its child element.
- [New-UDBreadcrumbs](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbreadcrumbs.md): New-UDBreadcrumbs creates a breadcrumb navigation component in PowerShell Universal that shows a page location within a site hierarchy.
- [New-UDButton](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbutton.md): New-UDButton creates a clickable button component in PowerShell Universal that triggers an action, script, or link navigation.
- [New-UDButtonGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbuttongroup.md): New-UDButtonGroup creates a container component in PowerShell Universal that groups related New-UDButtonGroupItem buttons together visually.
- [New-UDButtonGroupItem](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udbuttongroupitem.md): New-UDButtonGroupItem creates an individual button within a New-UDButtonGroup component in PowerShell Universal, with its own click action and icon.
- [New-UDCard](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcard.md): New-UDCard creates a card component in PowerShell Universal that displays related content such as a title, image, text, and footer actions.
- [New-UDCardBody](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcardbody.md): New-UDCardBody creates the body section of a card component in PowerShell Universal, used together with New-UDCard to hold its content.
- [New-UDCardExpand](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcardexpand.md): New-UDCardExpand adds an expandable content section to a PowerShell Universal card that users can toggle open and closed within New-UDCard.
- [New-UDCardFooter](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcardfooter.md): New-UDCardFooter creates the footer section of a PowerShell Universal card, typically holding action buttons alongside New-UDCard content.
- [New-UDCardHeader](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcardheader.md): New-UDCardHeader builds the header of a PowerShell Universal card, combining a title, subheader, avatar, and action controls in New-UDCard.
- [New-UDCardMedia](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcardmedia.md): New-UDCardMedia adds an image, video, or audio element to the media area of a PowerShell Universal card built with New-UDCard.
- [New-UDChartJS](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udchartjs.md): New-UDChartJS renders an interactive ChartJS chart in PowerShell Universal, supporting datasets, click events, and dynamically loaded data.
- [New-UDChartJSDataset](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udchartjsdataset.md): New-UDChartJSDataset defines a single dataset, including data, labels, and colors, for charts built with New-UDChartJS in PowerShell Universal.
- [New-UDChartJSMonitor](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udchartjsmonitor.md): New-UDChartJSMonitor creates a PowerShell Universal chart that automatically refreshes and appends new data points over time for live monitoring.
- [New-UDCheckBox](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcheckbox.md): New-UDCheckBox creates a checkbox control in PowerShell Universal for capturing boolean input, usable standalone or inside New-UDForm.
- [New-UDChip](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udchip.md): New-UDChip creates a compact PowerShell Universal element representing an input, attribute, or action, with an optional icon, avatar, or delete button.
- [New-UDCodeEditor](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcodeeditor.md): New-UDCodeEditor embeds a Monaco-based code editor in PowerShell Universal, with syntax highlighting, themes, and diff comparison support.
- [New-UDColumn](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcolumn.md): New-UDColumn creates a responsive grid column in PowerShell Universal, wrapping New-UDGrid -Item across a 12-column breakpoint system.
- [New-UDContainer](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udcontainer.md): New-UDContainer creates a Material UI container in PowerShell Universal that pads left and right content to center it on larger screens.
- [New-UDDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddashboard.md): New-UDDashboard defines the root component of a PowerShell Universal app, configuring pages, theme, navigation, and header content.
- [New-UDDataGrid](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddatagrid.md): New-UDDataGrid displays tabular data in PowerShell Universal with built-in sorting, paging, filtering, and row selection for large datasets.
- [New-UDDataGridColumn](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddatagridcolumn.md): New-UDDataGridColumn defines a single column, including field mapping, formatting, and editing behavior, for New-UDDataGrid in PowerShell Universal.
- [New-UDDatePicker](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddatepicker.md): New-UDDatePicker creates a date selection control in PowerShell Universal, usable standalone or as an input field inside New-UDForm.
- [New-UDDateRangePicker](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddaterangepicker.md): New-UDDateRangePicker creates a control in PowerShell Universal for selecting a start and end date within a bounded calendar range.
- [New-UDDateTime](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddatetime.md): New-UDDateTime formats a date and time value in PowerShell Universal using the visiting browsers locale and time zone rather than the servers.
- [New-UDDivider](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddivider.md): New-UDDivider adds a thin horizontal or vertical line in PowerShell Universal to visually separate content within lists and layouts.
- [New-UDDrawer](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddrawer.md): New-UDDrawer creates a collapsible navigation panel in PowerShell Universal, typically paired with New-UDAppBar for page to page navigation.
- [New-UDDynamic](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uddynamic.md): New-UDDynamic defines a region in PowerShell Universal that loads or refreshes its content on page load, user interaction, or a timed interval.
- [New-UDEditor](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udeditor.md): New-UDEditor embeds an Editor.js rich content editor in PowerShell Universal for building structured, block based page content.
- [New-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udelement.md): New-UDElement creates a custom React element or HTML tag in PowerShell Universal, letting you attach attributes, classes, and content.
- [New-UDEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udendpoint.md): New-UDEndpoint defines a PowerShell Universal API or scheduled script endpoint that runs server side code and can require specific roles.
- [New-UDEndpointSchedule](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udendpointschedule.md): New-UDEndpointSchedule builds a recurrence schedule in PowerShell Universal, such as every second, minute, hour, or day, for New-UDEndpoint.
- [New-UDError](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uderror.md): New-UDError displays an error card in PowerShell Universal with a custom title and message to surface failures within a dashboard.
- [New-UDErrorBoundary](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uderrorboundary.md): New-UDErrorBoundary wraps a section of PowerShell Universal code so runtime errors are caught and displayed on the page instead of crashing it.
- [New-UDExpansionPanel](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udexpansionpanel.md): New-UDExpansionPanel creates a single collapsible panel in PowerShell Universal that hides content not needed when the page first loads.
- [New-UDExpansionPanelGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udexpansionpanelgroup.md): New-UDExpansionPanelGroup organizes multiple New-UDExpansionPanel components in PowerShell Universal into one grouped, collapsible set.
- [New-UDFloatingActionButton](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udfloatingactionbutton.md): New-UDFloatingActionButton creates a pinned circular button in PowerShell Universal for the primary action on a page, such as add or create.
- [New-UDForm](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udform.md): New-UDForm builds a PowerShell Universal form containing input controls that report their values when the submit button is clicked.
- [New-UDFormValidationResult](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udformvalidationresult.md): New-UDFormValidationResult returns a validation outcome, valid or invalid with an error message, from the OnValidate block in New-UDForm.
- [New-UDGauge](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udgauge.md): New-UDGauge renders a circular gauge component in PowerShell Universal that visualizes a value against configurable minimum and maximum bounds.
- [New-UDGrid](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udgrid.md): New-UDGrid creates a responsive 12 point layout grid in PowerShell Universal that adapts component placement to the viewing screen size.
- [New-UDGridLayout](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udgridlayout.md): New-UDGridLayout creates a draggable, resizable grid layout in PowerShell Universal for arranging components through drag and drop.
- [New-UDHeading](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udheading.md): New-UDHeading generates an HTML heading tag in PowerShell Universal, with configurable size and color for titling dashboard sections.
- [New-UDHelmet](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udhelmet.md): New-UDHelmet injects custom elements, such as scripts or stylesheets, into the head section of a PowerShell Universal page.
- [New-UDHidden](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udhidden.md): New-UDHidden conditionally hides its child content in PowerShell Universal based on screen size breakpoints like up, down, or only.
- [New-UDHtml](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udhtml.md): New-UDHtml renders raw HTML markup directly within a PowerShell Universal dashboard, letting you embed custom markup alongside native components.
- [New-UDIcon](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udicon.md): New-UDIcon displays a FontAwesome 6 icon in PowerShell Universal, with options for size, color, rotation, spin, and other animations.
- [New-UDIconButton](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udiconbutton.md): New-UDIconButton creates an icon-only button in PowerShell Universal, letting you set the icon, size, variant, and click action for compact UI controls.
- [New-UDIFrame](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udiframe.md): New-UDIFrame embeds an HTML iframe in PowerShell Universal to display external content or another web page within a dashboard.
- [New-UDImage](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udimage.md): New-UDImage displays an image in a PowerShell Universal dashboard from a URL or local file path, with configurable height, width, and CSS class.
- [New-UDItemLayout](https://docs.devolutions.net/powershell-universal/powershell-commands/new-uditemlayout.md): New-UDItemLayout defines the row, column, and span position of a component within a New-UDGridLayout grid in PowerShell Universal dashboards.
- [New-UDLayout](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udlayout.md): New-UDLayout arranges components into an automatic column layout in PowerShell Universal, wrapping New-UDRow and New-UDColumn based on the column count.
- [New-UDLink](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udlink.md): New-UDLink creates a themed hyperlink component in PowerShell Universal, styling anchor elements with theme colors, typography, click events, and downloads.
- [New-UDList](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udlist.md): New-UDList creates a vertical list container in PowerShell Universal for text or image entries added with New-UDListItem, ideal for drawer navigation.
- [New-UDListItem](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udlistitem.md): New-UDListItem adds a single entry to a New-UDList in PowerShell Universal, supporting icons, avatars, labels, switches, checkboxes, and click actions.
- [New-UDMap](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmap.md): New-UDMap creates an interactive map component in PowerShell Universal for displaying markers, lines, and polygons with configurable zoom, center, and controls.
- [New-UDMapBaseLayer](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapbaselayer.md): New-UDMapBaseLayer defines a selectable base tile layer for a New-UDMap component in PowerShell Universal, letting users switch between map backgrounds.
- [New-UDMapFeatureGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapfeaturegroup.md): New-UDMapFeatureGroup groups related markers, layers, and shapes on a New-UDMap in PowerShell Universal and can attach a shared popup to the group.
- [New-UDMapIcon](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapicon.md): New-UDMapIcon defines a custom marker icon for New-UDMapMarker in PowerShell Universal, setting the image URL, size, anchor point, and popup offset.
- [New-UDMapLayerControl](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmaplayercontrol.md): New-UDMapLayerControl adds a layer-switcher control to a New-UDMap in PowerShell Universal, letting users toggle base layers and overlays from a chosen corner.
- [New-UDMapMarker](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapmarker.md): New-UDMapMarker places a marker at a given latitude and longitude, or from GeoJSON, on a New-UDMap in PowerShell Universal, with custom icons and popups.
- [New-UDMapOverlay](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapoverlay.md): New-UDMapOverlay defines a toggleable overlay layer for a New-UDMap in PowerShell Universal, letting users show or hide extra content over the base layer.
- [New-UDMapPopup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmappopup.md): New-UDMapPopup attaches an informational popup to a marker or location on a New-UDMap in PowerShell Universal, with custom content, position, and width.
- [New-UDMapRasterLayer](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmaprasterlayer.md): New-UDMapRasterLayer adds a raster tile layer, such as OpenStreetMap or Bing imagery, to a New-UDMap in PowerShell Universal with configurable opacity.
- [New-UDMapVectorLayer](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmapvectorlayer.md): New-UDMapVectorLayer draws circles, polylines, polygons, rectangles, or GeoJSON shapes on a New-UDMap in PowerShell Universal with custom color and opacity.
- [New-UDMarkdown](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmarkdown.md): New-UDMarkdown converts Markdown text into rendered HTML within a PowerShell Universal dashboard, displaying rich formatted content from a script.
- [New-UDMenu](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmenu.md): New-UDMenu creates a dropdown menu component in PowerShell Universal that reveals a list of choices, such as New-UDMenuItem entries, when its button is clicked.
- [New-UDMenuItem](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udmenuitem.md): New-UDMenuItem defines a single selectable entry within a New-UDMenu in PowerShell Universal, with its own text, icon, value, and click action.
- [New-UDNivoChart](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udnivochart.md): New-UDNivoChart renders Nivo-powered data visualizations in PowerShell Universal, including bar, line, pie, heatmap, radial, and network chart types.
- [New-UDNivoChartAxisOptions](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udnivochartaxisoptions.md): New-UDNivoChartAxisOptions configures the legend text, position, and tick settings for an axis on a New-UDNivoChart in PowerShell Universal.
- [New-UDNivoFill](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udnivofill.md): New-UDNivoFill maps a New-UDNivoPattern to a specific chart element by ID, applying custom fill patterns to a New-UDNivoChart in PowerShell Universal.
- [New-UDNivoPattern](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udnivopattern.md): New-UDNivoPattern generates a dots, lines, or squares fill pattern for use with New-UDNivoFill on a New-UDNivoChart in PowerShell Universal.
- [New-UDNivoTheme](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udnivotheme.md): New-UDNivoTheme defines tick line, tick text, and grid line colors for styling a New-UDNivoChart in PowerShell Universal dashboards.
- [New-UDPage](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udpage.md): New-UDPage defines a navigable page within a PowerShell Universal dashboard, configuring its URL, content, navigation, header, icon, and layout.
- [New-UDPageLayout](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udpagelayout.md): New-UDPageLayout defines responsive item layouts across screen sizes for a New-UDGridLayout grid used internally by the PowerShell Universal designer.
- [New-UDPaper](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udpaper.md): New-UDPaper wraps content in an elevated surface panel in PowerShell Universal, useful for visually highlighting sections of a dashboard page.
- [New-UDParagraph](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udparagraph.md): New-UDParagraph renders a paragraph HTML element in PowerShell Universal, displaying plain text or scripted content with an optional color.
- [New-UDProgress](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udprogress.md): New-UDProgress displays a determinate or indeterminate progress indicator in PowerShell Universal, rendered as a circular spinner or linear bar.
- [New-UDRadio](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udradio.md): New-UDRadio creates a single radio button option in PowerShell Universal, intended for use inside a New-UDRadioGroup for exclusive selection.
- [New-UDRadioGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udradiogroup.md): New-UDRadioGroup wraps a set of New-UDRadio buttons in PowerShell Universal so only one option in the group can be selected at a time.
- [New-UDRating](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udrating.md): New-UDRating creates a star-based rating component in PowerShell Universal, letting users view or submit a score up to a configurable maximum value.
- [New-UDRow](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udrow.md): New-UDRow creates a grid row container in PowerShell Universal for arranging columns side by side, wrapping New-UDGrid with the Container option.
- [New-UDSelect](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udselect.md): New-UDSelect creates a dropdown select input in PowerShell Universal, supporting grouped options via New-UDSelectGroup and single or multiple selection.
- [New-UDSelectGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udselectgroup.md): New-UDSelectGroup organizes related New-UDSelectOption entries under a named heading within a New-UDSelect dropdown in PowerShell Universal.
- [New-UDSelectOption](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udselectoption.md): New-UDSelectOption defines a single selectable choice, with its own name, value, and icon, for a New-UDSelect dropdown in PowerShell Universal.
- [New-UDSkeleton](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udskeleton.md): New-UDSkeleton displays an animated placeholder preview in PowerShell Universal while dashboard content is loading, reducing perceived wait time.
- [New-UDSlider](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udslider.md): New-UDSlider creates a draggable slider control in PowerShell Universal for selecting a value or range within defined minimum and maximum bounds.
- [New-UDSpan](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udspan.md): New-UDSpan renders an inline span HTML element in PowerShell Universal for wrapping text or scripted content within a larger dashboard layout.
- [New-UDSparkline](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udsparkline.md): New-UDSparkline renders a compact inline chart in PowerShell Universal for visualizing a numeric data series, such as trends, in a tiny footprint.
- [New-UDSpeedDial](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udspeeddial.md): New-UDSpeedDial builds a floating action button in PowerShell Universal that expands into three to six related quick-action items.
- [New-UDSpeedDialAction](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udspeeddialaction.md): New-UDSpeedDialAction defines a single clickable action item, with its own icon and tooltip, to place inside a PowerShell Universal speed dial.
- [New-UDSplitPane](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udsplitpane.md): New-UDSplitPane creates a resizable split pane in PowerShell Universal, letting users drag a divider to adjust panel sizes on the fly.
- [New-UDStack](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udstack.md): New-UDStack arranges child components along a vertical or horizontal axis in PowerShell Universal, with optional spacing and dividers between them.
- [New-UDStep](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udstep.md): New-UDStep defines a single labeled step, including its icon and validation behavior, for use inside a PowerShell Universal stepper component.
- [New-UDStepper](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udstepper.md): New-UDStepper builds a multi-step form or guided sequence in PowerShell Universal, walking users through a series of ordered steps.
- [New-UDStyle](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udstyle.md): New-UDStyle applies custom CSS rules to a component or an entire page in PowerShell Universal for fine-grained visual styling control.
- [New-UDSwitch](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udswitch.md): New-UDSwitch creates a toggle switch control in PowerShell Universal, letting users flip a setting between checked and unchecked states.
- [New-UDSyntaxHighlighter](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udsyntaxhighlighter.md): New-UDSyntaxHighlighter renders code with language-aware syntax coloring and optional line numbers in a PowerShell Universal dashboard.
- [New-UDTab](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtab.md): New-UDTab defines a single tab, including its label, icon, and content, for use inside a PowerShell Universal New-UDTabs container.
- [New-UDTable](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtable.md): New-UDTable builds a data table in PowerShell Universal with sorting, filtering, searching, paging, and server-side data loading support.
- [New-UDTableColumn](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtablecolumn.md): New-UDTableColumn defines a single column, including its rendering, sorting, and filtering behavior, for a PowerShell Universal New-UDTable.
- [New-UDTableTextOption](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtabletextoption.md): New-UDTableTextOption builds a hashtable of custom label text, such as export and search strings, for a PowerShell Universal table component.
- [New-UDTabs](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtabs.md): New-UDTabs creates a tabbed container in PowerShell Universal that organizes multiple New-UDTab items for browsing large amounts of content.
- [New-UDTextbox](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtextbox.md): New-UDTextbox creates a text input field in PowerShell Universal for entering and editing values, usable standalone or inside a form.
- [New-UDTheme](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtheme.md): New-UDTheme defines light and dark color palettes, including primary, secondary, and status colors, for a PowerShell Universal dashboard.
- [New-UDTimeline](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtimeline.md): New-UDTimeline builds a chronological list of events in PowerShell Universal by laying out New-UDTimelineItem entries in sequence.
- [New-UDTimelineItem](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtimelineitem.md): New-UDTimelineItem defines a single event entry, including its content, icon, and color, for a PowerShell Universal New-UDTimeline.
- [New-UDTimePicker](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtimepicker.md): New-UDTimePicker creates a time selection control in PowerShell Universal, usable on its own or embedded inside a New-UDForm.
- [New-UDToggleButton](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtogglebutton.md): New-UDToggleButton creates a single toggle button in PowerShell Universal, typically grouped together with New-UDToggleButtonGroup.
- [New-UDToggleButtonGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtogglebuttongroup.md): New-UDToggleButtonGroup groups multiple New-UDToggleButton controls in PowerShell Universal so users can select one or more related options.
- [New-UDTooltip](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtooltip.md): New-UDTooltip displays a popup with extra information in PowerShell Universal when a user hovers over a nested component.
- [New-UDTransferList](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtransferlist.md): New-UDTransferList creates a dual-list shuttle control in PowerShell Universal that lets users move one or more items between two lists.
- [New-UDTransferListItem](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtransferlistitem.md): New-UDTransferListItem defines a single named and valued entry for use inside a PowerShell Universal New-UDTransferList component.
- [New-UDTransition](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtransition.md): New-UDTransition animates a component with collapse, fade, grow, slide, or zoom effects when it enters or leaves a PowerShell Universal page.
- [New-UDTreeNode](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtreenode.md): New-UDTreeNode defines a single labeled node, including its icon and nested children, for a PowerShell Universal New-UDTreeView.
- [New-UDTreeView](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtreeview.md): New-UDTreeView builds a hierarchical tree of expandable New-UDTreeNode items in PowerShell Universal for browsing nested data structures.
- [New-UDTypography](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udtypography.md): New-UDTypography renders styled text with a configurable variant, alignment, and font weight in a PowerShell Universal dashboard.
- [New-UDUpload](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udupload.md): New-UDUpload adds a file upload control to PowerShell Universal, working alongside New-UDForm and New-UDStepper components.
- [New-UDValidationResult](https://docs.devolutions.net/powershell-universal/powershell-commands/new-udvalidationresult.md): New-UDValidationResult returns a validation outcome and optional error message from a PowerShell Universal form or stepper OnValidate block.
- [Out-PSUPipeline](https://docs.devolutions.net/powershell-universal/powershell-commands/out-psupipeline.md): Out-PSUPipeline is an internal PowerShell Universal cmdlet that captures piped objects into a caller-provided collection during pipeline processing.
- [Out-UDChartJSMonitorData](https://docs.devolutions.net/powershell-universal/powershell-commands/out-udchartjsmonitordata.md): Out-UDChartJSMonitorData formats monitoring data into the structure required by a PowerShell Universal UDMonitor chart component.
- [Out-UDDataGridData](https://docs.devolutions.net/powershell-universal/powershell-commands/out-uddatagriddata.md): Out-UDDataGridData formats rows and total counts to return from a PowerShell Universal data grid load-data script block.
- [Out-UDDataGridExport](https://docs.devolutions.net/powershell-universal/powershell-commands/out-uddatagridexport.md): Out-UDDataGridExport packages data with a file name and MIME type for export from a PowerShell Universal data grid component.
- [Out-UDTableData](https://docs.devolutions.net/powershell-universal/powershell-commands/out-udtabledata.md): Out-UDTableData formats rows, paging, and property data to return from a PowerShell Universal New-UDTable LoadRows script block.
- [Protect-UDSection](https://docs.devolutions.net/powershell-universal/powershell-commands/protect-udsection.md): Protect-UDSection hides a section of content from users who lack a specified role in a PowerShell Universal dashboard.
- [Publish-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/publish-psudeployment.md): Publish-PSUDeployment pushes a script or module version as a new deployment to a PowerShell Universal server, synchronously or in the background.
- [Publish-PSUStaticApp](https://docs.devolutions.net/powershell-universal/powershell-commands/publish-psustaticapp.md): Publish-PSUStaticApp exports a PowerShell Universal app definition as a static site that can be hosted outside of PowerShell Universal.
- [Remove-PSUAiAgent](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuaiagent.md): Remove-PSUAiAgent deletes an AI agent definition, specified by object or ID, from a PowerShell Universal instance.
- [Remove-PSUAiTool](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuaitool.md): Remove-PSUAiTool deletes an AI tool definition, specified by object or ID, from a PowerShell Universal instance.
- [Remove-PSUApp](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuapp.md): Remove-PSUApp permanently deletes an app, specified by dashboard object or numeric ID, from a PowerShell Universal server instance.
- [Remove-PSUCache](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psucache.md): Remove-PSUCache deletes a specified cache entry by its key from the PowerShell Universal server-side cache store, freeing that stored value.
- [Remove-PSUComputerGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psucomputergroup.md): Remove-PSUComputerGroup deletes a computer group from PowerShell Universal, identified by group object, name, or numeric Id value.
- [Remove-PSUComputerTag](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psucomputertag.md): Remove-PSUComputerTag deletes a computer tag from PowerShell Universal by Id or pipeline object, after verifying the tag actually exists.
- [Remove-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psudashboard.md): Remove-PSUDashboard deletes an app or dashboard from PowerShell Universal, identified by dashboard object or numeric Id, removing it from the server.
- [Remove-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psudeployment.md): Remove-PSUDeployment permanently deletes a named deployment from the PowerShell Universal server, removing its configuration entirely.
- [Remove-PSUEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuendpoint.md): Remove-PSUEndpoint deletes a REST API endpoint from PowerShell Universal, identified by endpoint object, numeric Id, or removes them all.
- [Remove-PSUEndpointDocumentation](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuendpointdocumentation.md): Remove-PSUEndpointDocumentation deletes the documentation attached to a PowerShell Universal API endpoint, identified by its numeric Id.
- [Remove-PSUEnvironment](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuenvironment.md): Remove-PSUEnvironment deletes an execution environment from PowerShell Universal, identified by environment object or numeric Id.
- [Remove-PSUGitSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psugitsetting.md): Remove-PSUGitSetting clears the configured git repository, branch, and sync settings from a PowerShell Universal instance entirely.
- [Remove-PSUIdentity](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuidentity.md): Remove-PSUIdentity deletes an identity, either an app or a user account, defined within PowerShell Universal by object or numeric Id.
- [Remove-PSUJobPipelineOutput](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psujobpipelineoutput.md): Remove-PSUJobPipelineOutput deletes the stored pipeline output recorded for a specific PowerShell Universal job, freeing storage space.
- [Remove-PSULicense](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psulicense.md): Remove-PSULicense uninstalls the currently applied license key from a PowerShell Universal server, reverting it to an unlicensed state.
- [Remove-PSURole](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psurole.md): Remove-PSURole deletes a role from PowerShell Universal by role object or numeric Id, revoking every permission it previously granted.
- [Remove-PSUSchedule](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuschedule.md): Remove-PSUSchedule deletes a script schedule from PowerShell Universal, identified by schedule object, name, or numeric Id value.
- [Remove-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuscript.md): Remove-PSUScript deletes a script from PowerShell Universal, including its stored copy in the internal or configured remote git repo.
- [Remove-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuserver.md): Remove-PSUServer uninstalls the PowerShell Universal server from the local machine using a convenience method suited to your platform.
- [Remove-PSUTag](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psutag.md): Remove-PSUTag deletes a tag from PowerShell Universal by tag object or numeric Id, unassigning it from every resource that used it.
- [Remove-PSUTrigger](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psutrigger.md): Remove-PSUTrigger deletes an automation trigger from PowerShell Universal, identified by Id or by passing a trigger pipeline object.
- [Remove-PSUVariable](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuvariable.md): Remove-PSUVariable deletes a variable from PowerShell Universal, including its entry in the variables.psd1 file within the git repo.
- [Remove-PSUWorkflow](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-psuworkflow.md): Remove-PSUWorkflow deletes a workflow definition from PowerShell Universal, identified by Id or by passing a workflow pipeline object.
- [Remove-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-udelement.md): Remove-UDElement removes a specified UI element from a PowerShell Universal dashboard page, identified by its element Id, at runtime.
- [Remove-UDEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/remove-udendpoint.md): Remove-UDEndpoint deletes a scheduled endpoint created with New-UDEndpoint from a PowerShell Universal dashboard, identified by its Id.
- [Rename-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/rename-psuscript.md): Rename-PSUScript renames an existing script in PowerShell Universal, also updating its name inside the underlying git repository.
- [Reset-UDTheme](https://docs.devolutions.net/powershell-universal/powershell-commands/reset-udtheme.md): Reset-UDTheme restores the default PowerShell Universal dashboard theme, discarding any custom colors or styling previously applied.
- [Resume-PSUFileWatcher](https://docs.devolutions.net/powershell-universal/powershell-commands/resume-psufilewatcher.md): Resume-PSUFileWatcher re-enables the PowerShell Universal configuration file watcher, restoring automatic detection of file changes.
- [Revoke-PSUAppToken](https://docs.devolutions.net/powershell-universal/powershell-commands/revoke-psuapptoken.md): Revoke-PSUAppToken invalidates an existing app token in PowerShell Universal, immediately blocking further API access with that token.
- [Select-PSUDeployment](https://docs.devolutions.net/powershell-universal/powershell-commands/select-psudeployment.md): Select-PSUDeployment applies a deployment or module version to the PowerShell Universal server, with an option to pin it as read-only.
- [Select-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/select-udelement.md): Select-UDElement focuses a specified UI element on a PowerShell Universal dashboard page, which is useful for selecting input fields.
- [Send-PSUEvent](https://docs.devolutions.net/powershell-universal/powershell-commands/send-psuevent.md): Send-PSUEvent sends event data or remote commands to a PowerShell Universal event hub connection or a specific connected computer session.
- [Set-PSUAiAgent](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuaiagent.md): Set-PSUAiAgent updates an existing AI agent in PowerShell Universal, modifying only the fields you supply, such as instructions, model, or tools.
- [Set-PSUAiTool](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuaitool.md): Set-PSUAiTool updates an existing AI tool definition in PowerShell Universal, changing its metadata, roles, script path, or MCP exposure.
- [Set-PSUAuthenticationMethod](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuauthenticationmethod.md): Set-PSUAuthenticationMethod configures authentication settings in PowerShell Universal, including SAML2, OIDC, and other provider types.
- [Set-PSUBranding](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psubranding.md): Set-PSUBranding customizes the portal, login page, and admin console branding, colors, and logos for a PowerShell Universal deployment.
- [Set-PSUCache](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psucache.md): Set-PSUCache stores an object in the PowerShell Universal server-side cache, with configurable expiration, persistence, and role access.
- [Set-PSUComputer](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psucomputer.md): Set-PSUComputer updates a registered computer in PowerShell Universal, such as toggling its maintenance mode on or off remotely.
- [Set-PSUComputerGroup](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psucomputergroup.md): Set-PSUComputerGroup updates a computer group in PowerShell Universal, changing its name, description, or assigned tags by Id.
- [Set-PSUEndpoint](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuendpoint.md): Set-PSUEndpoint updates an existing REST API endpoint in PowerShell Universal, changing its URL, method, script, or authentication.
- [Set-PSUEnvironment](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuenvironment.md): Set-PSUEnvironment updates an existing execution environment in PowerShell Universal, identified by Id or pipeline object, changing its path.
- [Set-PSUGitSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psugitsetting.md): Set-PSUGitSetting configures the git repository, branch, remote, sync behavior, and credentials used by PowerShell Universal instances.
- [Set-PSUIdentity](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuidentity.md): Set-PSUIdentity updates properties of an identity in PowerShell Universal, such as its name, assigned role, password, or credential vault.
- [Set-PSUJobFeedback](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psujobfeedback.md): Set-PSUJobFeedback submits a response to a PowerShell Universal job that has requested interactive feedback while it was running.
- [Set-PSULicense](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psulicense.md): Set-PSULicense applies a license key to a remote or local PowerShell Universal server, activating the product or renewing an existing subscription.
- [Set-PSUSchedule](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuschedule.md): Set-PSUSchedule updates an existing schedule in PowerShell Universal, changing its cron expression, script, workflow, timeout, or other run settings.
- [Set-PSUScript](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuscript.md): Set-PSUScript updates a scripts name, content, timeout, status, error action, notes, tags, or other properties within PowerShell Universal.
- [Set-PSUSetting](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psusetting.md): Set-PSUSetting configures PowerShell Universal server settings, covering logging, security, sessions, rate limits, branding, and the admin console.
- [Set-PSUTag](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psutag.md): Set-PSUTag updates the name, color, or description of an existing tag used to organize scripts and resources in PowerShell Universal.
- [Set-PSUTrigger](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psutrigger.md): Set-PSUTrigger updates an existing automation trigger in PowerShell Universal, including its event type, script, dashboard, and environment.
- [Set-PSUVariable](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuvariable.md): Set-PSUVariable updates the name, description, or stored value of an existing variable, including credentials, defined in PowerShell Universal.
- [Set-PSUWorkflow](https://docs.devolutions.net/powershell-universal/powershell-commands/set-psuworkflow.md): Set-PSUWorkflow updates a workflows name, description, module, or read permission on an existing PowerShell Universal automation workflow.
- [Set-UDClipboard](https://docs.devolutions.net/powershell-universal/powershell-commands/set-udclipboard.md): Set-UDClipboard writes string data to the users browser clipboard from a script running inside a PowerShell Universal dashboard page.
- [Set-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/set-udelement.md): Set-UDElement updates the properties or rendered content of an existing UI element within a PowerShell Universal dashboard page.
- [Set-UDTheme](https://docs.devolutions.net/powershell-universal/powershell-commands/set-udtheme.md): Set-UDTheme applies a named theme or a custom hashtable-based color palette and variant to a PowerShell Universal dashboard at runtime.
- [Show-UDConfirm](https://docs.devolutions.net/powershell-universal/powershell-commands/show-udconfirm.md): Show-UDConfirm displays a confirmation prompt with a custom title, question text, and choice buttons inside a PowerShell Universal dashboard.
- [Show-UDModal](https://docs.devolutions.net/powershell-universal/powershell-commands/show-udmodal.md): Show-UDModal opens a modal dialog with configurable header, content, and footer sections for popovers or lightboxes in PowerShell Universal.
- [Show-UDSnackbar](https://docs.devolutions.net/powershell-universal/powershell-commands/show-udsnackbar.md): Show-UDSnackbar displays a temporary snackbar popup with a message, anchor position, and auto-hide duration in PowerShell Universal.
- [Show-UDToast](https://docs.devolutions.net/powershell-universal/powershell-commands/show-udtoast.md): Show-UDToast displays a toast notification with a customizable title, icon, color, transition, and screen position in PowerShell Universal.
- [Start-PSUApp](https://docs.devolutions.net/powershell-universal/powershell-commands/start-psuapp.md): Start-PSUApp starts a stopped app, identified by name or app object, running on a remote or local PowerShell Universal server.
- [Start-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/start-psudashboard.md): Start-PSUDashboard starts a stopped dashboard app, identified by name or app object, on a remote or local PowerShell Universal server.
- [Start-PSUGitEdit](https://docs.devolutions.net/powershell-universal/powershell-commands/start-psugitedit.md): Start-PSUGitEdit begins an editing session in PowerShell Universal when Git sync manages the server configuration files.
- [Start-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/start-psuserver.md): Start-PSUServer discovers, configures, and launches the PowerShell Universal server executable as a new background process.
- [Start-PSUTerminalInstance](https://docs.devolutions.net/powershell-universal/powershell-commands/start-psuterminalinstance.md): Start-PSUTerminalInstance launches a new running instance of a terminal configuration previously defined in PowerShell Universal.
- [Start-UDDownload](https://docs.devolutions.net/powershell-universal/powershell-commands/start-uddownload.md): Start-UDDownload triggers a browser file download from string data, a file path, or a URL inside a PowerShell Universal dashboard.
- [Stop-PSUApp](https://docs.devolutions.net/powershell-universal/powershell-commands/stop-psuapp.md): Stop-PSUApp stops a running app, identified by name or app object, on a remote or local PowerShell Universal server instance.
- [Stop-PSUDashboard](https://docs.devolutions.net/powershell-universal/powershell-commands/stop-psudashboard.md): Stop-PSUDashboard stops a running dashboard app, identified by name or app object, on a remote or local PowerShell Universal server.
- [Stop-PSUGitEdit](https://docs.devolutions.net/powershell-universal/powershell-commands/stop-psugitedit.md): Stop-PSUGitEdit cancels an active Git edit session on a PowerShell Universal server, discarding any pending configuration changes.
- [Stop-PSUJob](https://docs.devolutions.net/powershell-universal/powershell-commands/stop-psujob.md): Stop-PSUJob stops a running job, identified by its Id or job object, on a remote or local PowerShell Universal server.
- [Stop-PSUTerminalInstance](https://docs.devolutions.net/powershell-universal/powershell-commands/stop-psuterminalinstance.md): Stop-PSUTerminalInstance ends a running terminal instance that was previously started with Start-PSUTerminalInstance in PowerShell Universal.
- [Suspend-PSUFileWatcher](https://docs.devolutions.net/powershell-universal/powershell-commands/suspend-psufilewatcher.md): Suspend-PSUFileWatcher disables the configuration file watcher so file-based changes stop applying automatically in PowerShell Universal.
- [Sync-PSUComponent](https://docs.devolutions.net/powershell-universal/powershell-commands/sync-psucomponent.md): Sync-PSUComponent forces a dashboard component to reload, useful for refreshing UI state from scripts or APIs in PowerShell Universal.
- [Sync-PSUConfiguration](https://docs.devolutions.net/powershell-universal/powershell-commands/sync-psuconfiguration.md): Sync-PSUConfiguration reloads the PowerShell Universal configuration files from disk, optionally resetting or reloading a single file.
- [Sync-PSUGit](https://docs.devolutions.net/powershell-universal/powershell-commands/sync-psugit.md): Sync-PSUGit commits and pushes pending configuration changes to the connected remote Git repository in PowerShell Universal.
- [Sync-UDElement](https://docs.devolutions.net/powershell-universal/powershell-commands/sync-udelement.md): Sync-UDElement forces one or more dashboard elements to refresh their content, optionally broadcasting the update in PowerShell Universal.
- [Test-PSUAppToken](https://docs.devolutions.net/powershell-universal/powershell-commands/test-psuapptoken.md): Test-PSUAppToken validates an app token against an optional identity and role context on a remote PowerShell Universal server.
- [Test-PSUServerConnection](https://docs.devolutions.net/powershell-universal/powershell-commands/test-psuserverconnection.md): Test-PSUServerConnection checks whether a Connect-PSUServer session is active and can return detailed connection metadata.
- [Test-UDConnected](https://docs.devolutions.net/powershell-universal/powershell-commands/test-udconnected.md): Test-UDConnected checks whether the current users browser session is still connected to a PowerShell Universal dashboard.
- [Test-UDForm](https://docs.devolutions.net/powershell-universal/powershell-commands/test-udform.md): Test-UDForm triggers validation for a specified form component identified by Id within a PowerShell Universal dashboard page.
- [Uninstall-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/uninstall-psuserver.md): Uninstall-PSUServer removes the PowerShell Universal server binaries and its associated IIS website from the local machine.
- [Update-PSUServer](https://docs.devolutions.net/powershell-universal/powershell-commands/update-psuserver.md): Update-PSUServer upgrades the PowerShell Universal server binaries to a specific version or the latest available release.
- [Wait-PSUJob](https://docs.devolutions.net/powershell-universal/powershell-commands/wait-psujob.md): Wait-PSUJob pauses script execution until a specified job finishes, identified by its Id, run Id, or job object, in PowerShell Universal.
- [Write-PSUError](https://docs.devolutions.net/powershell-universal/powershell-commands/write-psuerror.md): Write-PSUError logs an error record to the PowerShell Universal job error stream without failing the currently running job.
- [Write-PSULog](https://docs.devolutions.net/powershell-universal/powershell-commands/write-psulog.md): Write-PSULog writes a message with a severity level, feature, and resource tag to the PowerShell Universal logging system.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/powershell-universal/powershell-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
