Users Guide

Table Of Contents
1. Establezca el selector detallando la clase DCIM_BIOSService. Ejecución:
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=<password>”
2. Configure la contraseña del BIOS en el sistema si ya no está configurada con el siguiente 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. Active la seguridad de TPM con el siguiente 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. Reinicie el sistema.
5. Active el TPM con el siguiente 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>”
Cambio de la secuencia de inicio
Para cambiar la secuencia de inicio, siga los pasos que se indican a continuación:
1. Compruebe el tipo de orden de inicio (heredado o UEFI) usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_BootConfigSetting get
ElementName/format:list.
Comando de PowerShell: Get-WmiObject -namespace root\dcim\sysman -class dcim_BootConfigSetting
-Property ElementName.
2. Compruebe el tipo de orden de inicio (heredado o UEFI) actual usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_ElementSettingData.IsCurrent=1
get SettingData /format:list .
Comando de PowerShell: Get-WmiObject -namespace root\dcim\sysman -class dcim_elementSettingData
-Filter "IsCurrent=1" -Property SettingData.
3. Cambio de orden de inicio usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_bootconfigsetting call
ChangeBootOrder /?:full .
Comando de PowerShell: (Get-WmiObject -namespace root\dcim\sysman -class
dcim_bootconfigsetting).getmethodparameters("ChangeBootOrder") .
NOTA:
La instancia dcim_BootConfigSetting debe representar la configuración de inicio que desea cambiar, ya sea de
tipo 1 (heredada) o de tipo 2 (UEFI).
Los argumentos son:
Authorization Token: esta es la contraseña de inicio o de administrador.
Uso de Dell Command | Monitor 10.5
19