Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please include to get the BIOS Version on the next release #139

Closed
NarayanasamyB opened this issue Oct 30, 2019 · 7 comments
Closed
Assignees
Milestone

Comments

@NarayanasamyB
Copy link

Can you please include to get the BIOS Version on the next release

@rzander
Copy link
Owner

rzander commented Oct 30, 2019

Do you mean (Get-WmiObject win32_BIOS).SMBIOSBIOSVersion ?

@NarayanasamyB
Copy link
Author

NarayanasamyB commented Oct 30, 2019 via email

rzander added a commit that referenced this issue Oct 30, 2019
@rzander rzander added this to the V1.0.6,1 milestone Oct 30, 2019
@rzander rzander self-assigned this Oct 30, 2019
@rzander
Copy link
Owner

rzander commented Oct 30, 2019

Implemented in ccfba1a

@rzander rzander closed this as completed Oct 30, 2019
@pilgi3
Copy link

pilgi3 commented Feb 4, 2020

@rzander Do you have implemented in the version 1.0.6.1 preview? I can't see the script in PSScripts.

@rzander
Copy link
Owner

rzander commented Feb 4, 2020

It's not in PSSCripts, it's in "Adhoc Inventory":
image

@realkazman2000
Copy link

I just save this powershell line as Model_info.ps1 and save it in the run custom powershell folder. So its from the main screen ;)

$(gwmi win32_computersystemproduct).version +" "+ (gwmi win32_computersystem).model + " Bios: " + $(gwmi win32_bios).smbiosBIOSVersion;

@pilgi3
Copy link

pilgi3 commented Feb 5, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants