-
Posts
647 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by robintech
-
Synchronising mobile contact lists with M365
robintech replied to Ditto's topic in Mobile Devices & Tablets
not much help but wouldn't they be using some VOIP client on the phone so contacts come from that -
Seems to think people logged in recently in testing when i know its been a year, tried lastwritetime but its all blank on them Edit: think our antivirus must be altering the dates when it scans them
-
They've updated the article to add this
-
Staff are asking to use it but Smoothwall seems to be breaking the WebSocket connections so it just says please wait and then times out Smoothwall seem to say just don't inspect it https://kb.smoothwall.com/hc/en-us/articles/360003342820-Allowing-Access-to-WebSockets-Through-the-Smoothwall-Filter Options seem to be Disable inspection for some groups on Bing Chase subdomains and disable inspection on them
-
Blocked by STP is always logged I think when a port comes on line, then it releases it once it is happy there is no loop , as long as its a few seconds is correct behaviour the Duplicate IP addresses i'd try and track down first what the MAC is from the OUI and what it should be
-
If you have Hybrid AD maybe adrestore.exe the deleted account
-
There is a way to confirm ownership as shown here https://itspartlycloudy.com/2022/01/20/who-created-this-microsoft-form/ in case there is something weird going on with the emails being sent out Dev tools, look for “ResponsePageStartup” or “runtimeFormsWithResponses” , “form:” , “ownerID” Get-AzureADObjectByObjectID -ObjectIds
-
lol no we share an office, got rid of at least 200 kilos of cables and general WEEE but it has grown again
-
All these offices are so much tidier than ours
-
URL test from smoothwall box
robintech replied to mdrabble's topic in Internet Related/Filtering/Firewall
Comes up as Medical Information Sites containing content about health and medical matters Can you work down from nhs.uk, mft.nhs.uk, etc -
Been trying to do this for years but now found this script which works, (think this is the right forum "Do you know how to do something? Do you want to let other people know? Post it in here.") https://www.pdq.com/blog/mapped-drives/ # This is required for Verbose to work correctly. # If you don't want the Verbose message, remove "-Verbose" from the Parameters field. [CmdletBinding()] param () # On most OSes, HKEY_USERS only contains users that are logged on. # There are ways to load the other profiles, but it can be problematic. $Drives = Get-ItemProperty "Registry::HKEY_USERS\*\Network\*" # See if any drives were found if ( $Drives ) { ForEach ( $Drive in $Drives ) { # PSParentPath looks like this: Microsoft.PowerShell.Core\Registry::HKEY_USERS\S-1-5-21-##########-##########-##########-####\Network $SID = ($Drive.PSParentPath -split '\\')[2] [PSCustomObject]@{ # Use .NET to look up the username from the SID Username = ([system.Security.Principal.SecurityIdentifier]"$SID").Translate([system.Security.Principal.NTAccount]) DriveLetter = $Drive.PSChildName RemotePath = $Drive.RemotePath # The username specified when you use "Connect using different credentials". # For some reason, this is frequently "0" when you don't use this option. I remove the "0" to keep the results consistent. ConnectWithUsername = $Drive.UserName -replace '^0$', $null SID = $SID } } } else { Write-Verbose "No mapped drives were found" }
-
https://partnership.education/rpa-cyber-security-insurance/ This is what we followed, didn't install it
-
Maybe developer tools in the browser could show something, could you give them a test account to try when they get the error and see if it is unique to them
-
LiFePO4 seems better suited than other Lithium chemistry as it doesn't have thermal runaway risk and can run down near to empty safely , did find one company that does them in America just out of interest https://www.falconups.com/lifepo4-battery-lowers-lifetime-costs-75/
-
We have a APC Smart-UPS, Line Interactive,3kVA/2.7kW, Rackmount 2U which has worked when needed but only really gives 30 minutes, Would prefer LiFePO4 but nobody makes them yet.
-
YouTube - Video Unavailable
robintech replied to E_G_R2's topic in Internet Related/Filtering/Firewall
chrome://policy - chrome://policy/logs have anything? -
Will turn that on now, Set-OrganizationConfig -RecallReadMessagesEnabled $false until I can figure out the balance, the times we would want it is probably a teacher sending to a student group by mistake so will check if there is a per mailbox feature for it. The main change for me is it being in the web outlook and people randomly deleting messages from a long time ago, don't think I've ever seen a student using Desktop Outlook or trying to recall a message. Edit: have found MessageRecallProcessingEnabled per mailbox but no documentation I can see
-
Not sure when but we have this on our tenancy now in OWA, noticed there is no time limit on recalls and overall something feels dangerous to me about it. From testing the message just disappears from your inbox when the sender recalls it, no end user notification I can see, the sender gets a report on who has read it and if the deletion was successful It can disabled for the Organisation as a whole but time limit isn't settable https://techcommunity.microsoft.com/t5/exchange-team-blog/cloud-based-message-recall-in-exchange-online/ba-p/3744714
-
Will try calling them, think the email is related to this /forums/enterprise-software/231771-paxton-net2-issues-controllers-unknown-firmware-status.html#post1989894
-
Have never had to contact them before but always read on Edugeek they had very helpful support, what's weird is have opened two tickets/emails and after the initial back and forth they stop replying completely. Checked our filtering and quarantine but found nothing, asking for an update has no response. Don't want to start a third ticket at the beginning again Anyone else had this issue?
-
Confusingly there is now New Web Teams and Classic Web Teams https://teams.microsoft.com/v2/
-
not sure what ours is set to so probably a good idea to find out Edit: 180 days for ours $RootDomain = (Get-ADForest).RootDomain $DomainDN = (Get-ADDomain -Identity $RootDomain).DistinguishedName Get-ADObject "CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,$DomainDN" -Properties tombstoneLifetime |Format-List tombstoneLifetime,DistinguishedName https://azurecloudai.blog/2021/08/12/field-notes-active-directory-tombstone-lifetime/
-
Audit log search, it gets confusing narrowing it down though . Sometimes have to perform the action I'm looking for (created anonymous link, shared a file from their personal OneDrive and then emptied second stage recycle bin etc) on a dummy account to make sure the criteria are correct https://security.microsoft.com/auditlogsearch? https://compliance.microsoft.com/auditlogsearch?
