chaplic
Members-
Posts
965 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by chaplic
-
it's really, really unfriendly for any sort of corporate style internet. If you can put it on a guest wifi with no captive portal and any-any outgoing it's fine.
-
plumbing wise this is what to do : A service principal would be created in the same azure sub as ACS with the rights Microsoft.Communication/EmailServices/Write Microsfoft.CommunicationServices/Read Microsoft.Communication/CommunicationServices/Write In O365 Id have a connector triggered by a transport rule. The connector would ship mail to smtp.azurecomm.net. The username is ACSName.ApplicationID.TenantID and the password the secret key, relevant to the service principal and ACS instance above From there, we just need a transport rule to determine what to send down the connector However, re-reading your requirement this is complete bobbins as it will still count these as outgoing messages. Emails to accepted domains are not counted. So you could have @list.myorg.com as an accepted domain but sent to internal relay, then a route to Exchange on prem where the DLs are held (and not synced to Office365). This would have a similar connector (not transport rule generated) to send to ACS. Then in O365 you have contact object representing the DL on prem. Wrap around it some controls so that unauthorised users cant use it. It's a pretty crappy solution...
-
Microsoft has Azure Communication Services (ACS) which does just that, and it makes use of the Office 365 SPF ranges. And can do basic auth It has some rather interesting oddities to it, but does the job (if you happen to be in Glasgow, I’m speaking about it in a few weeks!)
-
I had a solution for a while where I deployed IIS running locally on each PC, and hosted the proxy pac on that, then configured pac settings as http://localhost/proxy.pac. The pac file also made use of myipaddress to determine if it was in school (as the subnets in use there were unusual). Sounded bonkers, but it worked. intune can configure the proxy settings per WiFi (so I assume will be doable other ways) , so if you can get away with simply proxy exclusions and not need clever pac stuff then that could be an option as could a remote web server with the pac file making use of myipaddress.
-
My biggest piece of advise would be get on and do it, go play. Vnet, NSG, ASG, RSG, RG will all start to make sense after you've built a few things and if you are careful need not cost much, certainly far less than any formal training. For example, build a dummy on-prem server and download azure migrate to migrate it, creating a subsciption ,vnet, subnet and resource group to host it, and see the various bits and bobs it creates Create a site-to-site VPN to an azure VPN gateway Create some vnets and peering and route traffic between then Create two webservers and load balance with azure load balancer.
-
This is either the domain set as UPN in question isnt registered in azure AD, or something has gone funky ad there's a clashing account name. As it seems you have multiple domains, I wonder if someone had previously written a custom rule to remap upn to another field. For example if domainA has school.com then domain B cannot have school.com as well. but you might want that for logins into Office365. So in DomainB decide on an attribute for UPN (e.g. Extensionattribute1) and map that to UPN for that domain Looking at an affected user in the sync service may render some clues, as would a full dump of all AD users and fields in the problem domain
-
Chances are a legit system is sending some emails to your mail server, so look at incoming emails with a from address of your domain.
-
You haven’t indicated a wish so receiving mail servers will make their own mind up. In my experience, you tend to get some background noise of spoofers using your domain especially if you are a well known domain, but a repeated attempt from the US sounds legit, if poorly setup. Could you track emails to you from these IP addresses to see if it gives a clue.
-
Well, I'm a consultant and, yes I'm in it for myself. Which is why it's baffling to issue a fundamentally flawed 'make do and mend' piece of advise as you're never going to get much repeat business from a school even if you say what they paymaster wants, and why on earth would you issue such advise that's got a real, tangible, possibility of blowing up in your face. Of course we dont know a) why said consultant was chosen (it does feel like dave built his own gaming PC) b) what the scope/ question was asked c) what the actual advice was
-
This is not true. The latest CU of Exchange 2019 allows powershell cmdlets to be run without an Exchange server, meeting the criteria for using a supported tool as per that link, but not needing an Exchange server. In decommissioning the last server is not uninstalled as that removes various buts of config still needed.
-
You dont need to be in exchange hybrid at all if you dont want/ make use of if for things like smtp relay or perhaps critical the rules that auto generate email addresses if thats not done by third party tooling At this moment, your exchange 2019 environment is basically a gui to AD for modifying email properties (and this remains the same post removal of HCW). I would move system mailboxes to them and decom 2013
-
are either hosts 365? if not, then nothing
-
At the very least you need to do the Exchange 2019 schema and domain prep updates, then you can get the exchange 2019 powershell cmdlets which dont need to talk to an exchange server. As I found out with exchange 2013 decom just before Christmas there are some use cases where the exchange-server-less cmdlets wont work for you but Id think the chances of that are slim There are LOTS of things to consider when decomming exchange 2013, MS do a good guide and depending on your setup doing it wrong may break exchange online (autodiscover for example) so take care. If salamander is calling exchange PowerShell then maybe it'll still work if you install the 2019 tools but you need to speak to them. Failing that, whack 2019 on a box, nuke hybrid (not needed) decom 2013, job done.
-
That’s the essence of it, but you need to remove EVERYTHING on the old tenant that’s using the domain before it’ll let you remove it, so proxyaddress on email addresses, groups and so on.
-
Smoothwall SSL Cert on some ipads
chaplic replied to steveg's topic in Internet Related/Filtering/Firewall
If it’s getting the root cert and still showing cert errors then maybe intermediate certs are required, or possibly the routes to CRL checks (over port 80 if memory serves) are not working. -
Smoothwall SSL Cert on some ipads
chaplic replied to steveg's topic in Internet Related/Filtering/Firewall
Does the communication back to your MDM also go through the smoothwall proxy, thus not working? could be possible to configure the MDM URLs to notbe inspected so they go straight through? -
AI - Edu licenses CoPilot/ChatGTP
chaplic replied to Andycat's topic in AI in Education & Enterprise
I've deployed a 200 odd user PoC for MS Copilot in a healthcare setting. The initial expectation of the tooling was somewhat off (to join the poc you had to submit a use case) but once people got into it, there was no taking it away. For me, the teams minute taking and actions is worth it alone, for others the ability to do analysis in excel is it, even just the ability to take a word doc and turn into powerpoint. If all your content is on sharepoint then the search is great, being able to ask it things like 'do I get january 2nd off this year' is useful For knowledge workers, if it saves 5% of their time, it's paid for itself. The PoC was done with a proper induction and ongoing tutorials, being a geek I was skeptical but took part in the sessions to handle any questions the trainer couldnt answer. Turns out I learnt loads, but the biggest take away is you cannot just give the tools out an expect people to fully benefit - they need to learn how to create prompts and what works well. -
NLA is a nightmare of poor documentation and half-truths online. basically through trial and error I came up with this to solve my particular setup, I do not gurantee it will help yours! if((Test-Path -LiteralPath "HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet") -ne $true) { New-Item "HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" -force -ea SilentlyContinue };Set-ItemProperty -LiteralPath 'HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet' -Name 'EnableActiveProbing' -Value 1 -Force Set-ItemProperty -LiteralPath 'HKLM:\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator' -Name 'NoActiveProbe' -Value 0 -Force Set-ItemProperty -LiteralPath 'HKLM:\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator' -Name 'DisablePassivePolling' -Value 0 -Force Set-ItemProperty -LiteralPath 'HKLM:\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator' -Name 'UseGlobalDNS' -Value 1 -Force
-
Assume nothing has changed at the fileserver backend? How did the mapped drive get there? it is a persistent drive mapped elsewhere? can you map a new drive to the same share? Are you accessing a windows file cluster, is Continuous Availability enabled on it? Does it come back to life after 6 minutes? Do a wireshark trace before you access it, do you see an attempt to connect to the fileserver on port 80? webclient could be messing with you.
-
32 inch 4k, and a 27 inch in portrait. Another 27inch to the left of them both connect to another PC. ultra widescreens look cool but dont work for me.
