Removing the Windows Domain login EULA for automated deployments

Pre-login EULA’s are a common sight within organisation’s forcing a user to “read” something then click OK allowing the system to continue to login. Automated build tools such as Ivanti, or MDT however are not keen on these things and often as part of a new environment it is recommended that a new Active Directory Organisational Unit is created and blocking inheritance of group policieRead More…

Installing DotNet framework 4 with MDT

If your having trouble deploying the dotnet framework 4 with the Microsoft Deployment Toolkit (MDT) with a deployment seemingly halting or freezing when installing the framework a minor change in the MDT application properties is in order. Instead of using the usual dotnetfx40_full.exe /q /norestart substitute the /q (quiet) with /passive. This allows the dotnet installation to be displayed Read More…