I am getting an error when I run this command in PowerShell:
Install-WindowsFeature -Name Web-Net-Ext -source D:\Sources\SxS
Install-WindowsFeature : The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The source files could not be found.
Every article and blog I've read says that that path needs to be specified. How can a reference to this folder be obtained?