snagrat
Members-
Posts
2,435 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by snagrat
-
Intune: SharedPC Template does not remove "Primary User"
snagrat replied to eejit's topic in Cloud Services
It will say that the Primary User is someone else and not allow app install or other features (such as reset, not that we use that). -
I have submitted a ticket about it as well.
-
Intune: SharedPC Template does not remove "Primary User"
snagrat replied to eejit's topic in Cloud Services
Not sure the template and computer account are really related so wouldn’t expect it to remove it. I do hate the primary user thing as Company Portal will not work if you are not the PU. I just use a script that removes the PU of all machines -
MFA for IT Technicans in Multiple Schools
snagrat replied to BB90's topic in Data Protection & Information Handling
Why are you using a single login? Each tech should have their own Admin credentials and MFA code.- 17 replies
-
- 17
-
-
- 2fa
- authentication
-
(and 3 more)
Tagged with:
-
We don’t charge schools, other than top slice. But too slice doesn’t specifically cover IT Support, it’s just part of a central service we provide
-
Changing Office365 emails & UPNs due to school name change
snagrat replied to KSCSIT's topic in How do you do....it?
Shouldn’t take 24 hours really. If you run a sync it should take no longer than 15mins. Have you considered aliases of the old email? These will need adding using the ProxyAddresses attribute -
Do they mean https://status.bromcomcloud.com/ or is status.bromcom.com also down now?
-
The devices don’t need to be supplied through a Google authorised reseller, you can just buy them separately.
-
And they appear in MS pretty instantly?
-
We currently buy our licensing through CSP. It’s fine but I have to submit a PO even if I just want to add a single license. We currently use Stone and pay (yearly) £109 for A5 and £52 for A3. What do others pay and who are you with? Would be good to know if others have a simple portal where they can increase/decrease numbers on the fly…
-
Couple of ways: 1) Create the group and then manually assign the members (device members) 2) Create multiple MDM Servers in ASM/Intune with different profile names. Then assign the iPad to the correct MDM. Use Dynamic group to assign members based on enrolment profile name. I do option 2. Not sure where users would come into it if these are shared iPads. I do everything at device level
-
Schools Broadband - No Internet?
snagrat replied to snagrat's topic in Internet Related/Filtering/Firewall
I'm sure they are aware being as their phones are not working either..... -
Schools Broadband - No Internet?
snagrat replied to snagrat's topic in Internet Related/Filtering/Firewall
Seems to be certain sites for us. Arbor being one of them -
Anyone else on Schools Broadband seeing no internet this morning? Had alerts in the early hours from Meraki of lots of sites going offline.
-
Free event - Copilot for education
snagrat replied to ConceroEdu_Matt's topic in Courses and Training
Isn’t it a minimum count of 300 users though? -
The email address doesn’t have to be of the new domain. So just put your current Google address in. Once setup, you can buy and add another domain that you wish to use.
-
Assuming the Email Address field is set, and you want the email address to become the UPN, then a simply powershell script will do this. I have one somewhere but ChatGPT came up with this # Import Active Directory module Import-Module ActiveDirectory # Get all users from Active Directory $users = Get-ADUser -Filter * # Loop through each user and set UPN to match email attribute foreach ($user in $users) { $email = $user.EmailAddress $currentUPN = $user.UserPrincipalName $domain = "yourdomain.com" # Change this to your domain if ($email -ne $null) { $newUPN = $email if ($currentUPN -ne $newUPN) { Set-ADUser -Identity $user -UserPrincipalName $newUPN -Server $env:USERDNSDOMAIN Write-Host "Changed UPN for $($user.Name) to $newUPN" } else { Write-Host "UPN for $($user.Name) is already set to $newUPN" } } else { Write-Host "No email found for $($user.Name)" } }
-
Have you set the flag to Enabled? I last tried it on 115 so might be different now
-
Intune MSI Deployment Failed - Leaves a Blank File
snagrat replied to VBallantyne's topic in Cloud Services
Yes I was. I thought you were just replying the straight msi -
Intune MSI Deployment Failed - Leaves a Blank File
snagrat replied to VBallantyne's topic in Cloud Services
I would also look at creating it as an Intunewin installer for better log gathering -
Intune MSI Deployment Failed - Leaves a Blank File
snagrat replied to VBallantyne's topic in Cloud Services
Do you need the InstallDir bit in the command line? It clear it is referencing that and thinking it is a file and not a path. Does it not by default install to Program Files? -
For me it was changes to the GAL meaning the account being sent as was not available. Fixing that sorted the SendAs
-
We have the same issue. Looks like Outlook Client is trying to send on behalf of now rather than SendAs. If you open OWA it works OK, so the permissions are OK. Did you get anywhere troubleshooting the root cause? We are running 2309 but only started Monday.
-
Trying to set this up but having some difficulties. Apparently the “Allow” documentation from Microsoft is wrong so wondered how others are setting it up. I have the segments configured if the font of Sch1/Pupils, Sch1/Staff etc and now want to stop Pupils communicating with Staff if different schools
-
Syncro User Group
