I know that you can check the date of the AMCore installation via the ENS console. I was wondering if there is another way to check? Maybe the registry or a folder somewhere? Please advise.
Solved! Go to Solution.
Yes, you can: https://kc.mcafee.com/corporate/index?page=content&id=KB85784
Is there a way to determine the AMCore content version from the registry or file system?
Yes. Perform the following steps:
Yes, you can: https://kc.mcafee.com/corporate/index?page=content&id=KB85784
Is there a way to determine the AMCore content version from the registry or file system?
Yes. Perform the following steps:
hi,
do you have a power shell comande that cn help to check that please !?
Thanks in advance.
try this:
$ContentDate = Get-ItemPropertyValue -Path HKLM:\SOFTWARE\McAfee\AVSolution\DS\DS -Name szContentCreationDate
$CurrentDate = Get-Date -Format "yyyy-MM-dd"
$TimeSinceUpdate = (New-TimeSpan -Start $ContentDate -End $CurrentDate).Days
Write-Host "Your McAfee content was updated " $TimeSinceUpdate "day(s) ago on" $ContentDate"."
Read-Host -Prompt 'Press Enter key to exit'
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA