How to ask the network for the hardware specs from each computer using python -


I do not understand why I'm looking to create a spreadsheet of all the hardware and all software in every computer on my network How do I get hardware or software information from every computer without a computer one by one thanks to everyone!

You can use WMI.

Look for:

should help.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -