For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stop-PSUDashboard

Stops an app in PowerShell Universal.

Synopsis

Stops an app in PowerShell Universal.

Syntax

Stop-PSUDashboard [-AppToken <String>] [-ComputerName <String>] [-Integrated] [-UseDefaultCredentials] [-Credential <PSCredential>] [-TrustCertificate] -App <Dashboard> [<CommonParameters>]

    Stop-PSUDashboard [-AppToken <String>] [-ComputerName <String>] [-Integrated] [-UseDefaultCredentials] [-Credential <PSCredential>] [-TrustCertificate] -Name <String> [<CommonParameters>]

Description

Stops an app in PowerShell Universal.

Parameters

-AppToken

The AppToken that is used for calling the PowerShell Universal Management API. You can also call Connect-PSUServer before calling this cmdlet to set the AppToken for the entire session.

Required?                    false
Position?                    named
Default value                None
Accept pipeline input?       False
Aliases                      none
Accept wildcard characters?  false

-ComputerName

Specifies the computer name or URL that should be called when accessing the PowerShell Universal Management API. You can also use Connect-PSUServer before calling this cmdlet to set the computer name for the entire session.

-Credential

Credentials to login to the PowerShell Universal Management API.

-App

The app to stop.

-Name

The name of the app to stop.

Inputs

PowerShellUniversal.Dashboard

Outputs

System.Object

Notes

-------------------------- Example 1 --------------------------

Last updated

Was this helpful?