BOOT BIOS
Tout les bios de la terre ... (lol) White Paper: http://www.1e.com/fr/wp-content/plugins/1E-Resources_fr/includes/doc_download.php?id=86865831
---------------------------------
Juste sur Dell, parce que c'est ce qu'il y a de mieux pour l'OSD en général (pilotes, bios...etc):
install OMCI :
setup.exe /s /v"/qn REBOOT=ReallySuppress /l %windir%\temp\OMCI.log"
Disable all msgbox alerts for Dell OMCI on client:
gwmi -namespace root\dellomci Dell_IndicationStaticValues | foreach {$_.MaxDisplayNotifications=0 ; $_.Put()}
force pxe boot on next reboot:
gwmi -namespace root\dellomci Dell_Configuration | foreach {$_.ForcePXEonNextBoot=3; $_.Put()}
Pas encore testé:
Plusieurs hypothèse:
1) le boot pxe ne reste que pour le prochain reboot mais qu'ensuite le boot order revient à la normale
2) le boot pxe reste définitivement et donc il faut remettre une commande derrière pour booter sur le HDD ou avoir sauvegardé le bootorder et le remettre.
---------------------------------
---------------------------------
DELL OMCI X32: http://www.dell.com/support/drivers/us/en/19/DriverDetails?driverId=MJNYG
DELL OMCI X64: http://www.dell.com/support/drivers/us/en/19/DriverDetails?driverId=YTD6R
dell help: http://en.community.dell.com/techcenter/systems-management/w/wiki/4849.omci-for-boot-order.aspx
OMCI White Paper: http://www.dell.com/downloads/global/solutions/omci_info.pdf
DELL OMCI User Guide and Reference Guide: http://support.dell.com/support/edocs/software/smcliins/
---------------------------------
WMI Administrative Tools : http://www.microsoft.com/downloads/details.aspx?FamilyID=6430f853-1120-48db-8cc5-f2abdc3ed314&DisplayLang=en
PowerShell ScriptOMatic : http://www.microsoft.com/technet/scriptcenter/tools/psomatic.mspx
PowerShell WMI Explorer : http://thepowershellguy.com/blogs/posh/archive/2007/03/22/powershell-wmi-explorer-part-1.aspx
/image%2F0881799%2F20140610%2Fob_a8c7fe_logo2.jpg)
Commenter cet article