Endpoint Protection

 View Only

How to create a query to List all the SEP clients which are logged in. 

Dec 10, 2010 10:02 AM

If You would like to get fast report about SEP clients connected to SEPManager you can use this query.

use SEPdbName

SELECTSEM_CLIENT.COMPUTER_NAME as Computer, SEM_AGENT.LAST_SERVER_ID as Server, SEM_AGENT.STATUS as Status, SEM_COMPUTER.IP_ADDR1 as IP

From SEPdbName.SEM_CLIENT, SEPdbName.SEM_AGENT, SEPdbName.SEM_COMPUTER

Where SEM_AGENT.COMPUTER_ID = SEM_CLIENT.COMPUTER_ID and SEM_AGENT.STATUS = 1 and SEM_CLIENT.COMPUTER_NAME = SEM_COMPUTER.COMPUTER_NAME

 

 

 

 

where SEPdbName is a SEPManager Data Base name.

 

In next Blog entries I will explain more.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Dec 16, 2010 11:27 AM

Thanks! This looks pretty nifty =]

Related Entries and Links

No Related Resource entered.