-
Posts
647 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by robintech
-
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 .
-
[M365 Outlook] Disable Reaction Daily Digest emails
robintech replied to CHiLL's topic in Cloud Services
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] -
[M365 Outlook] Disable Reaction Daily Digest emails
robintech replied to CHiLL's topic in Cloud Services
Surprised they opted everyone into this when we have Education licences , thought we would be spared. Imagine it will confuse students a bit. -
not used it but keep meaning to try rustdesk.com
-
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
-
How do you work out why you're receiving an email?
robintech replied to kennysarmy's topic in Cloud Services
Maybe an alias ?, exchange message trace should show the steps it went through before it got to the mailbox -
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"}
-
iOS 16 Beta - Radius auth wireless networks failed
robintech replied to stgoodyeara's topic in Wireless Networks
Sometimes specifying the domain in the username helps us when everything else has failed, mainly with Chromebooks though, contoso\astudent -
Recommend me an HDMI 2-port splitter please...
robintech replied to kennysarmy's topic in AV and Multimedia Related
-
UK Braces for Blackouts, Gas Cuts in January in Emergency Plan
robintech replied to 6Foot2's topic in General Chat
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 -
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
-
[21h2] Cameras have stopped working...could be 21H2?
robintech replied to Zourous's topic in Windows 10
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 -
NetSupport how to change the Room
robintech replied to robintech's topic in Network and Classroom Management
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. -
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.
-
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.
-
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
-
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.
-
UPGRADE Azure AD Connect before September 2022!
robintech replied to psydii's topic in Cloud Services
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 -
does UseSystemPrintDialog https://admx.help/?Category=EdgeChromium&Policy=Microsoft.Policies.Edge::UseSystemPrintDialog do anything
-
SharePoint/OneDrive and Shared Mailbox access permissions
robintech posted a topic in Cloud Services
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
