cancel
Showing results for 
Search instead for 
Did you mean: 

List of Active clients in NBU

RohitNayal
Level 5
Certified

Hi All,

 

From OPS center how can I extract the report for all the list of server with their OS and HW information and need to get the list of only active clients which are in active policy

 

Regards

Rohit

1 ACCEPTED SOLUTION

Accepted Solutions

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Try this.

 

select

domain_client.name as "Client",

domain_client.isactive as "Active?",

domain_client.ispolicyclient as "Listed in Policy",

domain_client.versionlabel as "Version",

domain_client.hardware as "Hardware",

domain_client.ostype as "OS"

from domain_client

View solution in original post

1 REPLY 1

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Try this.

 

select

domain_client.name as "Client",

domain_client.isactive as "Active?",

domain_client.ispolicyclient as "Listed in Policy",

domain_client.versionlabel as "Version",

domain_client.hardware as "Hardware",

domain_client.ostype as "OS"

from domain_client