The CreatorCon Call for Content is officially open! Get started here.

Table for Laptops and workstation in CMDB and Microsoft Intune integration

jnipala
Tera Contributor

Hi gurus

Why MS Intune integration OOB puts laptops, workstations in the Computer [cmdb_ci_computer] table instead of cmdb_ci_pc_hardware?

Still handheld computers are put in computer class child table: cmdb_ci_handheld_computing!

 

What table should now be used for workstations and laptops cmdb_ci_computer or cmdb_ci_pc_hardware to avoid any customisation  or reporting issues or intune integration tweaks or any other new OOB usage of new servicenow OOB modules which needs laptop or workstation information?

 

 

jnipala_0-1692426596449.png

 

 

// Reference: https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-manageme...

3 REPLIES 3

Luiz Lucena
Mega Sage

Hi there,

I think that is the right place for workstations, cmdb_ci_computer.

 

The PC Hardware I would store things like keyboards, mouse, monitors, other hardware.

 

But all depends on each business needs.

cmdb_ci_pc_hardware is for "Multi-purpose electronic computer whose size, capabilities, and price make it feasible for individual use."

 

What you describe is the table cmdb_ci_peripheral. "Multi-purpose electronic computer whose size, capabilities, and price make it feasible for individual use."

So, the question remains.

You're right. 
As I said, all depends on business needs. 
However the question @jnipala did:
"Why MS Intune integration OOB puts laptops, workstations in the Computer [cmdb_ci_computer] table instead of cmdb_ci_pc_hardware?"

The answer is simple enough, the Computer table (cmdb_ci_computer) is where you store ALL computers (servers and workstations), which can be filtered then by Class.
Class = Computer is all your workstations.

ServiceNow has built-in filtered classes, for example, if you type Workstations in the Filter Navigator, you will land on Computer table already filtered by Class = Computer:
Screenshot 2024-11-15 at 13.00.07.pngScreenshot 2024-11-15 at 13.00.31.png

Hope that helps.