Condividi tramite


Get-AssignedAccess

Get-AssignedAccess

Retrieves the current configuration for assigned access.

Sintassi

Get-AssignedAccess [ <CommonParameters>]

Descrizione dettagliata

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

Parametri

<CommonParameters>

Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere   about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Input

Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.

  • None.

    You cannot pipe input to this cmdlet.

Output

Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.

  • None.

    This cmdlet does not generate any output.

Esempi

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

Argomenti correlati

Set-AssignedAccess

Clear-AssignedAccess