Share via


Get-AssignedAccess

Get-AssignedAccess

Retrieves the current configuration for assigned access.

Syntax

Get-AssignedAccess [ <CommonParameters>]

Detaillierte Beschreibung

The Get-AssignedAccess cmdlet retrieves the current configuration for assigned access, including the user name, user SID, app friendly name, and app ID.

Parameter

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

  • None.

    You cannot pipe input to this cmdlet.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • None.

    This cmdlet does not generate any output.

Beispiele

EXAMPLE 1

This example shows how to retrieve the current configuration for assigned access.

PS C:\> Get-AssignedAccess

User Name: MYPC\UserName
User SID:  S-1-5-21-594534509-2542345234-234523453-1004
AUMID:     Microsoft.Media.PlayReadyClient_2.3.1678.0_x64__8wekyb3d8bbwe
App Name:  Microsoft.Media.PlayReadyClient

Verwandte Themen

Set-AssignedAccess

Clear-AssignedAccess