I've recently installed the Windows Assessment and Deployment Kit (WADK) on Windows Server 2008 R2. I've used the installer provided by Microsoft here: https://www.microsoft.com/en-ca/download/details.aspx?id=39982
The installer says on the page that it's intended for Windows 8.1, however I can't find a version specific to Server 2008 R2. I've run the installer and it appears to install just fine. However, when I try to use the Enable-WindowsOptionalFeature
cmdlet in the DISM PowerShell module installed with the ADK, it fails (using commands verified to work on Windows 8.1 and Server 2012 machines). I specifically installed the ADK solely for this Powershell module. Does anybody know how I can get the DISM PowerShell module working on Server 2008 R2, or alternatively, find another way to install it that will work correctly ?
I need this module to be able to automate installation of some optional features in live running instances of Windows Server 2008.