Function Repository Resource:

MacSystemProfiler

Source Notebook

Get macOS system profiler information

Contributed by: Arnoud Buzing

ResourceFunction["MacSystemProfiler"][]

gives macOS system profiler information.

Details

ResourceFunction["MacSystemProfiler"] calls the macOS "system_profiler" utility, imports the results and displays it as a Dataset.
Information about the Mac system profiler can be viewed here.

Examples

Basic Examples (1) 

Get full system profiler information:

In[1]:=
ds = ResourceFunction["MacSystemProfiler"][]
Out[1]=

Scope (2) 

Get information on your system's operating system:

In[2]:=
ds = ResourceFunction["MacSystemProfiler"][];
In[3]:=
ds["SPSoftwareDataType"]
Out[3]=

Get information on your system's Bluetooth component:

In[4]:=
ds["SPBluetoothDataType"]
Out[4]=

Publisher

Arnoud Buzing

Version History

  • 1.0.0 – 25 February 2022

Related Resources

License Information