Jump to content

Steve21

Members
  • Posts

    9,168
  • Joined

Everything posted by Steve21

  1. Multiple DHCP servers is standard really (assuming they're setup correctly), but it might be something silly like one has a TFTP boot option set in DHCP and the other doesn't so they'll only boot when getting the info from one. Have a look and see what options are set on each server and if any match the PBX But again, that shouldn't have been affected by an internet change Steve
  2. It'll be the same with IF's if you prefer them just reverse them and remove the doubles e.g. If varTime >= varForm_TimeSt Then varResult = "Form Time" ElseIf varTime >= varBefore_SchoolSt Then varResult = "Before School" lblLesson.Text = varResult etc As if it hits the first IF, the ELIF ("else" if) won't trigger as it's not an else if that makes sense Steve
  3. Only a bit of a thought, but really the way you're doing that you don't need both variables (as in start and end of the lessons). As whether you use the elseif or switch it'll stop as soon as it hits one that's valid. Also you can just move the print to the end rather than repeating it Example with cases, but same logic applies to if/elif (If past 10, then elseif past 9, won't go to the 9 if the 10 matches so no need to check if it's below the value), so could remove half the variables you're setting: varBefore_SchoolSt = "07:00" varForm_TimeSt = "08:55" varLesson_1St = "09:15" varBreak1St = "10:15" varLesson_2St = "10:30" varBreak2St = "11:30" varLesson_3St = "11:45" varLunchSt = "12:45" varLesson_4St = "13:30" varAfterSchoolSt = "14:30" Dim varTime As String varTime = Hour(TimeOfDay) & ":" & Minute(TimeOfDay) Dim varResult As String Select Case varTime Case Is >= varAfterSchoolSt varResult = "AfterSchool" Case Is >= varLesson_4St varResult = "Lesson 4" Case Is >= varLunchSt varResult = "Lunch" Case Is >= varLesson_3St varResult = "Lesson 3" Case Is >= varBreak2St varResult = "Break" Case Is >= varLesson_2St varResult = "Lesson 2" Case Is >= varBreak1St varResult = "Break" Case Is >= varLesson_1St varResult = "Lesson 1" Case Is >= varForm_TimeSt varResult = "Form Time" Case Is >= varBefore_SchoolSt varResult = "Before School" Case Else varResult = "??" End Select lblLesson.Text = varResult
  4. Nvme doesn’t normally run on hardware raid as they’re faster than the controllers etc. You normally do SW raid from the bios (unless you’re talking about using S2D/VSAN etc) Steve
  5. What are you using just a timer/label? If so that should work fine refreshing in the background without it being active. Do you have example code you're using? Just the form etc Steve
  6. Honestly never heard of them, but every bit of their website screams "Don't trust us" to me. The fact you said they said 40k+ schools, yet their own website has a different number "Pappaya ERP is being used across 80,000+ schools across the globe." Their two big "case studies" of schools have no case study at all, aren't linked to any MIS work, and no reference from any of those schools apart from what pappaya are saying Their own website suggest it's classroom management software, not a MIS (and at different stages suggest its facility management or ERP etc, as in one thing that's just got bolted on left right and centre) Even trying to click on their "member login" brings up errors Their global award title only seems to exist on their own website, and nowhere else in the world even on the "providers" site And that's only from a quick 5 min look at it Steve
  7. I mean depending how fussy some of those requirements are, MS 365 Bookings -> Add "Slot 1/2/3/4/5" per timeslot as a room or equipment option for each one. Send link to booking to only year group you want them to access. Automatically populated into calendars linked to bookings etc? Steve
  8. That's great, appreciated Will have a look at them Steve
  9. Out of curiosity how much do you pay? (and from who if you have a decent supplier? ) Steve
  10. I think it's worth remembering that they aren't vaccinated fully yet though, it's only one dose for the majority of those, so even if it's a large reduced chance it certainly would suggest it will have an impact raise up the chain Steve
  11. Are you using PKI certs between clients on your server for management and distribution? Might just be worth checking your site properties for communication security if you weren't expecting that Steve
  12. Can you reach the MP from a browser ok? http://ServerName/sms_mp/.sms_aut?mplist Steve
  13. What version were you running previously? There was some changes to PXE back in 18XX something that enabled new options in SCCM that can clash unless you make some changes to regenerate boot images, which may be linked to why it's having problems with your boot image even if you change the helper back etc Try going to Admin->DP->Properties->Disable PXE support Wait a few minutes (it'll uninstall WDS), and then rename RemoteInstall folder, restart the server, re-enable PXE and wait again while it reinstalls WDS and regenerates RemoteInstall (Obviously make sure you have backups as normal before any changes to SCCM as always ) -Edit and regarding the IP helper the short answer is it's only needed on whatever is routing between subnets/VLANs so normally core only unless you have multiple L3s Steve
  14. We're looking at this as part of our strategy going forwards, and the main few people seem to mention between here/reddit is Veeam/Barracuda/Synology NAS's (built in software to do it) Regarding speed, you have to remember how much there is to download for every mailbox/team etc, as Veeam said they didn't do incremental etc as it's a full download each time last time I asked Steve
  15. You can tell that's a good job, because I was like huh why would you paint wood if it's above the ceiling tile, before realising there was no tile! Steve
  16. Not really no, they both fall under the free school licenses either route. Unless it's just physically been turned off in your license allocation (As you can assign bit by bit) Steve
  17. Did you do all the whitelisting etc to go with it? It won't work just by changing it without that Steve
  18. Has it ever worked in Teams? Just thinking there's loads of bits it could be if not, app privacy permissions (sometimes it locks after updates -> settings -> privacy -> mic etc), it's locked by another program that's using it? (Meet/Skype etc) Steve
  19. Isn't it just called a webcam/camera? As in if it's just to project the (guessing) worksurface/cooker whatnot. Depending on whether they need to be able to move/zoom it manually etc Unless you're talking "proper" roof mounted ones, 50x zoom etc and the £k's+ price tags with it? https://wolfvision.com/en/products/vz-c6 etc Examples - Edinburgh Uni https://wolfvision.com/en/case-study/university-of-edinburgh (Edit - Knew I saw it on an AV site somewhere - https://www.rocheav.co.uk/shop/vzc6 ) Or if you got really big bucks seems they've even got a 3D model now https://www.rocheav.co.uk/shop/vzc3d Steve
  20. Just logged on ours and yep showing the same (Well 5 keys! ) It's still showing the product keys under the licensing page (As in Licenses > Relationship Summary > Licensing ID > Product Keys), so not sure if it's now "right" as they were making changes to how it showed them, but can't see how you'd download anything with that route... https://docs.microsoft.com/en-gb/licensing/products-keys-faq Based on this now it says it won't give any KMS keys unless you request them: Maybe a clamp down on dodgy KMS keys being sold? Steve
  21. You don't need Teams admin permissions to create Teams that can be done under the GroupCreation attribute, so it just adds the "Add Team" option within Teams rather than using the admin interface. But yes as you said it can lead to duplicates etc We've literally just gone down this process, and have it agreed that it's only higher level people in departments, so HoY/HoD etc, then anyone below them requests it from their Head, so if it does make a mess of their department it's their own doing Steve
  22. From my understanding (I'm 365 not GSuite, but just from reading previously) the normal LSA method route was blocked for everything from the 15th, but I think you could still use the restricted SMTP relays aspmx.l.google.com on Port 25 etc instead of smtp.gmail.com but there's a lot of restrictions with it, like it only sends to GSuite users, doesn't use TLS etc, then you need to add it to the whitelisted IP list etc etc, unless those devices support oauth Steve
  23. Are you using LSAs? As they were disabled on the 15th after a long delay, and you'll need to make changes to fix things As an example, regarding your Outlook comment: Steve
  24. Yep it'll happen, but it won't stop our upgrades! My point being as long as it's planned in, and everyone knows about it, whether or not XYZ teacher listens isn't really something that's your fault (Ignoring their opinion). Bearing in mind the summer schools aren't all pupils it's only sets/groups, so won't be whole school full (at least not in most places) Steve
×
×
  • Create New...