Jump to content

kennysarmy

Edu Supporters
  • Posts

    6,514
  • Joined

Everything posted by kennysarmy

  1. Microsoft have said it's because our DNS settings are not with them - don't really understand why that would be causing this. Our mail flows Barracuda for SPAM checking etc - so I'll need to raise it with them, see if it's a known limitation. Very odd. Maybe it's how it sees the auto-generated email and think it's SPAM .
  2. We have a shared mailbox in O365 with Automatic Replies not being sent externally, works fine internally. Any ideas? There are no forwarding rules on the mailbox, which I've read can affect it. Message trace result just states the external mails have "failed"!
  3. Wondering whether people use this to block access to your internal infrastructure? IP's of printers, access points, CCTV cameras etc - just to stop the little darlings from trying to brute force in to things they should not be messing with.
  4. Are you on the latest templates? The Block option is still there....
  5. and some "trust" that they don't remove videos already added
  6. Everything apart from allowing teachers to do it themselves is possible with a Smoothwall box. I just add the URLS the teacher's provide to me as soon as I can. We have YouTube open for year 12 and 13 and only for the approved videos in year 7 to 11.
  7. Just been asked to download a video from Twitter so a teacher can embed it in a PowerPoint for an assembly!
  8. Add this to your logon script: echo %date%,%time%,%username%,%computername%,%logonserver% >> \\\logonlist.csv
  9. So after October 14, 2025, do what exactly?
  10. Surely there is a big difference between admin staff who keep emails about orders and operational stuff and teaching staff who keep data on students?
  11. We currently have no retention policies and everything is kept until... SMT discussing having a value of 14 months for retention. Any good online guides as I'll potentially need to set this up just for the teaching staff?
  12. So my testing of deploying Windows 11 via WDS/MDT is going well and I'm now on to user testing. First thing I notice when logging on as a test student is the ability to write click a folder and choose "Open in Terminal"! How are you all removing this item? Cheers
  13. I'm testing Windows 11 currently and am using WDS/MDT - so it's working fine for me
  14. I'm just starting out with some Windows 11 testing. Think I'll leave Start Menu as the last thing to look at, as from reading online it looks like the most fun
  15. I've been asked to look in to whether these would work on our WiFi (as they are CHEAP!) https://smfsystems.co.uk/support/ Just not sure, but probably worth a punt.
  16. Firewall is provided by the SWGfL, so may need to ask them to capture the traffic I guess. The Router is also provided by SWGfL, so not sure what control I have over QoS rules Thanks for your input though, appreciated.
  17. Do you mean connectivity issues at their end or with your broadband? We have a 200Mb connection that's very stable but often at max capability (currently in the process of upgrading to 500Mb which is around 4 weeks away from install)
  18. Anyway to get to the bottom of why certain users get this quite frequently
  19. Following this guide: https://www.msftnext.com/prevent-windows-11-from-installing-teams-and-chat/ I've added a line to my unattend.xml file on MDT I expected then, after a test redeployment that the chat icon would go, but it's still there. Anyway to test if the line in the XML file is working?
  20. I agree - that's what you need to setup. Will save a lot of hassle.
  21. Found this tool really useful. https://sdmsoftware.com/389932-gpo-freeware-downloads/wmi-filter-validation-utility/
  22. Don't suppose you have the download link handy for the Win11 .net package to save my searching for it - ta
  23. We migrated years ago when their cloud offering came out - no issues.
  24. Just starting to look at W11. Need to change one of my existing Windows 10 filters which is picking up everything after W10 1607. This filter is: SELECT * FROM Win32_OperatingSystem WHERE BuildNumber >= "15063" AND ProductType = "1" Everything on my domain is now either 20H2 or 22H2 so I was going to create a new filter to replace the one above where applicable. select Version,ProductType from Win32_OperatingSystem where (Version="10.0.19042" or Version="10.0.19045") and ProductType=1 Then add a new filter for Windows 11 select Version,ProductType from Win32_OperatingSystem where Version LIKE "10.0.22000%" and ProductType = "1" Can anyone see any issues with the above?
×
×
  • Create New...