Jump to content

snagrat

Members
  • Posts

    2,432
  • Joined

  • Last visited

Everything posted by snagrat

  1. Are you using the Shared PC mode within Intune by any chance?
  2. Create an AutoPilot group https://docs.microsoft.com/en-us/mem/autopilot/enrollment-autopilot
  3. Depends really. Normally l rename the old right at the start so the new new goes on with the correct name. But that’s downtime. Renaming at step 12 (instead of relaxing!) would also work.
  4. Netsh dhcp server export c:\dhcp all Then On new server Netsh dhcp server import c:\dhcp all Easy!
  5. 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
  6. Extra step I generally do then is to rename the DC to the old name. Everything just continues to work then and the clients haven’t got a clue the server has changed....
  7. No go with Takeout but the Vault worked perfectly.
  8. 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
  9. 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
  10. Let them expire and simply ensure anyone who needs the apps gets the A1 Plus assigned.
  11. Not free but I use Cloudiway to do it. Very simple
  12. That tick box doesn’t enable Intune device management..... If you have bought Intune licenses you will have a different SKU to assign
  13. 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?
  14. License partners get between 10-15% discount on the Microsoft price so it depends on the partner what they quote at
  15. 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.
  16. Doesn’t matter. You license the users not the devices.
  17. You only need 1 license per user so you would license M365 for Faculty and get the students for free
  18. I never found a way, or to rename through Powershell. Just created new from scratch copying the settings
  19. 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.
  20. Intune alone is about £6 per Staff per year on OVS-ES
  21. 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?
  22. 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?
  23. 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"
  24. 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.
  25. I would try it with the downloaded xml files. Using the Enterprise one for Office 2019. The only thing to change is to remove the Visio product from the code. Sounds like you have a OVS-ES license agreement which is based on Staff count only.
×
×
  • Create New...