Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 577 Bytes

File metadata and controls

23 lines (16 loc) · 577 Bytes

Systems Administration & Hardware

:glob:
:titlesonly:
:maxdepth: 1

systems/*
- [Jenkins Build Server setup](/processes/continuous_integration/Adding-a-new-Windows-machine-to-Jenkins)

Looking up Dell service-tag numbers

You can check specifications of Dell machines by getting their service tag, using the following command in powershell:

get-ciminstance win32_bios | select SerialNumber

This will return a short string which can be looked up on the Dell support site.