Jump to content

AJWhite1970

Members
  • Posts

    2,832
  • Joined

Everything posted by AJWhite1970

  1. Bishops are taking part in the virtual Rosslyn Park rugby 7's tournament with our very first ladies team who would have been making their debut today. (our first ladies team in 130 years!!!) If you have a twitter account, can you vote for us on the poll in the QF, Semi and Final? I'll post the direct links here Thanks all QF:- https://twitter.com/BWordsworths/status/1375108202107387908 Semi Final:- https://twitter.com/BWordsworths/status/1375120253286559745 Day 2 - Mens U18 Competition Group Round:- Group Round II:- Last 16:- Quarter Final:- .
  2. School Cloud for us, not only for all the standard parents evenings but also for things like parent/tutor virtual teas and pre-enrolled students etc. Staff and parent feedback is good to the point we are already questioning if we keep them virtual post pandemic as it’s just easier (plus no appointment overruns....) Yes, before Christmas there were a few issues as the system struggled under the load and ports were not always open (but Swgfl changed their default firewall config pretty quickly) but since then it’s been fine, we did one last week with 1100 appointments with 65 teachers in a 3 hour window.
  3. Re the win10 rubbish have you seen/used the decrapifier script? https://community.spiceworks.com/scripts/show/4378-windows-10-decrapifier-18xx-19xx-2xxx
  4. Yes - we have a school ebay account for purchasing (but we are barred from selling using said account)
  5. Azure authentication down worldwide at the mo due to a faulty upgrade. M$ currently rolling back...
  6. If you have 365 setup this is what Teams was made for
  7. I tend to find blitzing the entire contents of c:\users\username\AppData\Roaming\Microsoft\Teams and then restarting teams cures most evils - this is the cache and settings folder, it just rebuilds if it's not present
  8. I’ll add that to the list of things in my life I’ll now never be able to unsee....
  9. Looks like this has been taken down... 1. ELIGIBILITY. The Veeam at Microsoft Ignite March 2021 Sweepstakes (“Sweepstakes”) is open to legal residents of the United States and the District of Columbia, who are 18 years of age or older at the time of entry and who are not excluded due to any of the reasons listed below.
  10. It’s just been shown on BBC breakfast, they said it’s been officially released by the judge so all good on the incarceration front...
  11. We are also running a big parents evening tonight, 47 teachers and over 600 appointments so fingers x'd the "Thursday issue" doesn't raise it's head again tonight.... With regards to cameras, we have 2 teachers who will be running camera off for various reasons, everyone else is running with camera on, but as others have said, with something neutral as the background in the house.
  12. Indeed it did....
  13. They are taking the meeting url and opening a chrome incognito window and pasting it into that. Because that window isn't authenticated you get the guest prompt where you can enter any name. You can't stop this, all you can do is educate the teacher not to admit guest accounts in the lobby and the students soon tire of doing it....
  14. My daughter was due to take her test first week of April 2020, that didn’t happen, then rescheduled for mid October 2020, that was also cancelled and now she’s been told may 2021 at the earliest. She’s now away at uni, hasn’t driven anything for 5 months. Would I like her to just be given her licence? As her dad, would make life easier, but in reality she would be a danger behind the wheel as would the tens of thousands of others in the same boat. It’s unfortunate but this isn’t the answer....
  15. Not my work and I can’t remember where I pinched it from to credit them, but I run this powershell script for all users on login which updates the users Teams preference file hidden in appdata to stop the app from loading on startup (which greatly improves login times) and forces updates. Works really well $configFile = "$ENV:APPDATA\Microsoft\Teams\desktop-config.json" try { $fileBuffer = Get-Content $configFile -ErrorAction Stop } catch { exit 1 } Stop-Process -Name Teams -Force -ErrorAction SilentlyContinue # Disable Autostart $fileBuffer = $fileBuffer -replace '"openAtLogin":true', '"openAtLogin":false' # Set to auto update $fileBuffer = $fileBuffer -replace '"silentUpdateTriggered":false', '"silentUpdateTriggered":true' $fileBuffer = $fileBuffer -replace '"registerAsIMProvider":false', '"registerAsIMProvider":true' New-ItemProperty -Path "HKCU:\SOFTWARE\IM Providers" -Name DefaultIMApp -Value Teams -PropertyType STRING -Force -ErrorAction SilentlyContin $fileBuffer | Set-Content $configFile -Force
  16. Are they wanting to meet and greet each student or just have all in one place for a Head's talk"? If it's just a presentation, Live Events is still running with A1 at the mo, that will do it for you, although an A3 license is only £20 for a year (only the Producer needs an A3 license...)
  17. What Mr Bald said Create a 365 only account with an A1 license, cloud exchange and teams, create the live event using that account and then cut and paste the Presenter and participant links from it to the actual recipients. Just make sure you choose the correct Producers and Presenters while you are setting up the meeting
  18. Hi. I run loads of live events here and i can confirm that if you use Q&A and choose not to publish any questions then only the Producer and Presenters can see the questions. If you publish a question then the great unwashed can also see said question
  19. My first part time job as a teenager was working at MVR in Dorset in the shop and as a guard. Although I couldn’t legally drive trains with passengers (not old enough) I was lucky enough to be taught how to drive them, steam them up from cold etc. Was a fantastic job that I did for 3 years and led to me being on the footplate of full size engines on other lines as I got to know the drivers
  20. If all the students remain together during the rotation I would just manually swap the teachers round so that each student group ends up with all their rotations still in the one team by the end of the year.
  21. Personally I went and got 3 A3 licenses as a fail-safe as it just wasn't worth the risk of it not working (you only need an A3 license for the Live Events Producer). For approx £25 each it was a no-brainer
  22. Torchwood Series 3 is the 5 part "Children of Earth" which IMHO is the best thing they ever did YMMV
  23. 5 episodes into The Mandalorian after giving in to everyone telling me to watch it, and yes, it’s very good
  24. RSPCA Young Photographer of the Year awards last night and our student Jake won both the "Small World" and "Portfolio" awards before then being awarded Overall Winner 2020 and was interviewed live on C5 news. Some stunning photos in this years nominations https://view.pagetiger.com/dpendhu/1
  25. I would remove teracopy and get windows back to standard and then see if it still happens
×
×
  • Create New...