Hello, again… With security risks caused by having outdated and vulnerable versions of Java and Firefox, it’s important you maintain the latest vendor releases. Here’s a short snippet of PS that will query that information for you to compare to your AD computers:
$firefox = get-weburl -url "https://www.mozilla.org/en-US/firefox/releases/" -Content | fl * | findstr "releasenotes" ; $firefox[0].SubString(62,4)
$java = Get-WebURL -url "https://java.com/en/download/win10.jsp" -content | fl * | findstr "Recommended Version" ; $java.Trim()