Book now with code EOY2025
$computers = Get-Content "C:\temp\computers.txt" ForEach-Object ( $computer in $computers ) { $java = Get-WmiObject -ComputerName $computer Win32_Product | WHERE { $_.name -like "J2SE Runtime Environment*" } $java.uninstall() }
Use code EOY2025 to receive $250 off your 2025 certification boot camp!