PowerShell Add-WindowsFeature unrecognized
问题 Thanks first of all for reviewing this. I've basically got a third-party agent software which allows me to execute PowerShell as LocalSystem. This allows me to easily run remote PowerShell commands without WinRM etc. The problem that i'm running into is that on some servers i'm not able to perform get-WindowsFeature or Add-WindowsFeature. An example of how i'm trying to achieve this is here: Import-Module ServerManager; Get-WindowsFeature; The output is as such: The term 'Get-WindowsFeature'