Users Guide

Table Of Contents
2. Impostare la password del BIOS nel sistema se non è già stata impostata utilizzando il seguente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P
5985 –u <user name> –p <password> –y basic –v –V –k “AttributeName=Trusted Platform
Module” –k “AttributeValue=1” –k “AuthorizationToken=<password>”
3. Abilitare la sicurezza TPM utilizzando il seguente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P
5985 –u <user name> –p <password> –y basic –v –V –k “AttributeName=Trusted Platform
Module Activation” –k “AttributeValue=2” –k “AuthorizationToken=<password>”
4. Riavviare il sistema.
5. Attivare il TPM utilizzando il seguente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP/name> –P 5985
–u <user name> –p <password> –y basic –v –V –k “AttributeName=AdminPwd” –k
“AttributeValue=” –k “AuthorizationToken=<password>”
Modifica dell'ordine di avvio
Per modificare la sequenza di avvio seguire i seguenti passaggi:
:
1. Verificare il tipo di ordine di avvio (Legacy o UEFI) utilizzando il seguente comando:
Comando WMIC: wmic /namespace:\\root\dcim\sysman path dcim_BootConfigSetting get
ElementName/format:list.
Comando PowerShell: gwmi -namespace root\dcim\sysman -class dcim_BootConfigSetting -Property
ElementName.
2. Verificare il tipo di ordine di avvio corrente (Legacy o UEFI) utilizzando il seguente comando:
Comando WMIC: wmic /namespace:\\root\dcim\sysman path dcim_ElementSettingData.IsCurrent=1
get SettingData /format:list .
Comando PowerShell: gwmi -namespace root\dcim\sysman -class dcim_elementSettingData -Filter
"IsCurrent=1" -Property SettingData.
3. Modifica dell'ordine di avvio tramite il seguente comando:
Comando WMIC: wmic /namespace:\\root\dcim\sysman path dcim_bootconfigsetting call
ChangeBootOrder /?:full .
Comando PowerShell: (gwmi -namespace root\dcim\sysman -class
dcim_bootconfigsetting).getmethodparameters("ChangeBootOrder") .
N.B.:
L'istanza dcim_BootConfigSetting deve rappresentare la configurazione di avvio che si desidera modificare: tipo
1 (Legacy) o tipo 2 (UEFI).
Gli argomenti sono i seguenti:
Authorization Token - Si tratta della password dell'amministratore o di avvio.
Source - Si tratta dell'elenco degli ordini di avvio derivante dalla proprietà dcim_OrderedComponent.PartComponent. Il
nuovo ordine di avvio viene determinato dall'ordine delle unità di avvio nell'array di origine.
4. Modifica dell'ordine di avvio per l'elenco di avvii del tipo 1 tramite PowerShell:
Uso di Dell Command | Monitor 10.3
19