Enabling EFS on Remote Servers

Have you ever tried to encrypt a file located on a file server? Unless you have enabled that server for delegation, you will not be successful (the error below is what I got when I tried):---

DevPro Staff

January 9, 2005

1 Min Read
ITPro Today logo

Have you ever tried to encrypt a file located on a file server? Unless you have enabled that server for delegation, you will not be successful (the error below is what I got when I tried):

------------------------------------------------------

Error Applying Attributes
An error occurred applying attributes to the following file:

K:filename.xxx

The requested operation requires delegation to be enabled on the machine.

------------------------------------------------------

I found some information on this and was able to get it working. What you need to do is to delegate the file server:

An excerpt from a Microsoft How-to Article:
To enable a remote server for file encryption

  1. Open Active Directory Users and Computers.

  2. Locate the remote server name, right-click the remote server name, and then click Properties.

  3. Click the Delegation tab.

  4. Select the Trust this computer for delegation to any service (Kerberos only) option.

------------------------------------------------------

I had to log off and back on again to make this change take effect, but I was able to encrypt a remote file after that.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like