Question: A Windows Server 2012 R2 VM is available to use. You created an XML file that includes all the server roles and features you require for a file server. The XML tile is stored at the root of the D: drive. What PowerShell command do you run to configure the server?

  1. `Install-WindowsServices -ConfigurationFilePath d:\PowerShellConfig.xml`
  2. `Install-WindowsFeature -ConfigurationFilePath d:\root\PowerShellConfigFile.xml`
  3. `Install-WindowsRole -ConfigurationFilePath d:\FileServerConfig.xml`
  4. `Install-WindowsFeature -ConfigurationFiIePath d:\FileServerConfig.xml`

Answer: The correct answer of the above question is Option D:`Install-WindowsFeature -ConfigurationFiIePath d:\FileServerConfig.xml`