Forum Discussion

in3erfineinqed's avatar
in3erfineinqed
Copper Contributor
Dec 12, 2023

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

  • 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
    • in3erfineinqed's avatar
      in3erfineinqed
      Copper Contributor
      Hi, unfortunatly this didnt help, the source is still untrusted. where in the system should i find the ip-adresses i whitelisted?
      • in3erfineinqed's avatar
        in3erfineinqed
        Copper Contributor
        Anybody has an idea how to proceed? The Article isnt working.

Resources