Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateja-velickovic/pwsh-systeminfo
📁 Interactive menu for accessing system information in PowerShell.
https://github.com/mateja-velickovic/pwsh-systeminfo
filesystem localuser numbering powershell ram
Last synced: 28 days ago
JSON representation
📁 Interactive menu for accessing system information in PowerShell.
- Host: GitHub
- URL: https://github.com/mateja-velickovic/pwsh-systeminfo
- Owner: mateja-velickovic
- Created: 2023-12-12T07:12:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T08:59:56.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:08:41.900Z (3 months ago)
- Topics: filesystem, localuser, numbering, powershell, ram
- Language: PowerShell
- Homepage: https://learn.microsoft.com/en-us/powershell/module/cimcmdlets/get-ciminstance?view=powershell-7.4
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![PowerShell](https://img.shields.io/badge/PowerShell-%235391FE.svg?style=for-the-badge&logo=powershell&logoColor=white)
# Overview
The ```systemInfo.ps1``` script is designed to provide users with a menu offering various actions within a PowerShell environment. Users can choose to display active services, list local users, check the PC's RAM quantity, or exit the program.# Script Information
- File Name: systemInfo.ps1
- Prerequisites: PowerShell 7.4.0
- Script Version: 1.0
- Author: Velickovic Mateja
- Creation Date: 08.12.2023
- Location: ETML, Sébeillon
- Changes: None# Usage
To run the script, open a PowerShell terminal and execute the following command:
```.\systemInfo.ps1```# Menu Options
1. Show Active Services (a):
Displays the names of active services on the system.2. Show Local Users (b):
Lists the names of local users on the PC.3. Show RAM Quantity (c):
Displays the total physical memory (RAM) of the PC in GiB.4. Exit Program (x):
Exits the script.# Examples
1. To display active services:
Que voulez-vous faire ?
a) Afficher les services actifs
b) Afficher la liste des utilisateurs locaux
c) Afficher la quantité de RAM du PC
x) Fin
PS> a2. To list local users:
Que voulez-vous faire ?
a) Afficher les services actifs
b) Afficher la liste des utilisateurs locaux
c) Afficher la quantité de RAM du PC
x) Fin
PS> b3. To display the RAM quantity:
Que voulez-vous faire ?
a) Afficher les services actifs
b) Afficher la liste des utilisateurs locaux
c) Afficher la quantité de RAM du PC
x) Fin
PS> c4. To exit the program:
Que voulez-vous faire ?
a) Afficher les services actifs
b) Afficher la liste des utilisateurs locaux
c) Afficher la quantité de RAM du PC
x) Fin
PS> x# Notes
- Ensure PowerShell version 7.4.0 is installed before running the script.
- The script is created by Velickovic Mateja at ETML, Sébeillon, with no reported changes.
- For any questions or issues, contact the script author.