Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d3athkai/powershell-scripts
- Owner: d3athkai
- License: gpl-3.0
- Created: 2020-06-28T02:18:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T14:00:58.000Z (about 3 years ago)
- Last Synced: 2025-01-28T09:48:25.802Z (10 days ago)
- Topics: powershell, powershell-script, windows
- Language: PowerShell
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 8caption
-------
Microsoft Windows 10 Pro32
```