Does Service Graph Connector for SCCM fetch free disk space info?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 12:07 AM
Hi,
Does Service Graph Connector for SCCM fetch free disk space info? If anyone is currently able to get this via default or custom then i would like to know.
Currently we are not seeing the free disk space info populated so wanted to understand if it doesnt fetch by default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 01:53 AM
I doubt it fetches FREE DISK SPACE as a ready made Attribute for consumption.
You can check this staging table data too- sn_sccm_integrate_sccm2019_disk
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 05:54 AM
Thanks Rahul,
No i dont see that in the staging table for 'Free disk space'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 10:15 AM
no it only shows Disk Space(size_GB in staging ---disk.disk_space), not the Free disk space.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 07:44 PM
So if Total Space is also there? if yes then we can add one more Jobs to do calculation total-used to get free space and populate it.
Regards
RP