I\'m looking to see how I can use the IIS PowerShell Cmdlet New-WebAppPool to specify the version of the .NET Framework to use. Currently, it defaults to v
With the WebAdministration module loaded try this on a pool that you've created:
Set-ItemProperty IIS:\AppPools\ managedRuntimeVersion v4.0