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
Post a Comment