Get-SmbDelegation

Get-SmbDelegation

Gets the constrained delegation authorizations for an SMB client.

구문

Parameter Set: Default
Get-SmbDelegation [-SmbServer] <String> [ <CommonParameters>]

자세한 설명

The Get-SmbDelegation cmdlet gets the constrained delegation authorizations that are currently defined for a server message block (SMB) client that you specify. Delegation allows a user who remotes into an SMB client to perform operations on a remote SMB server.

매개 변수

-SmbServer<String>

Specifies the name of an SMB server. The cmdlet gets the constrained delegation authorizations for the SMB server you specify.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

참고

  • This cmdlet relies on Active Directory Windows PowerShell cmdlets to perform its actions. Before you use this cmdlet, you must install the Active Directory cmdlets. To install the Active Directory cmdlets, run the following command:
    Install-WindowsFeature RSAT-AD-PowerShell
    For more information, type Get-Help Install-WindowsFeature.

    This cmdlet works only with resource-based delegation, and the Active Directory forest must be at the Windows Server 2012 functional level. To check the functional level of the Active Directory forest, use the Get-ADForest cmdlet.

예제

Example 1: Get the constrained delegation authorizations for an SMB client

This command gets the currently defined constrained delegation authorizations for the HVSRV01 server.

PS C:\> Get-SmbDelegation -SmbServer "HVSVR01"

관련 항목

Disable-SmbDelegation

Enable-SmbDelegation

Get-ADForest

Install-WindowsFeature