Symantec Endpoint Encryption protects sensitive information and ensures regulatory compliance. It encrypts all files on the hard drive, sector-by-sector, for maximum security. It supports Windows, Mac, tablets, self-encrypting drives, and removable media (USB drives, external hard drives, and DVDs).

I had a chance to install it in my lab environment for a testing. This post is kind of recording all steps including all mistakes I had made, especially in the YouTube video. The version I am using is 11.2.1. The process is also test with version 11.3.x

1. Pre-Installation System Requirements:

1.1 OS Requirements

  • Microsoft Windows Server 2016 Datacenter, with updates
  • Microsoft Windows Server 2016 Standard, with updates
  • Microsoft Windows Server 2012 R2 Datacenter, with updates
  • Microsoft Windows Server 2012 R2 Standard, with updates
  • Microsoft Windows Server 2008 R2 Enterprise SP1 (Deprecated in SEE 11.2.1 MP1)
  • Microsoft Windows Server 2008 R2 Standard SP1 (Deprecated in SEE 11.2.1 MP1)


1.2 .NET Requirements

Operating system Required version of .NET Framework
Microsoft Windows Server 2008 R2 4.5.2 (Deprecated in SEE 11.2.1 MP1)
Microsoft Windows Server 2012 R2 4.5.2
Microsoft Windows Server 2016
4.6.2 (For Symantec Endpoint Encryption 11.1.3 and later)

1.3 DB Requirements

SQL Server Version On the Symantec Endpoint
Encryption Management
Server
SQL
Server 2016 Enterprise (64-bit)
Yes
SQL
Server 2016 Standard (64-bit)
Yes
SQL
Server 2014 Enterprise (64-bit)
Yes
SQL
Server 2014 Standard (64-bit)
Yes
SQL
Server 2014 Express with Advanced Services (64-bit) (deprecated in
SEE 11.2.1 MP1)
Yes
SQL
Server 2012 Enterprise, SP1 (64-bit) (deprecated in SEE 11.2.1 MP1)
Yes
SQL
Server 2012 Standard, SP1 (64-bit) (deprecated in SEE 11.2.1 MP1)
Yes
SQL
Server 2012 Express with Advanced Services, SP1 (64-bit) (deprecated in SEE
11.2.1 MP1)
Yes

1.4 Add prerequisites to the server 
including Internet Information Services (IIS), the .NET framework, and other tools.See article HOWTO101921 for enabling the prerequisite server roles and features.

1.5 Download SEE Installation Software

2. Installing Symantec Endpoint Encryption Server

2.1 Install Server
Double-click the file “SEE Server Suite x64.msi” to run it.

You can find the  Symantec Endpoint Encryption Installation Guide at https://support.symantec.com/en_US/article.DOC9134.html. Download 11.2.1 installation guide file – symcEE_11.2.1_InstallGuide_en.pdf.

Follow the guide, you should be able to get installation done if all prerequisites meet. My video at the end of this post will give you an idea how this installation looks like.

2.2 Install AutoLogon 
Install the Autologon server MSI on a machine with the Symantec Endpoint Encryption Management Console

  • The MSI files are included with the initial server installers downloaded from Symantec
  • The Symantec Endpoint Encryption Management Agent component must be installed first
  • Credentials to connect to the database will be needed

3. Configuring the Symantec Endpoint Encryption Management Server
After you run the Symantec Endpoint Encryption Management Server wizard, the configuration
wizard automatically launches. You use the wizard to set up your directory service synchronization and to configure the Web service. You can also manually start the wizard by running the configuration manager program on the Symantec Endpoint Encryption Management Server. You must complete the wizard before you can synchronize your directory services and create your client installation packages.

4. Using the Symantec Endpoint Encryption Manager to Generate Windows Clients

4.1 Generate SEE Client

4.2 Generate AutoLogon Client

Note:

  • Enable Always Autologon
  • Uncheck ‘Use TPM if Available’

5. Deploying Clients

5.1 Deploy SEE Client
Double click new generated SEE client software , either “SEE Client.exe” or “SEE Client_x64.exe”, to start installation. You will need admin privilege account to install this client.

After complete installation, based on your package settings, you might see following screen after you rebooted your machine.

Once you successfully SSO logged in client machine, you can check SEE Management Agent software to see check in status.

5.2 Deploy AutoLogon Client

6. Create SEE Policy 
6.1 SEE Native Policy Manager

  • If Directory Synchronization is not enabled, or the machine is not a member of the configured domain, Native Policies will be used to manage settings for the Autologon Utility
  • Settings can be updated in the Symantec Endpoint Encryption Management Console from the “Symantec Endpoint Encryption Native Policy Manager” snap-in.

6.2 Using Group policy to manage SEE settings and autologon utility

7. Create Groups at SEE Users and Computers – > SEE Managed Computers
You can create your own group based on your policy.

8. Assign SEE policy created at step 6 to the Group created at step 7

Symantec Encryption Endpoint 11.2.1 Installation Guide can be downloaded from  symcEE_11.2.1_InstallGuide_en.pdf (1.3 MB)
Symantec Encryption Endpoint 11.2.1 Policy Administrator Guide can be downloaded from symcEE_11.2.1_PolicyAdmin_en.pdf (2.7 MB)

Troubleshooting:

Issue 1 – Save failed for web server configuration due to invalid data

The web site actually creates during the initial Management Server installation.  If you are at the section where the yellow/white boxes are asking for configuration data, the site should be saved already.  If it is not, uninstall, verify IIS components are all installed as required in HOWTO101921,  and try again.

If you are still in the installation piece of the Management Server, you most likely have missed part of the required IIS pieces.  Exit the installation and verify everything in HOWTO101921 is set up correctly.
The most common missed pieces are the “IIS 6 Management Compatibility (check all four entries)” and the “IIS Management Scripts and Tools”.  Both IIS 6 and 7 components are required.

Troubleshooting Tools: Drive Encryption Administrator Command Line Interface

Symantec Endpoint Encryption Autologon Settings may be managed from the client machine itself using the built in Client Administrator Command Line Interface. The command line utility can be used to check the current status of Autologon, as well as enable or disable the utility.
Only Drive Encryption Client Administrators can use the command line utility.

Sample Commands:
To be run from the C:\Program File\Symantec\Endpoint Encryption Clients\Drive Encryption
directory inside Command Prompt. In the below examples, replace <Client Admin Username>, <Client Admin Password>, and <Number of bypasses> with the appropriate values

Check Status of Autologon:
eedadmincli –check-autologon –au <Client Admin Username> –ap <Client Admin Password>

Enable Autologon (The count option is optional with a default of 1 if not specified):
eedadmincli –enable-autologon –count <Number of bypasses> –au <Client Admin Username> –ap <Client Admin Password>

Disable Autologon:
eedadmincli –disable-autologon –au <Client Admin Username> –ap <Client Admin Password>

YouTube – Deploy SEE Video:

References:

By Jonny

Leave a Reply