daknetworks.com

You are here: Blog Dell Powershell Bios | DellSmbios

Dell Powershell Bios | DellSmbios

Install-Module DellBIOSProvider

get-dellbiossettings

get-psdrive

ls DellSmbios

ls DellSmbios:\SystemInformation

set-item DellSmbios:\SystemInformation\asset $foovar

#Get all settings
$DellSettings = Get-ChildItem -Path DellSmbios:\
ForEach ($Setting in $DellSettings)
{
Get-ChildItem -Path "DellSmbios:\$($Setting.Category)" -WarningAction SilentlyContinue | Select-Object PSChildName,Attribute,CurrentValue,PossibleValues
}

NOTES:
https://www.configjon.com/working-with-the-dell-command-powershell-provider/
https://www.configjon.com/dell-bios-settings-management/

Contact Dak Networks

We are not taking on new clients at this time.