Skip to main content
NetApp Knowledge Base

Global File Cache: Can I enable share encryption on a GFC Edge?

Views:
89
Visibility:
Public
Votes:
0
Category:
global-file-cache
Specialty:
cloud
Last Updated:

Applies to

  • Global File Cache (GFC)
  • Edge
  • FastData Share

Answer

  • Yes, encryption can be enabled on SMB shares. 
  • Important: With enabling any encryption, SMB performance may be affected. Enabling encryption should be tested to ensure it meets your performance needs. 

Additional Information

Enable SMB Encryption with Windows PowerShell.

Sign into your server and run PowerShell on your computer in an elevated session.

To enable SMB Encryption for an individual file share, run the following command.

Set-SmbShare –Name <sharename> -EncryptData $true

To enable SMB Encryption for the entire file server, run the following command.

Set-SmbServerConfiguration –EncryptData $true

 

 

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.