Tag Archives: Symantec Endpoint Protection

Symantec Enpoint Protection–detect version and virus definitions state with Powershell

Get-ItemProperty -Path "hklm:\SOFTWARE\Symantec\Symantec Endpoint Protection\CurrentVersion" -name productversion

…gets SEP version

 

get-content (join-path -path (Get-ItemProperty -Path "hklm:\SOFTWARE\Symantec\Symantec Endpoint Protection\CurrentVersion\Content" -name virusdefs | select -expand virusdefs) -childpath definfo.dat)

…get virus defs version

To The Point

Anything about Technology and Business

PowerScripting Podcast

Shownotes and links for the PowerScripting Podcast, a podcast to help people learn Windows Powershell

Learn Powershell | Achieve More

What is this Powershell of which you speak?