-
Posts
6,514 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by kennysarmy
-
Shared mailbox in O365 Automatic Replies not being sent externally
kennysarmy replied to kennysarmy's topic in Cloud Services
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 . -
and some "trust" that they don't remove videos already added
-
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.
-
Just been asked to download a video from Twitter so a teacher can embed it in a PowerPoint for an assembly!
-
Add this to your logon script: echo %date%,%time%,%username%,%computername%,%logonserver% >> \\\logonlist.csv
-
So after October 14, 2025, do what exactly?
-
Email Retention Period / Policy
kennysarmy replied to timbo343's topic in Data Protection & Information Handling
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? -
Email Retention Period / Policy
kennysarmy replied to timbo343's topic in Data Protection & Information Handling
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? -
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
-
I'm testing Windows 11 currently and am using WDS/MDT - so it's working fine for me
- 14 replies
-
- 1
-
-
- deployment
- mdt
-
(and 2 more)
Tagged with:
-
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
-
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.
-
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.
-
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)
-
-
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?
-
I agree - that's what you need to setup. Will save a lot of hassle.
-
Found this tool really useful. https://sdmsoftware.com/389932-gpo-freeware-downloads/wmi-filter-validation-utility/
-
[22h2] Deploying Windows 11 with WDS/MDT - question about packages
kennysarmy replied to kennysarmy's topic in Windows 11
Don't suppose you have the download link handy for the Win11 .net package to save my searching for it - ta -
Replacing On-Prem Sophos
kennysarmy replied to Rob446's topic in Internet Related/Filtering/Firewall
We migrated years ago when their cloud offering came out - no issues. -
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?
