Dell服务器升级bios:Dell BiOS更新

关于Dell服务器升级bios的问题,在how to update dell bios中经常遇到, 我在我的公司作为一个帮助台工作。新的命令行和 PowerShell。我有一个公司,管理大约 100 台笔记本电脑,我手动升级他们的 BIOS。在手动升级期间,它会自动挂起 BitLocker。我发现一个沉默的方式在 PowerShell 上通过戴尔文档使用此命令:

我在我的公司作为一个帮助台工作。新的命令行和 PowerShell。我有一个公司,管理大约 100 台笔记本电脑,我手动升级他们的 BIOS。在手动升级期间,它会自动挂起 BitLocker。我发现一个沉默的方式在 PowerShell 上通过戴尔文档使用此命令:

Below is an example output from the Latitude E6520 BIOS executable “E6520A05.exe”.
General usage:
Typical Syntax: Filename.exe [/<option1>[=<value1>]] [/<option2>[=<value2>]]
Option - Description:
(none) - Display of graphical user intece for guided update.
/? or /h - Displays this Dell System BIOS Update usage information.
/s - Suppresses all graphical user inteces of the BIOS System BIOS Update.
/l= - Define a specific path for the Dell System BIOS Update log file.
/f - Override a soft dependency error returned from the Dell System BIOS Update. NOTE: Requires /s option.
/r - Reboot the system to complete the update. NOTE: Requires /s option.
/p= - Provide the BIOS password (if needed) to perform the BIOS update.
Example(s):
Update the system silently: Filename.exe /s
Change from the default log location (example target path: C:\my path with spaces\log.txt)
Filename.exe /l=”C:\my path with spaces\log.txt”
Force update to continue (even on “soft” qualification errors): Filename.exe /s /f"

在我的情况下,我的笔记本电脑是 DELL Precision 5530,并使用此命令更新

.\Precision_5530_1.25.0.exe /noPause /s /f /l=C:\Temp\BiOS.log

我的问题是我们的公司政策有 BitLocker,系统管理员建议上述命令将工作正常,但找到一种方法来暂停 BitLocker 之前(这样我们就可以避免崩溃的笔记本电脑超出保修期),但也确保打开更新后。

对此的任何见解都会有所帮助。

非常感谢。

0

在 powershell 中:

Suspend-BitLocker -MountPoint "C:" -RebootCount 0

或在批处理文件中:

manage-bde -protectors -disable c:

本站系公益性非盈利分享网址,本文来自用户投稿,不代表码文网立场,如若转载,请注明出处

(261)
模拟ios:iOS检测模拟位置(virtual location iphone)
上一篇
Flash player 9:所有FlashPlayer版本 8-9-10和现在的10.2或 3有什么区别
下一篇

相关推荐

发表评论

登录 后才能评论

评论列表(13条)