Windows 10: Why Can’t I Launch MMC?
KB ID 0001391 Problem Usually if I’m in Windows I’m on a server, and if I need a Microsoft Management Console, I simply type mmc, and away we go. On my new work Windows 10 laptop, when I do that and this happens; Solution I’ve also always assumed it was mmc.msc, but a search round on my laptop discovered that, (on Windows 10 anyway) it’s an exe file. So if you search for that it works? You can still launch it...
Mac OSX: Creating ‘Password Protected’ Zip Files
KB ID 0001357 Problem Me to the office: Does anyone know how to create a password protected Zip file on a Mac? Reply: Use Windows Well actually this advice is ‘bobbins!’ Windows still can’t do this without installing an application, (I would recommend 7-Zip). But with a Mac of course you can 🙂 Solution First open an Terminal window, then ‘change directory’ to the folder that contains the uncompressed...
Windows – Display Memory Modules From Command Line
KB ID 0001294 Problem This is a handy command I came across this week, If you need to know the hardware memory configuration for a machine, and either don’t want to open the case to take a look, or you are at a different location, (i.e. remote connected onto the machine). How do you do it, without installing some audit software? Solution Simply run the following command; wmic MEMORYCHIP get BankLabel,DeviceLocator,Capacity,Tag...
vSphere – Adding a Serial Port to a VM
KB ID 0001039Â Problem I wanted to perform command line access to a virtual firewall on my home ESXi server, (a Juniper Firefly vSRX) via a console session. To do that I needed to add a serial port to that VM. Solution 1. From Within the VI client > Select the ESXi Host > Configuration > Security Profile > Firewall Section > Properties. 2. Locate and enable ‘VM serial port connected over network’ > OK. 3....
Windows – Schedule a Reboot For a Specific Time
KB ID 0000866Â Problem If you want to do this, and you do a quick internet search, all results come back as either suggesting using psshutdown or writing a script then scheduling that. I suppose a script is a good idea if you want to reboot at 01:00 every day for example. But what if you want to reboot a client server once at 17:00 and it’s 10:00 in the morning? Chances are, if you’re like me, you will be working on...