Code Monkey home page Code Monkey logo

ipowershellcpuid's Introduction


What is iPowerShellCpuid?

iPowerShellCpuid contains a collection of PowerShell Cmdlets that allow us to obtain the CPUID information.

Works on Windows, Linux and Mac.

Install via PowerShellGallery

  • From PowerShellGallery

    PowerShellGallery Version
  • From package manager console

    User Command
    Administrator user Install-Module -Name iPowerShellCpuid -Force
    Current user Install-Module -Name iPowerShellCpuid -scope CurrentUser -Force

Install Locally

Windows

Step Description
1 Create the iPowerShellCpuid folder in %programfiles%\WindowsPowerShell\Modules
2 Copy the contents of the output folder Release or Debug into the folder created in the previous step. %programfiles%\WindowsPowerShell\Modules\iPowerShellCpuid.
3 Run Windows PowerShell
4 For import iPowerShellCpuid module, please enter the following command: PS> Import-Module iPowerShellCpuid
5 Now try to get the information of available commands, please enter the following command: PS> Get-Help Cpuid
6 Now to check that everything is correct, let's check if the CPUID instruction is available for our system, please enter the following command: PS> Get-CpuidIsAvailable or if you prefer, use its alias CPUID-Is-Available
7 In both cases, we must obtain True or False as a result, if this is so, perfect is already installed!!
8 Enjoy ;)

Usage

Examples

Cmdlet Alias Description Example(s)
Get-CpuidIsAvailable CPUID-Is-Available Returns a value that indicates whether this system supports the CPUID instruction GetCpuidIsAvailable
Get-GetCpuidImplementedLeafs CPUID-Implemented-Leafs Returns a collection of elements where each element represents an implemented leaf GetCpuidImplementedLeafs
Get-CpuidSubLeafs CPUID-Sub-Leafs Returns all implemented sub-leafs for the given leaf GetCpuidSubLeafs
Get-CpuidImplementedProperties CPUID-Implemented-Properties Returns a collection of elements where each element represents an implemented property for given leaf, optionally you can specify the subleaf GetCpuidImplementedProperties
Get-GetCpuidLocateProperty CPUID-Locate-Property Returns a value that contains the location or locations of the cpuid property by its name GetCpuidLocateProperty
Get-GetCpuidProperty CPUID-Property Returns a reference that contains the information associated with the given property such as the key that identifies the property and its value GetCpuidProperty
Get-GetCpuidPropertyDetail CPUID-Property-Detail Returns a reference that contains the complete data of the given property, includes its name, value, unit in which the property is expressed, description and leaf to which it belongs GetCpuidPropertyDetail

Documentation

How can I send feedback!!!

If you have found iPowerShellCpuid useful at work or in a personal project, I would love to hear about it. If you have decided not to use iPowerShellCpuid, please send me and email stating why this is so. I will use this feedback to improve iPowerShellCpuid in future releases.

My email address is

email.png

ipowershellcpuid's People

Contributors

iajtin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.