What are the commands in Server core to find what roles are installed in the machine.
hi,
what commands in server core find roles installed in machine.
regards
sharath
what commands in server core find roles installed in machine.
regards
sharath
oclist.exe can output roles , features installed on server core installation of windows server 2008. when merely want know roles , features installed can use following command:
oclist.exe | find "installed" | find /v "not installed"
Windows Server > Server Core
Comments
Post a Comment