snagrat
Members-
Posts
2,432 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by snagrat
-
Are you using the Shared PC mode within Intune by any chance?
-
Create an AutoPilot group https://docs.microsoft.com/en-us/mem/autopilot/enrollment-autopilot
-
We experienced this and it was all down to the cables. The official Microsoft USB-C to HDMI cables worked fine but others did not. In the end we found some USB-C to HDMI adaptors rather than direct leads that worked fine
-
No go with Takeout but the Vault worked perfectly.
-
I need to move the emails to Office 365 for this one account. If I could get it in Outlook then exporting would be easily enough. I will look into the Vault option
-
Does anyone know a way to export Google Group emails to PST? I can't seem to view Google groups in Outlook so unable to do it that way
-
Let them expire and simply ensure anyone who needs the apps gets the A1 Plus assigned.
- 1 reply
-
- 1
-
-
Not free but I use Cloudiway to do it. Very simple
-
That tick box doesn’t enable Intune device management..... If you have bought Intune licenses you will have a different SKU to assign
-
[ms office - o365] Confused with Microsoft quote
snagrat replied to Dumpton20's topic in Office Software
That licensing is done on FTE which they have somehow got to the figure of 64? What was it before you asked for the increase in numbers? -
License partners get between 10-15% discount on the Microsoft price so it depends on the partner what they quote at
-
The do not change device name is only during the Enrolment stage. You can go into any device in JAMF and edit the details. This will then rename the device.
-
Doesn’t matter. You license the users not the devices.
-
You only need 1 license per user so you would license M365 for Faculty and get the students for free
-
I never found a way, or to rename through Powershell. Just created new from scratch copying the settings
-
FYS-00001 for the Faculty user. Reseller price 47p per month. Then you can order FYT-00002 as the student advantage ones. You can generally order as many of these as you like and they all go into Office 365 as one product.
-
Intune alone is about £6 per Staff per year on OVS-ES
-
I thought all see the Global so you would need to ensure Staff went in their own as well and then block Students from seeing the Staff?
-
With regards to your question regarding sending/receiving emails - yes a user would still received if they were blocked from sending. Have you checked in Office 365 if the user is in quarantine and blocked from sending?
-
Enable-remotemailbox for all accounts in an OU
snagrat replied to neonetman's topic in Enterprise Software
Oh that’s harder and not sure how to fit that in to what I have already provided. You could do it easily by importing a csv with the accounts in. But that would mean manually creating the csv to begin with and ensuring the UPN was correct without the domain bit EDIT: This may work: Get-ADUser -SearchBase "OU=2021,OU=Students,OU=Users,OU=SCHOOL,DC=ad,DC=DOMAIN,DC=org,DC=UK" -filter "ObjectClass -eq 'user'" | Enable-RemoteMailbox $_.UserPrincipalName.TrimEnd(" @DomAin.com") -RemoteRoutingAddress "$($_.UserPrincipalName.TrimEnd(" @DomAin.com"))@TENANT.mail.onmicrosoft. com" -
Enable-remotemailbox for all accounts in an OU
snagrat replied to neonetman's topic in Enterprise Software
I’m not sure if you code would be able to work but I would use SearchBase instead of an array Get-ADUser -SearchBase "OU=2011,OU=Students,DC=domain,DC=local" | Enable-RemoteMailbox $_.SamAccountName -RemoteRoutingAddress "$($_.SamAccountName)@tenant.mail.onmicrosoft.com" Obviously change the SearchBase to match what you need and ensure it is the correct format.
