Multiple choice technology programming languages

Your company ABC Inc. standardizes on the .NET Framework as its software development platform. Subsequently, virus attacks cause your company to prohibit the execution of any applications downloaded from the Internet. You must ensure that all client computers on your intranet can execute all .NET applications originating from your company. You must also ensure that the execution of .NET applications downloaded from the Internet is prohibited. You must expend the minimum amount of administrative effort to achieve your goal. Which policy should you modify?

  1. Application Domain.

  2. Enterprise

  3. Machine

  4. User

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Enterprise security policy is the correct choice because it applies across an organization and can be deployed via Group Policy, minimizing administrative effort. Enterprise policy levels control code execution permissions for all computers in an organization. By setting the Enterprise policy to trust intranet sources and restrict Internet sources, you achieve the goal efficiently. Machine and User policies would require individual configuration on each computer.