Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SQL Views that need to server details

  • Thread starter Thread starter dj3094
  • Start date Start date
  • Replies Replies 7
  • Views Views 3K
Status
Not open for further replies.

dj3094

Well-Known Member
Messages
241
Reaction score
7
Points
18
Hello all,
I am trying get information of all servers, what views do I need?
Virtual machine type(hyper V, Vmware,physical)
cores
free space
machine name
RAM
total console user
created date
OS
common user
mode
manufacturer
drive size....

goal is get info of the all the view.

Regards
Anche
 
Thanks Garath,

I have checked the link but couldnt find all I need, Here are some views I came up
v_RA_System_Ipaddress
v_GS_Logical_disk
v_r_system
v_gs_system_enclosure
v_gs_network_adapttor
v_gs_processor

required fields are atatched
Is there any other views I can use to get all information?

Thanks in advance
 

Attachments

  • Capture.PNG
    Capture.PNG
    11.9 KB · Views: 1
  • Capture2.PNG
    Capture2.PNG
    13.9 KB · Views: 1
Thanks Garath,

I have checked the link but couldnt find all I need, Here are some views I came up
v_RA_System_Ipaddress
v_GS_Logical_disk
v_r_system
v_gs_system_enclosure
v_gs_network_adapttor
v_gs_processor

required fields are atatched
Is there any other views I can use to get all information?

Thanks in advance
What columns are you missing?
 
I am missing the manufacturer, last hardware scan, last logged on user, data source, most common user, serial number, cpu speed, cpu type, created date, etc,,
 
Thanks Garath,

Is it recommended to create new custom view that pull all the fields I required?
 
No it is NOT supported to do that adn it MIGHT cause upgrades to fail.
 
Status
Not open for further replies.
Back
Top