Get-StartApps

Get-StartApps

Gets the names and AppIDs of installed apps.

구문

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

자세한 설명

The Get-StartApps cmdlet gets the names and AppIDs of installed apps 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 installed apps.

매개 변수

-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.

별칭

none

필수 여부

false

위치

1

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

  • 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

Example 1: Get all apps

This command gets all the names and IDs of installed apps for the current user.

PS C:\> Get-StartApps

관련 항목

Export-StartLayout

Import-StartLayout

Start Layout Cmdlets