Get-StartApps

Get-StartApps

Gets the names and AppIDs of apps in the Start screen.

Syntaxe

Parameter Set: Default
Get-StartApps [[-Name] <Object> ] [ <CommonParameters>]

Description détaillée

The Get-StartApps cmdlet gets the names and AppIDs of apps in the Start screen of the current user. An AppID is an AppUserModelID. You can specify a particular app by using its name, or you can specify a name that includes the wildcard character (*). If you do not specify a name, the cmdlet displays all the apps from the Start screen.

Paramètres

-Name<Object>

Specifies the name of an app. You can use the wildcard character. If you do not specify this parameter, the cmdlet gets all the apps.

Alias

none

Obligatoire ?

false

Position ?

1

Valeur par défaut

All Apps

Accepter l’entrée de pipeline ?

false

Accepter les caractères génériques ?

true

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • PSObject

    A PSObject that contains the name and AppID for each app found in the Start screen for the user, as in this output example:

    Output Example:

    Name AppID
    ---- -----

    A. Datum Pro Center Datum.ProCenter
    Proseware Studio Proseware.Studio.5
    A. Datum 2010 prog..tion_0000000000000000_ebec13db489e8ef9
    Fabrikam Initializer Fabrikam.Initializer.1
    A. Datum Connector Contoso.Datum.Connector
    Proseware Design Pro Proseware.Design.3

Exemples

Example 1: Get all apps on the Start screen

This command gets all the names and IDs of apps in the Start screen for the current user.

PS C:\> Get-StartApps

Rubriques connexes

Export-StartLayout

Import-StartLayout