Jump to content

robintech

Members
  • Posts

    647
  • Joined

  • Last visited

Everything posted by robintech

  1. to add another option Chocolatey is good for installing and updating common programs, have to host your own repository or they heavily rate limit and temp block you .
  2. Could try turning off Find My iPad on the device itself as seen that cause issues, then wipe it manually or use Apple Configurator 2 to wipe it as well.
  3. Is the Modular Disk Storage Manager Agent running on the host
  4. Had to add an additional apostrophe to those with one in their email in another csv , in my not very good powershell Get-ADUser -Filter {emailaddress -like "*'*"} -Properties name,DisplayName,emailaddress,mail |Select-Object UserPrincipalName |Export-Csv -Path c:\intel\apostrophe.csv #TYPE Selected.Microsoft.ActiveDirectory.Management.ADUser UserPrincipalName davido''[email protected]
  5. Surprised they opted everyone into this when we have Education licences , thought we would be spared. Imagine it will confuse students a bit.
  6. not used it but keep meaning to try rustdesk.com
  7. iPlayer is delayed as well, had a lot of odd moments where people were getting the penalty results on their phones a bit early, especially bad if you've had to restart the stream and its doing some caching smoothing I'd go for a live TV signal if possible
  8. Maybe an alias ?, exchange message trace should show the steps it went through before it got to the mailbox
  9. Took about 9 days for response but was working a couple of days after reporting it. Forgot to say you can check some details of who they think you are here https://www.bbc.co.uk/userinfo Ours changed from not working X-Country": "gb", "X-Ip_is_uk_combined": "no", "X-Ip_is_advertise_combined": "no"} to working {"X-Country": "gb", "X-Ip_is_uk_combined": "yes", "X-Ip_is_advertise_combined": "no"}
  10. Browser dev tools is useful like Chrome F12 - Performance, Console, Network usually has something in Red showing up.
  11. Sometimes specifying the domain in the username helps us when everything else has failed, mainly with Chromebooks though, contoso\astudent
  12. Thought I'd seen those before
  13. Is there a rechargeable POE injector that sits on the Ethernet cable and charges itself, then I could run the APs in a mesh mode, Wi-Fi controller or VM is about 200W, ISP router 50W, Core switch 200W maybe; and have no local servers running. Should last a long time on the UPS then
  14. Lenovo IdeaPad 5 have been ok for us , '3' is probably the same. USB-C charging is good and battery reasonable, maybe 4 to 6 hours. Bad points would be screen isn't amazing but they don't seem to notice , fan can come on loud for no reason and Wi-Fi chipset struggled initially on some APs until rolled back the driver. They haven't broken physically and a lot of them carry them about
  15. on the off chance is there any GPO or privacy permissions setting for allow camera that isn't carried over, or GPO now being enforced on 21H2
  16. Answer from Netsupport support which worked for me is to copy client32.ini and client32u.ini from another computer in that Group/Room or edit them on the computer on question.
  17. For troublesome laptops we tend to put a mini USB Wi-Fi adapter in the side, the cheap £10 or under ones, and disable the internal Wi-Fi. Not a proper fix but have surprisingly few problems with them.
  18. we have the TravelMate B311-31 and they're decent enough as a very basic mini laptop with quad core N4120 CPU , battery life is good and they can charge themselves from their USB-C port which I like
  19. Oh yeah didn't mean to suggest this is a way to get round anything, we are in the UK and have a TV licence and our ISP is UK one just thought others might face this issue and contacting the BBC isn't the black hole of communication I thought it would be,
  20. Don't know if anyone else has had this issue but everyone started reporting BBC saying they were outside the UK, not sure why as our external IP RIPE registration didn't change and that location is UK but all their services thought we were outside the UK and blocked them. Or saying you are outside the UK is their default message for a blacklist Used their online contact form on iPlayer and they have whitelisted us "Thanks for getting in touch with BBC iPlayer support. Apologies for the delay in getting back to you while we investigated this issue. Your IP was whitelisted in our database on 13/09/2022, and as such you may find you are now able to access again. If not, it may be after 23/09/2022 when this database will update again. Sorry for any inconvenience this issue has caused. If you are still having issues at the end of the week, please get back in touch with us using the link below. Thanks again for getting in touch with BBC iPlayer support. Kind Regards," Thought maybe they are trying to crack down on VPN exits and somehow thought we were one due to the number of users.
  21. Think we had the same issue but somehow resolved itself, remember I could replicate it by stopping the AudioEndpointBuilder and sometimes start it remotely if it had stopped working Didn't follow up as fixed itself but had this powershell in the ticket stop-service AudioEndpointBuilder -Force start-service Audiosrv get-service -Name Audiosrv | Select-Object * get-service -Name Audiosrv -DependentServices
  22. Can't seem to figure it out, if I click on Properties (Display the Groups Properties) nothing comes up, trying to move it to another "Group" has a blank list in the drop down with New as an option. Trying to create a New Group with the same Room name it says the group already exists.
  23. From what I've read it will continue to work but is unsupported from 31st onwards and may stop working at any time Some notes from our upgrade Versions prior to 1.5.42.0 don't have export feature but you can unzip/extract the MigrateSettings.ps1 from the latest msi and run that, it reported success and created the files for me.The Auto Update doesn't work if for example you have added your own custom rules to the configuration Sync seemed to take a few hours to come back to default 30 minute periods PowerShell get-adsync commands like Get-ADSyncScheduler are useful to confirm what settings you have
  24. does UseSystemPrintDialog https://admx.help/?Category=EdgeChromium&Policy=Microsoft.Policies.Edge::UseSystemPrintDialog do anything
  25. Recently tightened up permissions and defaults for sharing so now Shared Mailboxes can't access newly shared files as the previous "Anyone in Org with the link" is now "specific People/Groups" files shared with minibuses@ can't be accessed by Alice@ Ideally we would convert these mailboxes to SharePoint Groups but there doesn't seem to be a clear way to do it without losing everything including calendars and email or attempting to manually copy them over to the SharePoint Group From what I've read Aliases suffer the same issue, there was something about adding an shared mailbox to a SharePoint group but looks like they discontinued it a few years ago. Further there are external O365 companies sharing files with shared mailbox addresses which then fail in the same way , although I don't know if that would work with a group either. Has anyone else gone down this path as seems like it should be more common
×
×
  • Create New...