Last active
August 26, 2025 21:11
-
-
Save helloavo/2ddf62fd5454c9fdff98594dd3f3b2d9 to your computer and use it in GitHub Desktop.
Powershell script to check the current BIOS version with a string version, returns "Match", works for SCCM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If ('TargetVer' -eq (Get-WmiObject -Class Win32_BIOS).SMBIOSBIOSVersion) {Write-Host("Match")} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment