New extension attribute - 64 bit capable

Not applicable

Hello All,

Today I was asked to find out how many of our systems are 32 bit, and 64 bit capable. I whipped this up and thought I'd share. (See attached doc.) I have a few others I might be posting soon just have to finish testing.

Enjoy.

Sean

1 REPLY 1

sean
Valued Contributor

You may wish to add some 'if' statements.

This to allow for powerpc machines.

ioreg -l -p IODeviceTree | grep -i firmware | cut -d "<" -f 2 | sed 's/>//'

And I find this is also useful if you are running Intel + Snow Leopard

system_profiler SPSoftwareDataType | grep 64-bit | sed 's/ {6}//'

Sean