Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3athkai/powershell-scripts

Repo for interesting powershell scripts.
https://github.com/d3athkai/powershell-scripts

powershell powershell-script windows

Last synced: 10 days ago
JSON representation

Repo for interesting powershell scripts.

Awesome Lists containing this project

README

        

# Get System Info.ps1
This script returns *Processor Type*, *Number of Processors, Cores & Logical Processors*, *OS Type* and *Ram Size* into output file of *\.txt*.

**Ouput Example**
```
Name NumberOfCores NumberOfLogicalProcessors
---- ------------- -------------------------
Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz 4 8

caption
-------
Microsoft Windows 10 Pro

32
```