Jump to content

Arcath

Members
  • Posts

    1,037
  • Joined

  • Last visited

Reputation

1,894 Excellent

3 Followers

About Arcath

Personal Information

  • Occupation
    ICT Network Manager
  • Location
    Lancashire
  • X
  • Homepage
    https://www.alaycock.co.uk

Employer (optional)

  • Company Represented
    Longridge High School

Recent Profile Visitors

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

  1. ICT Support – Level 3 Required as soon as possible Grade 6 (£24,054 - £27,852) – (Pay award still pending) Full Time 37hrs per week 52 weeks payable Longridge High School is a medium sized secondary school with a growing roll of students, where all staff strive to ensure excellence for every young person in every area of school life. We are looking for an enthusiastic IT Engineer to join our IT Support Team and contribute to the delivery of an effective ICT support service. Responsibilities will include supporting staff and pupils with their use of IT, ensuring continuity of service and working with the Network Manager to maintain, develop and improve the IT systems in school. Our IT systems are rapidly developing, and the successful candidate will have a hand in designing and implementing solutions across the whole IT spectrum, with the support of the Network Manager and external agencies. The successful candidate must be confident, resilient, function well as part of a team, have excellent communication and interpersonal skills, with a ‘can-do’ attitude and be highly organised with the ability to work under pressure in order to meet deadlines. If you have any questions about the role, please contact school asking for the ICT Network Manager, Adam Laycock. If this is you, the please apply: • On-line at https://www.lhs.lancs.sch.uk/vacancies/ • Email the school at [email protected] Application Deadline: Wednesday 4th October 12 noon Shortlisting: Wednesday 4th October 3pm Interviews: Tuesday 10th October 2023 from 9am Longridge High School is committed to ensuring the safety of all its children and young people. This post is subject to an enhanced Disclosure and Barring Service check. As from 1st October 2023 Longridge High School will be moving over to The Bay Learning Trust. If you require any further information, please contact the school.
  2. Longridge High School is a medium sized secondary school with an increasing number of pupils on roll. All staff strive to ensure excellence for every young person in every area of school life. We are looking for an enthusiastic IT Engineer to join our IT Support Team and contribute to the delivery of an effective ICT support service. Responsibilities will include supporting staff and pupils with their use of IT, ensuring continuity of service and working with the Network Manager to maintain, develop and improve the IT systems in school. Our IT systems are rapidly developing, and the successful candidate will have a hand in designing and implementing solutions across the whole IT spectrum, with the support of the Network Manager and external agencies. The successful candidate must be confident, resilient, function well as part of a team, have excellent communication and interpersonal skills, with a ‘can-do’ attitude and be highly organized with the ability to work under pressure in order to meet deadlines. Please note that the school is committed to safeguarding and promoting the welfare of young people and expects all staff and volunteers to share this commitment. This post is subject to an enhanced DBS disclosure. If this post excites you, the please apply: • On-line at https://www.lhs.lancs.sch.uk/vacancies/ • Email the school at [email protected] Application Deadline: Wednesday 12th July 2023 at 12 noon Interviews: Friday 14th July 2023
  3. I think the point now is that currently we are moving numbers around in a database when we make payments. The physical currency stays at the bank and there is no way for me to walk into my local branch and say this £10 note in your vault, that's part of my bank balance. With a "digital pound" when I pay for something the money from my account is digitally moved to another. Following the example I'd be able to look at my accounts wallet and say "these pounds are mine", and "that pound was mine". It may have benefits, but not until we are a cashless society.
  4. If only the roads on our estate where gritted... I hadn't heard this advice before, our puppers is only 6 1/2 months so we haven't had a winter with him yet. We hadn't realised just how much stuff out there was harmful too them, and don't get me started on the amount of litter he finds. Puppy Tax:
  5. This is one of the main reasons I moved away from the LEA. Not having control of our router and by extension subnets and access control rules made the connection "unfit for a modern school". We had all our computers, servers, printers, switches, access points, CCTV cameras all running on the curriculum network. The only separate scope was the VOIP which had its own internet connection as the LEA don't support VOIP on their connections. As @SYNACK said you can run a second router and SNAT the packets but when I've done this in the past it's been a case of treating the symptom not the disease. Certainly here in Lancashire the motivation for setting the subnet on each school was so that each school could talk through the county network. 10+ years ago you could just type in the IP of a server in another school and go for it. I know the council still have that power and can remote directly into servers from their office (unless of course you setup Windows Firewall to drop RDP packets from outside your subnet). I shouldn't have to setup defenses against attack from other schools on the councils "internal network".
  6. The problem in the end was the permissions on HKCU:\Control Panel\Quick Actions. I've been able to fix it was a bit of PowerShell $acl = Get-ACL 'HKCU:\Control Panel\Quick Actions' $rule = New-Object System.Security.AccessControl.RegistryAccessRule ("ALL APPLICATION PACKAGES","FullControl", "ContainerInherit, ObjectInherit", "None","Allow") $acl.SetAccessRule($rule) $acl | Set-Acl -Path 'HKCU:\Control Panel\Quick Actions'
  7. Nope we are deploying the clean image from the ISO and getting GPOs and Intune to tidy everything up. It's very vanilla just after deploy before all the software comes down.
  8. No, Nothing in the app locker logs. I've just fresh imaged my test machine and logged in straight away as this test user and the same problem. Rules out a bad update for me there.
  9. Looking at the app crash log its saying "The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application." A lot of the stuff I can find is saying: 1. sfc /scannow, no problems (moot as it works for other users) 2. dism scan, no problems (moot as it works for other users) 3. Re-install windows, moot, fresh install from disk image 4. System restore, nothin to restore to. Really odd. Happens straight away on a fresh profile.
  10. I've now got a user in a blocked inheritance OU that isn't getting anything other than the computer policies when it logs on and its doing the same thing. This user now has less policy applied to it than the Intune enrollment user for example.
  11. Deploying a fresh image of Windows 10 Education 21H2 to all our machines along with a complete refresh of Group Policy and I'm getting a weird issue where Action Centre wont open. It only applies to users that get the UX GPOs applied to them. Local admin and the intune enroll user are fine. It's also doing it for our admin level accounts. Event Viewer shows: Faulting application name: ShellExperienceHost.exe, version: 10.0.19041.1620, time stamp: 0x4c043d8f Faulting module name: ucrtbase.dll, version: 10.0.19041.789, time stamp: 0x2bd748bf Exception code: 0xc0000409 Fault offset: 0x000000000007286e Faulting process id: 0x2cf8 Faulting application start time: 0x01d8b236e3e8d48f Faulting application path: C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe Faulting module path: C:\Windows\System32\ucrtbase.dll Report Id: 00f0f326-799c-41ed-946e-53377130718f Faulting package full name: Microsoft.Windows.ShellExperienceHost_10.0.19041.1320_neutral_neutral_cw5n1h2txyewy Faulting package-relative application ID: App I've not got anything setup in the group policies that I haven't used before.
  12. We've sent our coursework off using BitLocker encryption set to the password the exam board told us to use. Not had anyone come back and say it didn't work.
  13. I have used SalamaderSDS to output all the pupils from SIMS, none of which have emails or usernames. My own PowerShell scripts have assigned each pupil a unique username based on cohort and initials etc... as well as creating the groups and OUS for them. It also puts the usernames/emails back in the SDS output so they can be used with SDS. My problem now is that I had to do a couple of manual tweaks to the data to avoid some duplicate names which the scripts account for and of course if I re-run SalamanderSDS it will output without the usernames and I'll have to merge them in. So the best solution here would be to put the emails back into SIMS now that I have them. I know they should be Section 4 of the pupils data but I'm a bit stuck at what the spreadsheet needs as its column headings to make that work. Can SIMS handle partial data? e.g. can I just give the adminssion number and the email?
  14. I wrote a blog post about creating an MSI for Scratch 3 (or any exe in a folder software) which can be viewed here: https://arcath.net/2019/03/using-wix-to-create-an-msi
  15. No, I've tried that in quite a few schools. Capita say all requests must come from Lancashire County Council (BTLS), I had a very long converstation with them at the end of which they said their hands were tied. BTLS are getting alot worse over the SOLUS3 passwords. It was set by who ever happened to install SOLUS3 first for the site and they are now using that fact to try and force schools to retian SIMS Hardware support from them. I do have a school or two that I export the updates from another school for so that we can update them without SOLUS3. BTLS complain that its not logged correctly but they know the solution to that issue, just release the password.
×
×
  • Create New...