Jump to content

StueyMonster

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by StueyMonster

  1. Hi Andy, here are the files for 450, you can compare them with the originals to see what Rob has changed. https://dl.dropbox.com/u/1487955/BattStats%20450_Changed%20Files.zip He has played around with making the icons smaller, you may find that works for you better, but let us know.
  2. I did share a Dropbox link if you look a few posts up Yes, it uses the hostnames in the text file, so you need your DNS to be working. Otherwise the web page just shows IP addresses, which isn't so clear to students
  3. Great, good to hear someone has tried it. Rob did the web code for me, I think he understands the ins and outs better, but to enable us to help, can you tell us what res you will be running the screens at and how many are on each screen? I think about 120 would be the max I would fit on a single 16:9 screen without the need for scrolling (we don't have a keyboard or mouse on our cabinets). Are you having multiple screens? Basically, if you can give me as many details as possible, I'm sure we can help. I'd also be interested to hear what company/institution you are from, you can PM me that info if you prefer. Cheers Stuart
  4. Here are the files in their native form (suitable for our environment): https://dl.dropbox.com/u/1487955/BattStats.zip It's pretty self-explanatory and easy to implement if you already have a server with IIS on it that you can stick it on. Make sure that server can run PowerShell scripts remotely on the laptops, you may need to allow WMI on the clients firewall. Initial try running the command: get-wmiobject -class win32_battery -computername Once you have that working, populate your laptops.txt list with all your hostnames and you should be good to go. If you have a smaller or larger number of laptops to us, you will need to alter the index.htm to get the layout correct. Finally, get a gold star from your boss, because students have been complaining about not being able to see the charge levels for laptops for ages The script just loops continuously and will take longer to run the more when more laptops are offline and obviously the more you have, ours completes 106 devices (4 have been stolen so removed from the list) in about 90 seconds, the page is set to refresh every 60 seconds. I set it to run as a scheduled task every morning at 8am for 23 hours. We don't sleep the laptops in the day, just switch the display off when the lid is shut. We sleep them after close at midnight, and they wake and perform a restart at 8am. Myself and my colleague Rob will try to help where we can, but we're fairly busy with student hand-in time for the next few weeks. Thanks Stuart
  5. I originally intended to do a really nice thread for this, but over 2 years have gone by and I've still not got around to it, maybe now others have done something similar, I haven't looked. certainly there was nothing I could find after extensive searches when it was developed. I am hoping other institutions will want to use it and develop it beyond its current state. After implementing laptop loans in our library, student were saying "I hate it when I pick up a laptop, take it to a study zone, log in only to find the battery is almost flat". The cheaper laptops and netbooks we buy tend not to have battery charge indicator on, so another solution was required. In response to this we have put screens on top of all our laptop trollies, showing the charge level of all laptops in the library, students seem to like them. They grab any laptop they want, check the number on the lid against the BattStats display... simple. Laptop Charge Levels It's a fairly simple PowerShell script that generates and XML file. If you are interested in implementing this at your institution I will happily send you a zip of the code, as long as you share any development you do back to the community. Stuart Universities at Medway
  6. I have this exact same issue, with all the above appearing in the logs. All 500 of my PCs are set to a Domain as their network location and I can confirm that disabling the Public profile of the firewall solves the problems. For me the problem manifests itself by inconsistent application of Group Policy which means software is impossible to deploy via AD. I recently started managing the Windows Firewall via Group Policy, as until recently I did not need to have any inbound exceptions on the Domain profile, so the defaults were working fine. I'm wondering if it is enabling this policy (Computer Config>Policies>Windows Settings>Security Settings>Windows Firewall with Advanced Security) that causes this abvious (and Microsoft have now admitted) bug? Anyway, may I just say thanks to Teckedd for pointing me to a workaround for now. Stu
×
×
  • Create New...