Dell V1.2 Guía de usuario Pagina 18

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 23
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 17
Dell OpenManage Essentials v1.2 Support For Dell Client Devices
18
For each objInstance in ColSystem
strMessage = strMessage & vbCRLF & "BIOS Version: "
strMessage = strMessage & objInstance.Properties_.Item("Version").Value
Next
'*** Display the results
WScript.Echo strMessage
'*** Sub used to display the correct usage of the script
Sub Usage()
Dim strMessage
strMessage = "incorrect syntax. You should run: " & vbCRLF & _
"cscript.exe //nologo serviceTag.vbs <systemname>"
WScript.Echo strMessage
End Sub
----------------------------------- Script Ends --------------------------------------------------
Note: If you copy the above contents into the script, run it first before configuring with OME. This
makes sure that any doc/pdf characters are not breaking the script.
Steps:
1. Copy the contents (between “Script Begins” and “Script Ends”) and save the file as
serviceTag.vbs to the C:\temp directory.
2. Launch the OME console and navigate to Manage Remote Tasks.
3. Select Create Command Line Task.
4. Select Generic Command.
5. Name the task, for example: Client Service Tag.
6. In Command, type: cscript.exe
7. In Arguments, provide: //nologo c:\temp\serviceTag.vbs $IP
Note: $IP is used to select a Task Target.
8. Select Output to file. Name the file: C:\temp\client-service-tag.txt and select the Append and
Include errors check boxes.
Vista de pagina 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23

Comentarios a estos manuales

Sin comentarios