MDT Bios Update Easy way

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 11

  • @MrBadgeUK
    @MrBadgeUK 6 лет назад +2

    Thank you for sharing this! The only question I have is why you have added this as an Application and not as a powershell script?
    Again, thank you for sharing! What a brilliant idea.

  • @robertomarsachjr3796
    @robertomarsachjr3796 6 лет назад +1

    What application did you use to make the bios update all application? Where did you store the power shell script?

  • @davidbarber9533
    @davidbarber9533 6 лет назад +1

    Will this work for 64 bit bios update?

  • @ShawnA560
    @ShawnA560  7 лет назад +2

    Set-ExecutionPolicy unrestricted -Force
    $pcModel = (Get-WmiObject -Class:Win32_ComputerSystem).Model
    Switch -wildcard ($pcModel)
    {
    "Latitude E6230" { Start-Process "%ScriptRoot%\Custom_Script\BIOS-Update\E6230A18.exe" /s }
    }

    • @lijie6431
      @lijie6431 6 лет назад

      Saeid Ansaripour is it possible to run dell Command update at the end?

    • @Dewey-wz4ny
      @Dewey-wz4ny 6 лет назад

      Thank you! Very Helpful!