Software >> OS >> Windows >> WMI >> wmic >> How to obtain the CPU specifications of local and remote machine

Getting information from remote computer (assuming existing user has administrative access to the remote machine) :- wmic /NODE:<hostname> cpu get Name,MaxClockSpeed Getting information from the local computer :- wmic cpu get Name,MaxClockSpeed