Installing Software
Installing Software within a remote login
This part of the blog will show you how Powershell use Install commands
Install a windows feature
Install-WindowsFeature "FEATURE_TYPE"
To find a Feature you can look for it via:
Get-WindowsFeature
Last updated