Windows Core installations lack access to some very basic tools as default. Managing disks and partitions is still quite easy to handle using ”diskpart” command line tools, but managing devices can be a real pain using only ”pnputil” in Windows Command Prompt.
Windows basic management tools like Microsoft Management Console (”mmc.exe”) is not included in Windows Core as default but it can be installed quite easily using PowerShell. This brings you an option to use graphical interface tools (GUI tools) to manage devices, drivers, disks, partitions, volumes etc.
This also works in Windows Hyper-V Server (2019 tested).
Please note: Installing AppCompatibility package requires restart. So, there is down time to be scheduled in production systems.
Justs run Microsoft PowerShell from command prompt with the following command:
powershell
Use the following command to install Server Core Application Compatibility Feature:
Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0
As a final step do a reboot:
shutdown -r -t 0 -f
After reboot you should be able to start Microsoft Management Console with command ”mmc”, Device Manager with ”devmgmt.msc”, Disk Managent with ”diskmgmt.msc”, Computer Management with ”compmgmt.msc”.
You can find a list of most common Windows Server Management Console files (*.msc) below. Not all are available in every install. Roles or features might need to be installed for some of the files to be available.
adfs.msc | Active Directory Federation Services |
AdRmsAdmin.msc | Active Directory Rights Management Services |
adsiedit.msc | ADSI Edit |
azman.msc | Authorization Manager |
certim.msc | Local Computer Certificates |
certlm.msc | Certificates Local Computer |
certmgr.msc | Certificates |
certsrv.msc | Certification Authority |
certtmpl.msc | Certification Templates |
ciadv.msc | Indexing Service |
cluadmin.msc | Failover Cluster Manager |
comexp.msc | Component Services |
compmgmt.msc | Computer Management |
da6to4.msc | Network Interfaces Performance Monitor |
daihttps.msc | HTTPS Traffic Performance Monitor |
daipsecdos.msc | IPSec Performance Monitor |
daisatapmsc | ISATAP Performance Monitor |
devmgmt.msc | Device Manager |
devmoderunasuserconfig.msc | DevModeRunAsUserConfig |
dfsmgmt.msc | DFS Management |
dhcpmgmt.msc | DHCP Management |
diskmgmt.msc | Disk Management |
dnsmgmt.msc | DNS Manager |
domain.msc | Active Directory Domains and Trust |
dsa.msc | Active Directory Users and Computers. |
dssite.msc | Active Directory Sites and Services |
eventvwr.msc | Event Viewer |
fsmgmt.msc | Shared Folders |
fsrm.msc | File Server Resource Manager |
fxsadmin.msc | Microsoft Fax Service Manager |
gpedit.msc | Group Policy Editor |
gpmc.msc | Group Policy Management |
gpme.msc | Group Policy Management Editor |
gptedit.msc | Group Policy Starter GPO Editor |
hcscfg.msc | Health Registration Authority |
idmumgmt.msc | Microsoft Identity Management for Unix |
iis.msc | Internet Information Services Manager |
iis6.msc | Internet Information Services Manager 6.0 |
lsdiag.msc | RD Licensing Diagnoser |
lusrmgr.msc | Local Users and Groups |
mfsmgmt.msc | Services for Network File System |
napclcfg.msc | NAP Client Configuration |
nps.msc | Network Policy Server |
ocsp.msc | Online Responder |
perfmon.msc | Performance Monitor |
pkiview.msc | Enterprise PKI |
printmanagement.msc | Print Management |
remoteprograms.msc | RemoteApp Manager |
rrasmgmt.msc | Routing and Remote Access |
rsop.msc | Resultant Set of Policies |
sanmmc.msc | Storage Manager for SANs |
sbmgr.msc | Remote Desktop Connection Manager |
scanmanagement.msc | Scan Management |
secpol.msc | Local Security Policy |
servermanager.msc | Server Manager |
services.msc | Services Manager |
storagemgmt.msc | Share and Storage Management |
storexpl.msc | Storage Explorer |
tapimgmt.msc | Telephony |
taskschd.msc | Task Scheduler |
tpm.msc | Trusted Platform Module Management |
tsadmin.msc | Remote Desktop Services Manager |
tsconfig.msc | Remote Desktop Session Host Configuration |
tsgateway.msc | RD Gateway Manager |
tsmmc.msc | Remote Desktops |
virtmgmt.msc | Hyper-V Manager |
wbadmin.msc | Windows Server Backup |
wbiadmin.msc | Windows Server Backup |
Wdsmgmt-msc | Windows Deployment Services |
wf.msc | Windows Firewall |
winsmgmt.msc | WINS |
wmimgmt.msc | WMI Management |
wsrm.msc | Windows System Resource Manager |
wsus.msc | Update Services |
Recent Comments