Posted On March 27, 2019

Symantec Antivirus 11 Installation Notes

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Symantec Antivirus 11 Installation Notes
- Endpoint protection manager is dependent on IIS, make sure that the "Default Website" "Directory Security" "IP Address and Domain Name Restrictions" are set to "Granted Access" to all. Also, authentication and access control allows "anonymous access"
- For manual reconfiguration of clients to connect to Endpoint Protection Manager, use SylinkDrop.exe and browse to the Sylink.xml file located inside of " C:\Program Files\Symantec\Symantec Endpoint Protection Manager\data\outbox\agent\{some code here}"
- 12-month subscriptions license is automatically applied - there's no need to install any licensing file

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install Windows Dot Net 3.5 & 4.5

Run these commands to check dot net 3.5: PS C:\Windows\system32> import-module servermanagerPS C:\Windows\system32> get-windowsfeature web-asp-netDisplay…

Exchange 2007 Staged Migration to Office 365

Intro: Exchange 2003 or 2007 is so old that detailed instructions would only be useful…

PowerShell: Enable ISE

Import-Module ServerManager;Add-WindowsFeature PowerShell-ISE