Naldo Silva
Member
- Messages
- 6
- Reaction score
- 0
- Points
- 1
Hi Prajwal
What query should I do to list all servers in devices in the environment?
Tks
What query should I do to list all servers in devices in the environment?
Tks
What do you have for a query now? what is not working for you?Hi Prajwal
What query should I do to list all servers in devices in the environment?
Tks
Today my search also brings all workstations, I need to filter only the serversHello GarthWhat do you have for a query now? what is not working for you?
I need to create a collection where I list all the servers in the environment.
How do you create this type of collection?
What do you have for a query now? what is not working for you?
Exactly what does your query look like?Today my search also brings all workstations, I need to filter only the servers
Tks
You can use below query to create a collection to list all the servers:Hi Prajwal
What query should I do to list all servers in devices in the environment?
Tks
Obrigado pela ajuda PauljebastinVocê pode usar a consulta abaixo para criar uma coleção para listar todos os servidores:
selecione SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_System.OperatingSystemNameandVersion,
SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client
de SMS_R_System onde SMS_R_System.OperatingSystemNameandVersion como "Server%"
OU SMS_R_System.OperatingSystemNameandVersion como "%Server%"