Skip to content

Instantly share code, notes, and snippets.

@helloavo
Last active August 26, 2025 21:11
Show Gist options
  • Select an option

  • Save helloavo/2ddf62fd5454c9fdff98594dd3f3b2d9 to your computer and use it in GitHub Desktop.

Select an option

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
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