Jump to content

Bumhug360

Members
  • Posts

    100
  • Joined

  • Last visited

Reputation

487 Excellent

About Bumhug360

  1. It doesn't. Its hard to explain as it makes no sense 🤪 ageGroup cannot be set in AD, it can only be set via Entra. If the account is cloud only the changes work instantly, if the account is AD based it can take a few days for the change to kick in. Why? Good question, you are using cloud based tools that are authenticating via Entra so the fact that the account is managed via AD should make no difference at all, yet for some reason after a few days it will just work. It drove us mad trying to get this to work, months of trying different things all appearing to make no difference at all, we would even leave it over night and no change following morning, then for no reason and when all the settings would say it shouldn't work it would start working, couple hours later it wouldn't be working again. Documentation on this is very poor, chatgpt was what tipped us off to the up to 7 days though cant seem to track a source for it. We ran the script before a half term, when kids came back it was all working
  2. Way we have done it is PowerShell script, students are in a security group for their intake year so we set everyone in that group to NotAdult which worked for us, then set new users manually which isn't ideal Import-Module ActiveDirectory Import-Module Microsoft.Graph.Users $GroupDN = "CN=groupname ,OU=,DC=," $adUsers = Get-ADGroupMember -Identity $GroupDN -Recursive | Where-Object { $_.objectClass -eq 'user' } | ForEach-Object { Get-ADUser $_.DistinguishedName -Properties UserPrincipalName, SamAccountName } foreach ($adUser in $adUsers) { $upn = $adUser.UserPrincipalName if ([string]::IsNullOrWhiteSpace($upn)) { Write-Warning "Skipping $($adUser.SamAccountName) - no UPN" continue } try { Update-MgUser -UserId $upn -AgeGroup "NotAdult" Write-Host "Updated $upn" } catch { Write-Warning "Failed for $upn" } }
  3. Do you have active directory running on a DC? If so it can take up to a week for ages to sync correctly even though you have set it up in Azure. This drove us to the point of insanity before we found it
  4. That HP don't exist anymore, they shifted all switches to Aruba (who they own) around 2015 and then recently renamed Aruba to HPE Networking (which is what they were originally called). Effectively the lifetime warranty program ended when they shifted everything over to Aruba, they still honour the warranty but as only if they have stock and its unlikely these days that you will get like for like and only be offered whatever refurb units they have on the shelf at the time
  5. They aren't slowing down production, they are shifting production. Micron for example have killed the Crucial brand in order to shift production for enterprise components used in data centres. Ram production is set to increase over the next couple of years but the stargate project by OpenAI, Oracle and Softbank is expected to use 40% of all production, and thats just one AI project!
  6. Just got this from Ali Express, cant really see the connection myself
  7. Got the same this morning, but has a different name on it along with a matching yahoo address
  8. Its the Google tactic, when someone comes along with a better product you buy them out then kill it
  9. Looked after child (along with her brother), lives with grandparents one of which has dementia and their grandmother also has to look after a disabled daughter. When they get in trouble she does turn wifi off their devices though is an alcoholic and often passed out by 8pm so they just take the phone and remove the block. There is a tonne of safeguarding red flags that school are just ignoring but as they have a roof over their head, are fed and not abused I don't want to be the asshole that breaks up a family. All can do is try and be positive role model for them and they do behave a bit better around me and my partner
  10. My partners niece has been suspended 5 times this year for truancy and each time ben found in a toilet cubical with multiple other students. Most of the time turns up late for the class, after 5 minutes asks to go to the toilet and then never goes back. Its clear she is vaping, its clear the other students are vaping, they are all different year groups so there is definitely some organisation yet the school doesn't have a vaping problem. Nobody wants her vaping, but what can you do when the school turns a blind eye and refuses to do anything. The toilets are open plan, with a security camera pointing right into it yet nobody is noticing groups of 4 or 5 girls going into the same cubical. They are also the same students getting caught so why are they still allowed to leave lesson when its clear they aren't coming back
  11. I don't see where the hate for the card is coming from. I am building a PC for my nephew and aiming to be as cheap as possible, at the moment looking at £930 with a 5060TI 16GB. For a 1440p gaming machine on a budget I cant see a better card available at the moment. As for the original question have you thought about an I5-13400F? £170 at the moment new and probably get away with same motherboard
  12. My partners nephew had some homework set. For art, create a tiki image board on 1 page of A4, has to be handed in and has to be in colour. The homework was posted in Teams, it serves no purpose at all to print it out when it could just be uploaded to teams, its not just the printing costs you also have to pay to get stuff disposed of, teacher is going to spend 30 seconds looking at it and its going in the bin.
  13. Your .wim file is the problem, need to recreate it. Did you change any options with Rufus? Could be those are conflicting with the sysprepped file
×
×
  • Create New...