-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Per the requests : https://forums.fogproject.org/topic/12506/client-inventory-option & https://forums.fogproject.org/topic/12096/allow-client-to-pull-inventory-information-without-pxe-booting
I am running mostly Windows 10 (1607 and 1803 Enterprise and Education) machines and would like to pull inventory from machines that have the client but have not run through imaging or the inventory process in Fos.
I have found some PowerShell scripts but most require AD binding and/or admin credentials. Neither are a deal breaker for my environment, but may be for others.
https://gist.github.com/BDollar/5455098#file-powershell-wmi-inventory-a
https://gallery.technet.microsoft.com/scriptcenter/PowerShell-Hardware-f99336f6
EDIT
The script from gist works with a loopback address so it could be run locally but still needs admin access. Not sure if this is helpful