jr_
Members-
Posts
31 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jr_
-
Schoolsbroadband, speed issues, connectivity?
jr_ replied to Alastairb25's topic in Internet Related/Filtering/Firewall
Our internet keeps going up and down in all 3 of our schools (we all use talk straight) If you bypass the netsweeper its fine. But we need that for proper filtering -
Few tips: Any installers you cant automate you can use VBS scripts and AHK to press the buttons I've got some custom scripts to add M$ store and bits to LTSC which are a must! You can also add snappydriverinstaller if you really want to (i've got it as an option on my deployments)
-
Use HeidiSQL instead it's the best
-
[bug/error] Site is pushing to HTTP
jr_ replied to CyBeRkId2002's topic in EduGeek.net Site Problems
They could use cloudflare CDN for free and it comes with ssl -
Your best off using powershell instead of DISM. I've written you a quick script https://pastebin.com/gci508KJ https://4sysops.com/wiki/enable-powershell-remoting/
-
If you are hosting in the cloud you can set DHCP option 43 to "0x0104" + the HEX of the controller IP, and create an A record of 'unifi' on your dns server to the host tooThen when you plug them in they will appear for adoption in our cloud unifi controller.Also you are best running it on Debian or there is a docker container
-
What feature were you adding with DISM?
-
Also give this a go, reducing the timeout may help https://superuser.com/questions/453741/how-do-i-set-the-windows-network-timeout-for-physically-disconnected-mapped-driv
-
Grab this https://github.com/lixuy/LTSC-Add-MicrosoftStore/archive/2019.zip run it as local admin then run this powershell -c "Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)\AppXManifest.xml'}" I've got ours in a MDT Task sequence
-
You'll need it running under administrator on the remote machine. Do you have Impero? Theres a handy command line tool on that which runs commands as SYSTEM account on remote PCs
-
Free open source alternative to TeamViewer you can give a go https://rustdesk.com/ You can customize it too and host your own relay
-
If you've got the deployment toolkit you can run ZTIWindowsUpdate.wsf with Impero cscript "\\srv-mdt01\deploymentshare$\scripts\ZTIWindowsUpdate.wsf" >> \\srv-mdt01\remote_scripts$\winupdatelogs\%computername%.txt
-
Hi, What do people use for their EPOS systems in secondary schools? We are looking for something that works with Parentpay and biometrics We currently use Sharp but they are very unreliable and the support is slow Thanks
-
Can you not attach a debugger or get a dump?
-
[bug/error] Site is pushing to HTTP
jr_ replied to CyBeRkId2002's topic in EduGeek.net Site Problems
What do you mean when you say login in secure? Surely, it just HTTP POSTs it in plain text (unless there is some javascript that 'fiddles' it)? Save your money and use Let's Encrypt and Certbot to get a free SSL cert -
I know this was posted a while ago but; tell them to use https://www.freemysqlhosting.net/ then open port 3306 outgoing on your firewall. I got some python mysql template code if you want it
-
Is anyone else having problems with Wonde at the moment. We have been unable to sync our Google Classroom with SIMS for the last week and now it is affecting the childrens learning. Their support is also terrible, we are looking at moving to salamander
-
Update -------- *Added some guardian management features *Can now view class content *Other improvements
