Unused computers - PDQ Inventory
Hello everyone !
I recently used PDQ Inventory as well as PDQ Deploy (pro version).
We are receiving a growing demand for new machines in our institute.
But on the other hand, we noticed that some machines were not or little used.
Are there any PDQ Inventory options that can display machines that connect very little to the inventory server?
Thanks a lot for your answers.
-
Hi Frank,
If I'm understanding your question correctly, I don't think there is a way to do "very little" in any fashion, usually your looking at last known connection/online dates.
Perhaps more of what you are looking for would be clean up your stale computers in active directory manually or my preferred PowerShell depending on the size of your organization, then inside of PDQ Inventory go into the Active Directory section and Sync with AD without Syncing disabled computers.
Hopefully this helps or at least leads you into the right direction!
-
I think I see what he's wanting to get after. I don't believe the machines being stale in AD is the issue, I think he is trying to see if he can pinpoint some machines that are under-utilized in his environment so that he can repurpose them in some other area.
That being said a SQL Report that pulls out the Computer's Name, Update, and Last Successful Scan date is what I'm going to say he is looking for.
Is this correct, Frank?
-
There might be a way to calculate the total uptime, but it will need some programmer skilz ;-) and a NOT cleaned event log.
When the computer starts the EventLog fires event 6005 - with The Event log service was started. Then later few times 6013 - The system uptime is xxxxx seconds.And finaly 6006 - The Event log service was stopped.
By calculating the time between event 6005 a 6006 you get the uptime for the period the computer was running. (it wont tell you if it was used, but hey... who cares ;-) its about the uptime.)
A help might be the Exploring Event Logs with Get-EventLog article.
This script can be deployed by PDQ Deploy nad the result stored in a text file in a file share.
AFAIK - PDQ Inventory does not collect this information (yet). -
Ok, I might get my nuts kicked, but this will help you to archieve what you need to do.
Download WinAudit (its freeware), load it in to PDQ Deploy and set the following parameters:
/r=U /f=\\server\share\uptime-audit-%computername%.csv
When you deploy this task, a buch of scv files will get created which you can merge later and load in to Excel where you can perfome some Excel-ent magic.
Other allowed file types are RTF, CSV2 and HTML There is also an information about the date since the data is available and the result calculated..
-
Hello all !
I see that my question leads to debate :)
Yes, you have understood.
In our institute we would like to avoid buying new machines because here the employees are capricious and want a new pc for a yes or a no.
I want to locate machines that are underutilized and remove them from the computer pool for later re-use.
I'm sorry for my bad english: /Anyway, thanks for your answers ! -
@Sobo: This forum has been deprecated. Please post your question to https://community.pdq.com
It looks like this particular thread got moved here: https://community.pdq.com/posts/2516-unused-computers---pdq-inventory
Please sign in to leave a comment.
Comments
14 comments