Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
itkai
Engaged Sweeper
What table/field is the windows operating system bit type stored in? I'm trying to write a query that is limited only to x64 windows based systems.

Thanks,
GaryO
1 REPLY 1
RCorbeil
Honored Sweeper II
Case
When tblComputerSystem.SystemType Like 'X86%' Then '32-bit'
When tblComputerSystem.SystemType Like 'x64%' Then '64-bit'
Else ''
End As Bitness,

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now