powershell - Install role services using command line -


i taking windows server class , supposed install/uninstall role services using cli , powershell.

now easy figure out using powershell since there install-windowsfeature , uninstall-windowsfeature cmdlets.

but lab assignment asking me provide commands cli.

is there way install/uninstall role services cli?

just note: using microsoft's moac lab set.

install-windowsfeature –name feature_name -computername computer_name -restart


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -