Jump to content

DaveTheTech

Members
  • Posts

    410
  • Joined

  • Last visited

Everything posted by DaveTheTech

  1. Hi, I reckon that the /s could be case sensitive. USSF suggets that its "xTool-Creative-Space-2.1.12-2024-08-28-11-19-25.exe" /S Tested that out and its fine. I grabbed the exe from here: XCS Software Download (xtool.com)
  2. Hi, I have sucessfully used this add in - it wasn't from a Shared Mailbox. But I presume there is a setting that you can change so that this could work for you.
  3. Turn on storage sense and set it to a suitable period. This is what dehydrates the files - ie removes the download and makes them cloud only
  4. We had the same issue two weeks ago. Can everyone stop sending out newsletters on a Friday please.
  5. I am using a service account for this. Not currently with my laptop, but can share what I have with you once I do
  6. We have moved from Nova-T6 to aSC Timetabes or Timetabler. https://www.timetabler.com/timetabler/ https://www.asctimetables.com/
  7. I used groups within MDT when I was managing this. No matter what you do, there will always be a handful of use cases where you just need to remember that certain teachers require extra software. Its always good when you get to go: "Here's your new PC, dont worry I have installed a, b and x. So its just like your old one" I'd deploy the software mid year via NetSupport as that was easiest and update MDT whilst I went.
  8. When re-gassing, they can add a UV dye - that would pin point where it is.
  9. 365 apps for enterprise Version 2404 Build 16.0.17531.20152) 64-bit
  10. Add the applications to MDT. Then you can create a group bundle. You can add mandatory applications, these come 'pre-ticked' when you deploy.
  11. Can you export the publication as a gif or pdf? I found that mail merges do not like OneDrive. Can you test from another location?
  12. Turn on verbose messages - youll see what stage the slow down is happening. Are you sure the expected policies are being applied? Whats the resultant set of polices show?
  13. *Looks sheepishly at his bikes exhaust* The baffle fell out on its own, honest. And its a coincidence that it fell onto a high shelf, in time for the next MOT.
  14. S.W.A.T. - Season 5 has just arrived on Netflix Might use it as an excuse to watch it all the way through again.
  15. I have a program to post a Teams message. It was to aid in communication. But I added the caveat that it can break and isnt THE only way to send messages. Teams messages can be posted manually and school telephones can be used. I was told a staff member didnt know about the lockdown as they didnt see the notification. Surely the lockdown alarm (same sounders, but different tone, as the fire alarm) wasnt enough??!
  16. Hi, Wouldn't the most effective thing be to only remove it if its installed? Something like this? get-appxprovisionedpackage -online | ?{$_.displayname -match "Microsoft.Office.Desktop"} | remove-appxprovisionedpackage
  17. I haven't gone from Google to OneDrive, but On-Prem to OneDrive. Download folders are not redirected. Users shouldnt be storing files they need there. It will probably be different for you, but I used the migration as a time to remind users of this. That if its a shared PC, this will be one folder that gets cleared. Do you have the option of leaving it to the users to do? I'd be tempted to do that.
  18. Seems we cross posted a bit, I was meant to reply to the OP. I used to use your method. However, if you set the group members to avariable, you don't have to use for each. Depending on how much work you are doing, can save a bit of time.
  19. That correct, it does. However, in your post you said the reception group. Your initial code, would add the user called reception, not the group. You can get the members of the reception group and then add those or add the group as a member.
  20. The cmdlet would be looking for samaccountnames. I would have thought you would need to do something like: Add-ADGroupMember -Identity "COLOURING IN" -Members $(get-adgroup "RECEPTION")
  21. Hi, Have you blocked access to the MS Store? These might have been in place before and could have been deleted. However, those registry keys stay behind unless they are toggled the other way first.
  22. The following link makes me think that if you design dashboards, then you have a pro licence and store them in a collaboration space. Viewers then have a free licence and are given permission to read the above space. How content is organized in workspaces - Power BI | Microsoft Learn
  23. PS Script to help OneDrive Migration (edugeek.net) The above post might help. TLDR: Home drive marked as read only windows library / folder redirection in place mapped drive for home drive kept in place remove drive mapping after a period of time
  24. I have found that if the PC is started up before the IWBs, then the PC does not realise that there is an audio device at the other end. Could this be the same issue you are having? It might not be, due to you loosing audio after the PC is booted. Are there any logs in the event viewer?
×
×
  • Create New...