Forum Discussion
in3erfineinqed
Dec 12, 2023Copper Contributor
Add safe source servers
We have clients which are not part of our domain anymore. they are still accessing files (.exe;.xlsx) which are stored on our fileserver, which is in the domain.
When executing the .exe files we got a popup which says: It cant be check who created this file. Do you realy want to execute it?
Is there any solution which i can implement in intune, to add server IPs as secure source?
4 Replies
Sort By
- sounds like the Show security warning for potentially unsafe files... did you try to add a configuration profile in intune to disable this or enable it and don't show warning?
or a powershell script to configure it?
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Security" /V "DisableSecuritySettingsCheck" /T "REG_DWORD" /D "00000001" /F
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /V "1806" /T "REG_DWORD" /D "00000000" /F
REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /V "1806" /T "REG_DWORD" /D "00000000" /F - Deleted
Hello in3erfineinqed
Welcome to the Microsoft community, my name is Recep I'll be happy to help you today.
Please follow the below link and it will help you with the same
https://learn.microsoft.com/en-us/mem/intune/configuration/network-boundary-windows
If I have answered your question, please mark your post as Solved
If you like my response, please give it a Like
Appreciate your Kudos! Proud to contribute! 🙂
- in3erfineinqedCopper ContributorHi, unfortunatly this didnt help, the source is still untrusted. where in the system should i find the ip-adresses i whitelisted?
- in3erfineinqedCopper ContributorAnybody has an idea how to proceed? The Article isnt working.