I think I'd change the code @Michael Taylor offered a little bit:
Get-WmiObject -computername (Get-ADComputer -filter * -SearchBase "DC=<yourdc>,DC=<yourdc>").Name -class win32_bios
The Get-WmiObject takes an array as the value for its -ComputerName parameter.