This is helpful to someone who's trying to obtain/maintain visibility into a server. This is a good Metric for QBRs, recurring site reviews, and an onboarding report.
SystemInfo.[join(
, [
Name:
, to_string(Name)]), join(
, [
Type:
, to_string(MachineType)]), join(
, [
OS:
, to_string(Caption)]), join(
, [
Make:
, to_string(Manufacturer)]), join(
, [
Model:
, to_string(MachineModel)]), join(
, [
Serial Number:
, to_string(SerialNumber)]), join(
, [
Physical Memory:
, to_string(TotalVisibleMemorySize)]), join(
, [
Virtual Memory:
, to_string(TotalVirtualMemorySize)]), join(
, [
Processors:
, to_string(Processor)]), join(
, [
Drive Breakdown:
, to_string(StrHardDrives)])]