Prerequisites
- Microsoft PowerShell
- Microsoft Windows Management Framework
The Nuget Provider for PowerShell has to be installed separately through the PowerShell command:
Install-PackageProvider -Name NuGet
We've added 'FEATURES=Remote_Support' to the command line to prevent the 1603 error during installation.You can read more about it in this Cireson community discussion.