I need a solution
I need a query that I can use to create a token for the task server that the machine has most recently been connected to as of last inventory update. I have seed several refrences to that being done post 7.X but I could not find the table or view that has that information for my life.
Basically I want a query like this:
Select
vComputer.Server
From
vComputer
Where
vComputer.Guid = 'xxxxxxxxxxxxxxxxxxxxxxxxx'
That finds TaskServer instead of Server. Only I don't know where in the database the taskserver field is stored. I would expect it to be called Task_server, or similiar or Package_Server or simliar....
Hope that makes sense. Thank you all!