Jump to content

SovietRussia

Members
  • Posts

    949
  • Joined

  • Last visited

Everything posted by SovietRussia

  1. You share my dream! They will never remove it though, goes against their "home" model
  2. If this goes through, Scotland are going to "eject" our nuclear weapons, bare in mind, no where in the UK has the capability to look after them, meaning more money spent on Trident and its eventual successor - they kicked up a big stink with trying to get into NATO with this, as USA wanted to be sure they could still "park" their nuclear subs in Scotland.
  3. Usually anytime
  4. Its usually down to APNS, if it blocked in ANY way then the process won't go through, but if some machines get it,and some others that is wierd APNS = Apple Push Notification Service, Port 2195 on gateway.push.apple.com
  5. This cools very cool, I had no idea that 14% of National Grid is Nuclear etc
  6. Well they spent 750 million creating a centralised medical records system, stopped making it as it went over budget. Does the NHS even have a in-house IT department? Or is it outsourced to the highest corporate bidder. Most likely the latter. What they need is some organisation and planning!
  7. This project isnt about staff locking their workstations, its providing Single Sign on, not having staff to remember yet another password, enabling them to be more efficient and productive, might mean they start the lesson 5 minutes sooner, all those 5 minutes adds up Yes, staff should lock their workstation and our's here do, they are proactive about security. I think you have slightly strayed off topic here, as the entire topic was about creating Single Sign In, not the politics surrounding security of workstations. (We currently have single sign on for all our web services, email etc - SIMS is the only one not linked, and now it is!)
  8. That means I would have to quit too! MY CODE *gollum*
  9. shirt and tie
  10. So, as @3s-tech mentioned, we were going to test it and get back to you. Whipped up a small EXE which does a LDAP Bind to verify your credentials are correct, if they are then passes you onto Pulsar, which you should have set your connect.ini to "connectiontype=trustedauto" (You can use trustedauto without this, but you get signed in automatically, for extra security - placing this EXE over the top will ensure that a password is inputted AND the user is verified to AD) It can be configured using a XML config file included in the directory with things like Domain, Pulsar Location, School Name etc I will release it soon after some more testing. (Feedback on the design would also be helpful)
  11. I raise you to nuclear destruction
  12. I third that.
  13. If I were you, try and go for Meraki, I know it won't support RT, but how many RT devices do you have? Can you manage them locally? (I know its a pain!) (Also, I don't see any sales people here...)
  14. For RTs, the best solution is InTune, as I posted above.
  15. Last time I bought a NUC, it came with a full sized HDMI port... What model you buying?
  16. When they work, the work wonderfully
  17. I cant get on it either, if that helps?
  18. Sounds like my childhood. Socialising with people online To be all honest though, I have pretty good social skills, was a popular guy in school and still spent 5 hours in my room where I learn how to code, which eventually got me, my job.
  19. PHP + MySQL One db table called "students" with the field names as "id, name, mark" (Add your own options) On the page: // put your mysql connector here $sql = mysql_query("SELECT * FROM students WHERE mark > 60"); // Change the 60 to what the minimum successful entry mark is. while($get = mysql_fetch_array($sql)) { echo(' ' . $get[name] . ''); } ?> (This is just a concept, feel free to use it)
  20. Looks quality
  21. If you also have Surface RTs, you might want to look at Windows InTune - Its pricey from what I can remember, but you get an integrated MDM solution that supports Win RT + iOS, Android, the usual etc Windows Intune | Microsoft
  22. Cloud and Server have been one of the arms of Microsoft that actually work. Good choice I think
  23. Of course not! Its Apple, nothing is simple!
×
×
  • Create New...