Azure Virtual Desktops (AVD) discovering as Server class in SG-SCCM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2025 02:05 AM
Hi,
We too faced the same issue.
As this is from manufacturer, its comes as product type 3 (which is same as server), it creates in Server class.
We wrote rule to classify them as Computer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2025 06:43 AM
Hi,
We are having the same behaviour.
How did you do the configuration is ServiceNow to classify them as workstation?
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 11:03 AM
Here is what we wound up doing.
We have separate SCCM Site servers for Servers and Workstations. So, in the Data Source for importing from the Workstation SCCM Site server we just hardcoded the role assignment in the SQL statement.
This line in the SQL Statement:
v_GS_SYSTEM.SystemRole0 as SystemRole
Can be changed to
"Workstation" as SystemRole
This only worked because we have different Site servers between workstation and servers.