Windows Server Core |
Posted Thursday, 27 March 2008 by Michael Khanin
Viewing installed roles/features OCLIST.EXE Install/Uninstall component (roles/features) (To get a list of component names use OCLIST and copy the name into the command line. The name of the components is CASE-SENSITIVE!!!) Start /W OCSETUP <component> Start /W OCSETUP <component> /Uninstall To install AD either one of the following IS required: DCPROMO /UNATTEND:<answer file> DCPROMO /ANSWER:<answer file> DCPROMO /UNATTEND /OPTION1:<value1> /OPTION2:<value2> /OPTION1:<value3> /OPTION1:<value3> ….. Managing Registry REGEDIT.EXE REG.EXE Creating notes/text files NOTEPAD.EXE EDIT.EXE EDLIN.EXE Disk/partition management: DISKPART.EXE FORMAT.EXE CHKDSK.EXE DEFRAG.EXE Performance Related Stuff DISKPERF.EXE RELOG.EXE LOGMAN.EXE tracerpt.exe typeperf.exe Managing Power Related Options POWERCFG.EXE Managing Auditing on the local server AUDITPOL.EXE Network management (incl. firewall): IPCONFIG.EXE PATHPING.EXE PING.EXE TRACERT.EXE NSLOOKUP.EXE NBTSTAT.EXE NETSTAT.EXE NETSH.EXE Service and driver management: SC.EXE NET STOP and NET START DRVLOAD.EXE PNPUTIL.EXE PRINTUI.EXE driverquery.exe Backup and Restore WBADMIN.EXE Windows Management Interface (for all kinds of things to manage) WMIC.EXE Local User and group management: (http://support.microsoft.com/?id=251394 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_group.mspx?mfr=true) NET.EXE USER … NET.EXE LOCALGROUP… Domain and computer name/account management: (http://technet2.microsoft.com/WindowsServer/en/Library/460e3705-9e5d-4f9b-a139-44341090cfd41033.mspx?mfr=true) NETDOM.EXE NLTEST.EXE To change the time zone: CONTROL.EXE TIMEDATE.CPL To change international settings: CONTROL.EXE INTL.CPL To manage other CUSTOM CPLs (when available) CONTROL.EXE <NAME>.CPL Shutdown/reboot/restart server SHUTDOWN.EXE Manage Activation CSCRIPT.EXE %WINDIR%\SYSTEM32\SLMGR.VBS Manage Automatic Updates CSCRIPT.EXE %WINDIR%\SYSTEM32\SCREGEDIT.WSF /AU [/v][value] Allow Remote Administration Connections CSCRIPT.EXE %WINDIR%\SYSTEM32\SCREGEDIT.WSF /AR [/v][value] Allow connections from previous versions of Windows CSCRIPT.EXE %WINDIR%\SYSTEM32\SCREGEDIT.WSF /CS [/v][value] IP Security (IPSEC) Monitor - allow remote management CSCRIPT.EXE %WINDIR%\SYSTEM32\SCREGEDIT.WSF /IM [/v][value] Windows Remote Management/Shell WINRM.CMD WINRS.EXE Applying a patch Wusa.exe <patchname>.msu [/quiet] [/norestart] Managing the Event Viewer wecutil.exe eventcreate.exe wevtutil.exe Managing CA & Certificates stuff CERTREQ.EXE CERTUTIL.EXE File Server Management (role may need to be installed first): NET.EXE SHARE … NTFRSUTL.EXE DFSCMD.EXE DFSUTIL.EXE FSUTIL.EXE XCACLS.EXE ICACLS.EXE CACLS.EXE dfsrdiag.exe dfsradmin.exe DFSDIAG.EXE DNS Management: DNSCMD.EXE (http://go.microsoft.com/fwlink/?LinkId=49656) DNS SRV priority - changes the priority for DNS SRV records (only useful on Domain Controllers)
DNS SRV weight - changes the weight for DNS SRV records (only useful on Domain Controllers)
DHCP Management: NETSH.EXE DHCP (http://go.microsoft.com/fwlink/?LinkId=49654) AD Management NTDSUTIL.EXE DSAMAIN dsadd.EXE dsget.EXE dsmod.EXE dsmove.EXE dsquery.EXE dsrm.EXE LDIFDE.EXE GPUPDATE.EXE GPRESULT.EXE dcgpofix.exe dfsrmig.exe REPADMIN.EXE redircmp.exe redirusr.exe gpfixup.exe rendom.exe DCDIAG.EXE DSACLS.EXE AD LDS Management adaminstall.exe adamuninstall.exe adamsync.exe |