Windows PowerShell vs PowerShell

There are few differences in the PowerShell language between Windows PowerShell and PowerShell. The differences are most notable in the availability and behavior of PowerShell cmdlets between Windows and non-Windows platforms and the changes that stem from the differences between the .NET Framework and .NET Core.

March 26, 2022 · 1 min · 97 words · Vitalie Ciobanu

Install-WindowsFeature Web-Net-Ext failed. Source files could not be found.

Error: Trying to install .NET Framework 3.5 Features on a Windows Server 2016, either through GUI or PowerShell, returns below error (truncated): “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.” Cause: .Net Framework…

August 13, 2018 · 2 min · 247 words · Vitalie Ciobanu