< # .SYNOPSIS This script gets all the computers in a domain and then displays bios details for each one. .DESCRIPTION This script uses the Active Directory module to get all computers. Then it enumerates this set and uses WMI to get bios information from each system. Note that script does not handle WMI errors. .NOTES File Name : Get-Bios.ps1 Author … Read the full text.