Microsoft Endpoint Administrator — Question 139

You have a computer named Computer5 that has Windows 10 installed.

You create a Windows PowerShell script named config.ps1.

You need to ensure that config.ps1 runs after feature updates are installed on Computer5.

Which file should you modify on Computer5?

Answer options

Correct answer: B

Explanation

The correct answer is B, SetupConfig.ini, because this file is used to configure settings for Windows setup and can specify scripts to run after feature updates. The other options, while related to deployment or setup, do not provide the same functionality for executing scripts post-update.