Restart the system to activate all configuration policies post-MDT installation
Restart the system to activate all configuration policies post-MDT installation
I've been using MDT for some time at work and consistently deploying Windows installations (7/10). Often, certain GPOs apply only after the computer joins my domain, while others don't. For example, Applocker and our software deployment tool are sometimes missed. To ensure full installation, a manual reboot is necessary, which can be frustrating. I've added FINISHACTION=RESTART to the default section in customsettings.ini, but it doesn't resolve the issue. Also, inserting two restart steps at the end of the TS breaks the process since it prevents logging in after a restart. I have the newest ADK and MDT versions. Have others faced this problem before? Any advice would be appreciated.
You haven't actually attempted that. You're wondering if I should add it through MDT, but the issue is I don't have to sign it. After the MDT completes, it restarts with "FINISHACTION=RESTART", yet a second restart is still needed for the GPOs to take effect. You're looking for a way to automate that second restart.