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.
- 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
To run the script, open a PowerShell terminal and execute the following command:
.\systemInfo.ps1
-
Show Active Services (a): Displays the names of active services on the system.
-
Show Local Users (b): Lists the names of local users on the PC.
-
Show RAM Quantity (c): Displays the total physical memory (RAM) of the PC in GiB.
-
Exit Program (x): Exits the script.
-
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> a -
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> b -
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> c -
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
- 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.