cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1168
Views
10
Helpful
5
Replies

TMS Endpoint Folder Counts

Hello,

Looking to see if there is a way to display or get the system count of endpoints in a particular folder in TMS (either displayed or exported counts, per folder)?

5 Replies 5

Zac Colton
Cisco Employee
Cisco Employee

Right now, there is no easy way, but there is a feature change due out in 15.7 where the folder name will be available in the system overview report.

Until the feature that Zachary mentions is released, in the meantime you could look into the tmsng database and with a little bit of work you can find out the number of systems per folder.  Look into dbo.objFolder_System for a list of all the systems and the folders they belong to, to find out what folder Id is what, look at dbo.objFolder.

Thank you, Patrick! I’m definitely going to give that a try.

Accessing the tmsng database directly is in no way supported, and should never be done, unless under the direct guidance of the product Business Unit (the development team) in an effort to correct an issue.

Thank you Zachary!