Microsoft 365 Certified Endpoint Administrator (MD-102) Practice Test

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Microsoft 365 Certified Endpoint Administrator exam. Utilize flashcards and multiple choice questions with hints and explanations. Get exam-ready now!

Practice this question and more.


What should be deployed to support a new application requiring a specific version of the .NET Framework on some devices?

  1. Block all installations until .NET Framework is updated.

  2. Deploy the .NET Framework using a PowerShell script prior to application deployment.

  3. Install the application without the .NET Framework.

  4. Require users to install the .NET Framework themselves before deploying the application.

The correct answer is: Deploy the .NET Framework using a PowerShell script prior to application deployment.

Deploying the .NET Framework using a PowerShell script prior to application deployment is the most efficient and effective approach for ensuring that the required software prerequisites are in place for the application to run successfully. When an application specifies a certain version of the .NET Framework, it is critical that this version is installed on the devices where the application will be used. By utilizing a PowerShell script, administrators can automate the installation process, ensuring that all necessary devices are updated promptly and in compliance with the application's requirements. This method also reduces the likelihood of errors or inconsistencies that could arise from manual installations or oversight. Automation via PowerShell scripts offers significant advantages, such as the ability to deploy updates across multiple devices simultaneously, manage installation processes effectively, and provide logging or error-handling capabilities that can assist during troubleshooting. In contrast, blocking all installations until the .NET Framework is updated can lead to operational delays and hinder user productivity as they may not be able to access other applications or resources during this period. Installing the application without the .NET Framework would result in functionality issues, as the application would likely fail to work properly. Requiring users to install the .NET Framework themselves is also not practical; it introduces variability in compliance, knowledge gaps among users, and