Assigned Access Cmdlets in Windows PowerShell

Windows PowerShell® 是工作型命令列殼層和指令碼語言,專為系統管理所設計。本參考主題適用於資訊技術 (IT) 專業人員,提供利用 Windows PowerShell Cmdlet 以執行指令碼和自動化工作的協助。

AssignedAccess

The Windows PowerShell cmdlets for Assigned Access are designed to enable the administration of restricted app access to specific user accounts. When Assigned Access is configured on a user account, it can use only one Windows Store app. The user cannot exit the app, sign out, or access any system settings.

cmdlet Description

Clear-AssignedAccess

Removes the user account from assigned access.

Get-AssignedAccess

Retrieves the current configuration for assigned access.

Set-AssignedAccess

Configures a user to launch only one app.

注意

To list all the cmdlets that are available, use the Get-Command –Module AssignedAccess cmdlet.

如需有關任何 Cmdlet 的詳細資訊或其語法,請使用 Get-help <Cmdlet 名稱> Cmdlet,其中 *<Cmdlet 名稱>*是您想要研究的 Cmdlet 的名稱。如需詳細資訊,您可以執行下列任何 Cmdlet:

Get-Help <Cmdlet 名稱> -Detailed
Get-Help <Cmdlet 名稱> -Examples
Get-Help <Cmdlet 名稱> -Full