Ksetup:getenctypeattr

Updated: April 17, 2012

Applies To: Windows Server 2008 R2

Retrieves the encryption type attribute for the domain. For examples of how this command can be used, see Examples.

Syntax

ksetup /getenctypeattr <DomainName> 

Parameters

Parameter Description

<DomainName>

Name of the domain to which you want to establish a connection. Use the fully qualified domain name or a simple form of the name, such as corp.contoso.com or contoso.

Remarks

To view the encryption type for the Kerberos ticket-granting ticket (TGT) and the session key, run the klist command and view the output.

If the command succeeds or fails, a status message is displayed upon successful or failed completion.

To set the domain that you want to connect to and use, run the ksetup /domain <DomainName> command.

Examples

Verify the encryption type attribute for the domain:

ksetup /getenctypeattr mit.contoso.com

Additional references