Windows 10: PowerShell script for CPU information, incl. CPUID

Discus and support PowerShell script for CPU information, incl. CPUID in Windows 10 Drivers and Hardware to solve the problem; With all this mess with the newfound Spectre and Meltdown hardware-based vulnerabilities, users look for solutions from both Microsoft and CPU vendors.... Discussion in 'Windows 10 Drivers and Hardware' started by ddelo, Mar 18, 2018.

  1. ddelo Win User

    PowerShell script for CPU information, incl. CPUID


    With all this mess with the newfound Spectre and Meltdown hardware-based vulnerabilities, users look for solutions from both Microsoft and CPU vendors.
    The microcode updates, posted almost daily, are released based on CPUID. The CPUID signature is something that cannot be easily found from the average user. Even excellent utilities like CPU-Z do not provide this information.

    So, I created a little PowerShell script to get basic CPU information, including the CPUID signature.

    Download the CPU_info.zip file and extract the included "CPU_info.ps1" script on your desktop.

    Open PowerShell and run the following commands:

    Code: cd $Home\Desktop Set-ExecutionPolicy Bypass -Scope Process –force .\CPU_info.ps1[/quote]
    You will get an output similar to that.



    PowerShell script for CPU information, incl. CPUID [​IMG]


    Feel free to use and make changes to the script, to suit your needs.

    I hope that helps somebody. *Smile

    :)
     
    ddelo, Mar 18, 2018
    #1

  2. Blue Screen of Death

    Kevin

    These were related to CPUID CPU-Z Driver. I would remove it.
     
    ZigZag3143 (MS -MVP), Mar 18, 2018
    #2
  3. 'Mike P Win User
    Monitor power usage of hardware components

    Cpuid's HWMonitor will give wattage estimate of the cpu itself. Any running programs will of course increase the wattage that is showing.
     
    'Mike P, Mar 18, 2018
    #3
  4. PowerShell script for CPU information, incl. CPUID

    Neat script, I like it!
     
    Masterchiefxx17, Mar 18, 2018
    #4
  5. ddelo Win User
    *Thumbs
     
    ddelo, Apr 5, 2018
    #5
Thema:

PowerShell script for CPU information, incl. CPUID

Loading...
  1. PowerShell script for CPU information, incl. CPUID - Similar Threads - PowerShell script CPU

  2. Issue in Powershell script

    in Windows 10 Gaming
    Issue in Powershell script: HI Team,We have a power shell script. It will check if the user is available in the ACL list of ADL. To get the ACL list, we are connecting to the Azure Datalake storage using Connect-AzAccount and authenticating with SPN. To get the group member details, we authenticate the...
  3. Issue in Powershell script

    in Windows 10 Software and Apps
    Issue in Powershell script: HI Team,We have a power shell script. It will check if the user is available in the ACL list of ADL. To get the ACL list, we are connecting to the Azure Datalake storage using Connect-AzAccount and authenticating with SPN. To get the group member details, we authenticate the...
  4. PowerShell script

    in Windows 10 Support
    PowerShell script: The code below tests a series of IPs in a txt file.The result is as follows and is written in a txt file. 19.191.12.161 - online 19.191.12.162 - offline 19.191.12.163 - offline 19.191.12.164 - offline 19.191.12.165 - offline also see the scrennshot Code: $Output= @()$GetIP =...
  5. powershell scripts

    in AntiVirus, Firewalls and System Security
    powershell scripts: Hi, I have azure. Someone is somehow installing powershell scripts onto my computer that allows them to host my PC through P2P and UDP connections, well I think so anyway. I have only just found powershell script entry changes in my registry by accident. These criminals...
  6. powershell script

    in Windows 10 Customization
    powershell script: looking for a script to monitor for a folder, if there is a file in that folder send it as an email, once the email is sent out, confirm and then move the files to an archive folder. monitor c:\test\*.pdf No files, do not send email. Yes Files, send an email to someone at...
  7. Powershell Script on Shutdown

    in Windows 10 Performance & Maintenance
    Powershell Script on Shutdown: Hi all, I try to run a Powershell Script (*.ps1) when i shut down my PC. I created the script and it is working fine when i run it. However if i want to run it on a regular Shutdown it seems like it does not start or is not finished, before Windows is killing every running...
  8. A Powershell Script for HandBrake

    in Windows 10 Software and Apps
    A Powershell Script for HandBrake: Here's the thing. My system is an age-old i3-530 overclocked to 3.5GHz coupled with GTX 1050 2GB. I have around 1.5TB of tutorial videos that I have to encode due to dearth in HDD space. I want to encode the videos while keeping the folder and subfolder structure intact....
  9. PowerShell Scripting - Run a Script from Shortcut

    in Windows 10 Tutorials
    PowerShell Scripting - Run a Script from Shortcut: How to: PowerShell Scripting - Run a Script from Shortcut [img] Information One of many PowerShell security features is that you can't run a script simply by double clicking it's icon on desktop or in a folder. Doing so will by default open script in Notepad for editing...
  10. PowerShell Scripting - The Basics

    in Windows 10 Tutorials
    PowerShell Scripting - The Basics: How to: PowerShell Scripting - The Basics [img] Information A PowerShell script is a collection of commands and cmdlets to be run in logical order, previous lines in script determining values and variables in command lines thereafter. The principle is the same than in...

Users found this page by searching for:

  1. Powershell get CPUID