Jump to content

IrritableTech

Members
  • Posts

    1,738
  • Joined

Reputation

5,710 Excellent

4 Followers

About IrritableTech

Personal Information

  • Biography
    Educational ICT support specialist. Dealing with daily irritations of technology but somehow getting it to work; until it breaks. Lover of bombay mix
  • Occupation
    Irritable Technician
  • Location
    West Yorkshire
  • X

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'd personally try to go down the radius route with a single SSID if that is possible. However Unifi now have 'Private Pre-Shared Key' which is a nice feature in theory. You can broadcast a single SSID and depending on the password supplied to connect you can tag users in a particular VLAN. https://www.unihosted.com/guides/configuring-private-pre-shared-keys-unifi-guide
  2. Yesterday Arbor acknowledged an issue we put forward to them where incorrect school login boxes were showing up. https://status.arbor-education.com/incidents/193419 However not only did we see evidence of this issue after they had announced it was resolved. We had reports that a member of our staff had been able to access another schools Arbor site. Today Arbor have confirmed (through our support partner) that this was a caching error which did allow users to see limited data from other schools...
  3. Seems to me like a routing issue with static.purplemash.com. DNS seems fine. I've raised a ticket with SBB for my sites this morning and I'd encourage anyone else experiencing this to do so too.
  4. You can live feed out reports. I have some setup feeding data to Google sheets. If Arbor did go down (which we haven't experienced in the last 15 months since joining to be fair) we have the ability to view the most important data.
  5. Glad to hear you've got it working. We've been creating a few scrips here over the last couple of months integrating systems, automating notifications, creating/editing/disabling accounts. It's become very useful very quickly to us. I wish I'd taken the time to use it well before now. Perhaps it's worthy of a dedicated thread - ideas for automations? With so many jobs and so little time, it's worth automating all those repetitive actions.
  6. I'm not at my pc so this could be wrong but I'd get two sheets from the same spreadsheet like this. Although I'm no expert. function myFunction() { const ss1 = SpreadsheetApp.getActive().getSheetByName('sheet1'); const ss2 = SpreadsheetApp.getActive().getSheetByName('sheet2'); const data1 = ss1.getActiveRange().getValues(); const data2 = ss2.getActiveRange().getValues(); var1 = data1[0][0]; var2 = data2[0][0]; }
  7. I don't like the look of your if statements. I'd usually be using if (var1 == 1 || var2 != 1) { do a thing } return will stop the processing.
  8. You should try countif. =COUNTIF(A1:Z1,"Male")
  9. We use this ourselves along with the site team, admin, finance and reprographics. Works pretty well out of the box but anything out of the ordinary usually requires you to write a plugin or hack away at the templates. The API is pretty handy.
  10. Anyone on the beta got any comments on how well it is working? We're interested in sign in app but we'd need it to write back marks to Arbor to commit.
  11. Redirection policies are run at logon, but Google file stream doesn't mount its drive until the user is logged on. I expect the policy is failing?
  12. a) how did they find out - did they just ask people?? NordPass are a password management service from NordVPN. I believe like many password managers they offer a service to check your passwords for strength (although I'd suggest most users of a password manager are already above the use of 12345678), but they also 'monitor the dark web' for breaches. This is the most likely source of the information I'd imagine.
  13. We're only half a step further along the path than you @Razzy and I'd echo what @Primus says. We've written a paper on the current situation across our MAT of seven schools. Highlighted risks associated with our networks and the additional complication of multiplying that by seven sites. We've schools with and schools without, schools teaching one thing and other teaching something else. There are two main areas which are obviously also linked. Operational and Curriculum. I wanted to make sure that operational decisions supported outstanding teaching and learning. A few points off the top of my head... Consider your core on each site, nothing can be improved without a solid foundation. Sadly it takes investment and people don't see the flashing kit, but without it the plan will likely fail. Interconnected sites need a good Internet connection, better still a more considered WAN of some type. Consider speed, reliability and redundancy. On prem, co-located or cloud. Costs, benefits, risk appetite. What you'll need where will depend on all sorts of other factors, least of all the devices users will be using. Don't forget wireless networks. They need to support many end user devices, BYOD and guests. One authentication method across the trust allows for more agile working. All devices should be monitored all the time - how can you achieve this across sites, who keeps an eye on that now you've seven sets of staff and students. How do you provision users, have you systems you can tap into to have them created when they are needed and disabled when they need to be. Be efficient. Communication, collaboration, storage. One system across the trust which ticks as many boxes for as many users as possible. Devices - who needs access to what when. Consider that devices best suited for staff may not be the same devices as those for KS1 students. Look to standardize as much as possible across the trust - it'll make it easier to support both from a technology perspective and a T&L one. How will the whole system be supported. Does it work if different providers are supporting different sites, services or devices. Does this increase or reduce risk?
  14. We found adobe creative cloud would not login or update when the NCSI reported no internet. I’d rectify this to be honest, even if it only causes a bit of user confusion it’s a quick fix to implement.
  15. Some good arguments in the thread but if it’s all new, will the money be available in five years time to refresh everything again? How do you spread the costs down the line, replace early, extend beyond usual life span or do without?
×
×
  • Create New...