-
Posts
1,359 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Olliedawg
-
Dynabook Satellite Pro ET10-G-105 Touchscreen driver vanished
Olliedawg replied to HDshiny's topic in Windows 10
Do you have access to another one? You can export the drivers from a working one & import them onto this machine with powershell ( export-windowsdriver ) -
We use a combination of Veeam + Active 365 backup on a Synology NAS. VM's are backed up daily to our NAS, the backups are then sent to our cloud provider Peasoup via a backup copy job, this is our immutable backup.
-
We use SwiftQ, have done for the past 1.5 years. No issues at all,
-
A3 would be good enough - All you would need is a Entra ID P1 (previously Azure P1..) licence to enable access to those features (you should have one licence per user, however just having one licence unlocks the features for the whole tenant... do with that information as you wish 👀)
-
Conditional Access in Entra - so to access for example Office 365, devices are required to be either Hybrid joined, or marked as a compliant device in Intune
-
Quite strict here. No access to any school data on personal devices, everything is chucked onto Microsoft SSO (if supported), access controlled by CA rules which require a compliant/hybrid device. My dad is a caretaker at another local school & his is the complete opposite, he is allowed his work email on his personal device, with no management profile required.
-
Mostly just blackspots, however would be nice to future proof for when our network is upgraded to more than 1Gbps across the LAN. I'll take a look at that software, looks useful. Maybe we just need some channel/power adjustment.
-
Hi all, looking for recommendations/advice on upgrading our ageing WiFi infrastructure (WiFi 5 AC-Pro's) We have the following no 1:1 device scheme, not on the roadmap Around 100 shared student iPads Each teacher/support staff have a laptop ~34 student shared laptops I was thinking of going for either the U7 Pro or U7 Lite? (Sticking with Unifi) Any opinions on the U7 Lite? We have about 30 AP's across the school. Coverage is pretty good, one or two dead spots but other than that great.
-
Authenticating Office 2024 LTSC Pro Plus - No KMS?
Olliedawg replied to Miscbrah's topic in Office Software
Super similar to what we use, works well <Configuration ID="XXXXX-XXXXX-XXXXX"> <Add OfficeClientEdition="64" Channel="PerpetualVL2024"> <Product ID="ProPlus2024Volume" PIDKEY="XXXXX-XXXXX-XXXXX"> <Language ID="en-gb" /> <ExcludeApp ID="Lync" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="1" /> <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" /> <Property Name="DeviceBasedLicensing" Value="0" /> <Property Name="SCLCacheOverride" Value="0" /> <Property Name="AUTOACTIVATE" Value="1" /> <Updates Enabled="TRUE" /> <RemoveMSI /> <Display Level="Full" AcceptEULA="TRUE" /> <AppSettings> <Setup Name="Company" Value="XXXXX-XXXXX-XXXXX" /> </AppSettings> </Configuration> -
That's funny, I did too, it wasn't too bad!
-
Controlled environments for Coding/programming
Olliedawg replied to Quasmo's topic in How do you do....it?
Following -
+1 for MCAS, less headaches, "just works" with other bromcom stuff. No other systems to manage (parentpay etc.)
-
All fine for us besides MCAS being a bit dodgy with attachments.
-
wmic Sophos Firewall Authentication - Win 11 25H2
Olliedawg replied to Olliedawg's topic in Windows 11
Oh right! To be honest I've not actually tested 25H2 at all yet. We are still a mix of 23H2 / 24H2. Am I getting confused between WMIC and WMI... looks like WMI is still a thing, but WMIC is being disabled by default -
No problems here yet... also I wouldn't bother relying on the status page, it's manually updated.
-
We're in an older part of our school too. It is very cold first thing in the morning. Luckily we do have a wall mounted electric heater in here, which gets switched on as soon as I walk in the door! After half an hour of cold it's quite comfortable
-
Already had 2 emails saying they cant use ChatGPT🫠
-
Doing a SAR which requires me to search all mailboxes, for a certain name. This has returned a export totalling 1.5GB in size. Upon opening the .pst there are a lot of duplicates, which look to be emails sent to distribution lists. Is there a way I can easily remove duplicates? There used to be a de-dupe feature in content search, but it seems to have gone... we are on A1 licencing with P1 entra add on.
-
Exact same as us. We only use the synology for backups, so suits us well
-
Someone with more powershell knowledge could write something much more fancy.. but this will work, if the account doesn't exist it will return no result. get-localuser | where-object {$_.name -like "*test*"}
