{"id":15202994,"url":"https://github.com/thibaultmaudet/ps-toolbox","last_synced_at":"2026-03-07T07:32:28.471Z","repository":{"id":118182585,"uuid":"316321652","full_name":"thibaultmaudet/PS-Toolbox","owner":"thibaultmaudet","description":"A set of Powershell functions simplifying scripting or informations acquision.","archived":false,"fork":false,"pushed_at":"2020-11-30T20:07:56.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T22:42:40.370Z","etag":null,"topics":["powershell-core","powershell-desktop","powershell-module","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thibaultmaudet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-26T19:36:07.000Z","updated_at":"2020-11-30T20:07:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec2c5853-4fa4-4457-ac03-d0056071ff95","html_url":"https://github.com/thibaultmaudet/PS-Toolbox","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f2c5026ba47a5de735e3aa530a362775bae9e46f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibaultmaudet%2FPS-Toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibaultmaudet%2FPS-Toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibaultmaudet%2FPS-Toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibaultmaudet%2FPS-Toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thibaultmaudet","download_url":"https://codeload.github.com/thibaultmaudet/PS-Toolbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005188,"owners_count":20056424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["powershell-core","powershell-desktop","powershell-module","windows"],"created_at":"2024-09-28T04:21:34.768Z","updated_at":"2026-03-07T07:32:28.445Z","avatar_url":"https://github.com/thibaultmaudet.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PS-Toolbox\n\nThis module contains a collection of functions than you can use to enhance your powershell utilisation. Most of commands availables are cross-plateform and usable in the Core and Desktop version of Powershell.\n\n## System Tools\n### Get-OsVersion\nThe `Get-OsVersion` function is an equivalent to `winver.exe` to display the OS version informations.\n\n```powershell\nGet-OsVersion\n\n\nProductName            : Windows 10 Pro\nEditionId              : Professional\nReleaseId              : 2004\nBuild                  : 19041\nInstallDate            : 03/09/2020 10:16:00\nRegisteredOrganization : \nRegisteredOwner        : \n```\n\n### Get-WifiProfiles\n\nThis command list all Wi-Fi profiles saved in your computer.\n\n```powershell\nGet-WifiProfiles\n\n\nSSID\n----\nNetwork1\nNetwork2\nNetwork3\n```\n\n### Get-WifiPassword\n\nDisplay all Wi-Fi profile passwords saved in your computer.\n\n```powershell\nGet-WifiPassword\n\n\nSSID     Pasword\n----     -------\nNetwork1 Password1\nNetwork2 Password2\nNetwork3 Password3\n```\n\nYou can also display only some of the saved networks.\n\n```powershell\nGet-WifiPassword -ListAvailable Network1, Network3\n\n\nSSID     Pasword\n----     -------\nNetwork1 Password1\nNetwork3 Password3\n```\n\n## Other tools\n### Convert-DataBytes\n\nUse this function to convert a stockage unit to an another.\n\n```powershell\nConvert-DataBytes -Value 1 -From KB -To Bytes\n\n\n1024\n```\n\nYou can also pass the value by a pipeline.\n\n```powershell\n1 | Convert-DataBytes -From KB -To Bytes\n\n\n1024\n```\n\n### Get-Percentage\n\nThis function allows to calculate a percentage.\n\n\n```\nGet-Percentage -FirstNumber 250 -SecondNumber 37\n\n85,2\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibaultmaudet%2Fps-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthibaultmaudet%2Fps-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibaultmaudet%2Fps-toolbox/lists"}