Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
7/8/2014
Review the syntax, parameters, and examples for the Get-AssignedAccess Windows PowerShell cmdlet for Windows Embedded 8.1 Industry (Industry 8.1).
Retrieves the current configuration for assigned access.
Syntax
Get-AssignedAccess [<CommonParameters>]
Parameters
- <CommonParameters>
This command supports the following common parameters that are implemented by Windows PowerShell: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters on MSDN.
Description
The Get-AssignedAccess cmdlet retrieves the current configuration for assigned access, including the user name, user SID, app friendly name, and app ID.
Remarks
For more information, type "Get-Help Get-AssignedAccess -detailed". For technical information, type "Get-Help Get-AssignedAccess -full".
Examples
EXAMPLE 1
C:\PS>Get-AssignedAccess-----------
Output
-----------
User Name: MYPC\UserName
User SID: S-1-5-21-594534509-2542345234-234523453-1004
AppUserModelId: Microsoft.Media.PlayReadyClient_2.3.1678.0_x64__8wekyb3d8bbwe
App Name: Microsoft.Media.PlayReadyClient-----------
Description
-----------
This example shows how to retrieve the current configuration for assigned access.