Hello all,
Is it possible to use PowerShell or a VBscript to get a Battery information report on multiple laptops, the idea is to run a script on hundreds of machines, get the ComputerName , CurrentCapacity , DesignCapacity , ComputerModel
Then have that information written to a Database , using Powercfg tried writing the output to a CSV file but it didn't work well because the machines were all trying to write to the same file at the same millisecond ; i am thinking a database file .mdb would allow multiple entries simultaneously ! but i am not a 100% sure
Any ideas ?
Is it possible to use PowerShell or a VBscript to get a Battery information report on multiple laptops, the idea is to run a script on hundreds of machines, get the ComputerName , CurrentCapacity , DesignCapacity , ComputerModel
Then have that information written to a Database , using Powercfg tried writing the output to a CSV file but it didn't work well because the machines were all trying to write to the same file at the same millisecond ; i am thinking a database file .mdb would allow multiple entries simultaneously ! but i am not a 100% sure
Any ideas ?