{"id":19240753,"url":"https://github.com/mateja-velickovic/pwsh-systeminfo","last_synced_at":"2026-06-14T18:34:23.809Z","repository":{"id":212038927,"uuid":"730553377","full_name":"mateja-velickovic/pwsh-systemInfo","owner":"mateja-velickovic","description":"📁 Interactive menu for accessing system information in PowerShell.","archived":false,"fork":false,"pushed_at":"2023-12-12T08:59:56.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T14:32:29.447Z","etag":null,"topics":["filesystem","localuser","numbering","powershell","ram"],"latest_commit_sha":null,"homepage":"https://learn.microsoft.com/en-us/powershell/module/cimcmdlets/get-ciminstance?view=powershell-7.4","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateja-velickovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-12T07:12:32.000Z","updated_at":"2023-12-12T08:31:59.000Z","dependencies_parsed_at":"2025-02-23T14:30:33.382Z","dependency_job_id":"749267a0-2460-4975-ac9f-95107e13f83e","html_url":"https://github.com/mateja-velickovic/pwsh-systemInfo","commit_stats":null,"previous_names":["mateja-velickovic/pwsh-numberingfiles"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mateja-velickovic/pwsh-systemInfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateja-velickovic%2Fpwsh-systemInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateja-velickovic%2Fpwsh-systemInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateja-velickovic%2Fpwsh-systemInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateja-velickovic%2Fpwsh-systemInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateja-velickovic","download_url":"https://codeload.github.com/mateja-velickovic/pwsh-systemInfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateja-velickovic%2Fpwsh-systemInfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34333806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesystem","localuser","numbering","powershell","ram"],"created_at":"2024-11-09T17:08:50.102Z","updated_at":"2026-06-14T18:34:23.786Z","avatar_url":"https://github.com/mateja-velickovic.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PowerShell](https://img.shields.io/badge/PowerShell-%235391FE.svg?style=for-the-badge\u0026logo=powershell\u0026logoColor=white)\n\n  \u003cimg\n  src=\"resources/pwsh-systemInfo.jpg\"\n  alt=\"pwsh-systemInfo - Example\"\n  style=\"  display: block; width: 50%;\"\u003e\n\n# Overview\nThe ```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.\n\n# Script Information\n- File Name: systemInfo.ps1\n- Prerequisites: PowerShell 7.4.0\n- Script Version: 1.0\n- Author: Velickovic Mateja\n- Creation Date: 08.12.2023\n- Location: ETML, Sébeillon\n- Changes: None\n\n# Usage\nTo run the script, open a PowerShell terminal and execute the following command:\n```.\\systemInfo.ps1```\n\n# Menu Options\n1. Show Active Services (a):\nDisplays the names of active services on the system.\n\n2. Show Local Users (b):\nLists the names of local users on the PC.\n\n3. Show RAM Quantity (c):\nDisplays the total physical memory (RAM) of the PC in GiB.\n\n4. Exit Program (x):\nExits the script.\n\n# Examples\n\n1. To display active services:\u003cbr\u003e\nQue voulez-vous faire ?\u003cbr\u003e\n a) Afficher les services actifs\u003cbr\u003e\n b) Afficher la liste des utilisateurs locaux\u003cbr\u003e\n c) Afficher la quantité de RAM du PC\u003cbr\u003e\n x) Fin\u003cbr\u003e\nPS\u003e a\u003cbr\u003e\n\n2. To list local users:\u003cbr\u003e\nQue voulez-vous faire ?\u003cbr\u003e\n a) Afficher les services actifs\u003cbr\u003e\n b) Afficher la liste des utilisateurs locaux\u003cbr\u003e\n c) Afficher la quantité de RAM du PC\u003cbr\u003e\n x) Fin\u003cbr\u003e\nPS\u003e b\u003cbr\u003e\n\n3. To display the RAM quantity:\u003cbr\u003e\nQue voulez-vous faire ?\u003cbr\u003e\n a) Afficher les services actifs\u003cbr\u003e\n b) Afficher la liste des utilisateurs locaux\u003cbr\u003e\n c) Afficher la quantité de RAM du PC\u003cbr\u003e\n x) Fin\u003cbr\u003e\nPS\u003e c\u003cbr\u003e\n\n4. To exit the program:\u003cbr\u003e\nQue voulez-vous faire ?\u003cbr\u003e\n a) Afficher les services actifs\u003cbr\u003e\n b) Afficher la liste des utilisateurs locaux\u003cbr\u003e\n c) Afficher la quantité de RAM du PC\u003cbr\u003e\n x) Fin\u003cbr\u003e\nPS\u003e x\u003cbr\u003e\n\n# Notes\n- Ensure PowerShell version 7.4.0 is installed before running the script.\n- The script is created by Velickovic Mateja at ETML, Sébeillon, with no reported changes.\n- For any questions or issues, contact the script author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateja-velickovic%2Fpwsh-systeminfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateja-velickovic%2Fpwsh-systeminfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateja-velickovic%2Fpwsh-systeminfo/lists"}