{"id":14064123,"url":"https://github.com/drewstephensdesigns/Powershell-Projects","last_synced_at":"2025-07-29T17:32:15.338Z","repository":{"id":179771538,"uuid":"275043515","full_name":"drewstephensdesigns/Powershell-Projects","owner":"drewstephensdesigns","description":"Various Powershell scripts I've created to help automate my work","archived":false,"fork":false,"pushed_at":"2021-01-02T18:25:28.000Z","size":109,"stargazers_count":56,"open_issues_count":1,"forks_count":5,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-05-23T00:31:20.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/drewstephensdesigns.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}},"created_at":"2020-06-26T00:41:49.000Z","updated_at":"2024-02-22T09:18:13.000Z","dependencies_parsed_at":"2023-07-10T08:01:22.434Z","dependency_job_id":null,"html_url":"https://github.com/drewstephensdesigns/Powershell-Projects","commit_stats":null,"previous_names":["drewstephenscoding/powershell-projects","drewstephensdesigns/powershell-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewstephensdesigns%2FPowershell-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewstephensdesigns%2FPowershell-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewstephensdesigns%2FPowershell-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewstephensdesigns%2FPowershell-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewstephensdesigns","download_url":"https://codeload.github.com/drewstephensdesigns/Powershell-Projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032924,"owners_count":17858917,"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":[],"created_at":"2024-08-13T07:03:41.399Z","updated_at":"2024-12-04T02:31:13.058Z","avatar_url":"https://github.com/drewstephensdesigns.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Powershell-Projects\nVarious Powershell scripts I've created to help automate my work\n\n## Menu_V1\nThis is a quick reference menu I built for work, instead of having my computer desktop being cluttered with folder shortcuts and links. \u003c/br\u003e\n![Menu Screenshot](screen-1.png)\n\n## User Friendly Menu\nSimilar to Menu_V1, but more user friendly.  Instead of your file paths being hard coded in the ps1 file, you add your button names and links inside the Buttons.txt file.  Menu-V2.ps1 loops through and auto generates the specified button information.  This version strips the image box from the user form and also doesn't include the printer status check like the [Menu_V1](https://github.com/ds-designs/Powershell-Projects/blob/master/Menu-V1/Main_Menu.ps1) does \u003cbr /\u003e\n![User Friendly Menu Screenshot](screen-2.png)\n\n### How to use\n* Create a .txt file named Buttons.txt\n* ButtonName is what you want the button to display, below for instance, we are creating buttons called Google, Reddit, Powershell, and Yahoo.  \n* Action is the link to your frequently used folders and/or websites, the example below uses Google, Reddit, and an Example domain\n\n```# Contents of 'Buttons.txt'\n\"ButtonName\" \"Action\"\n\n\"Google\" \"https://www.google.com/\"\n\"Reddit\" \"https://www.reddit.com/\"\n\"r/PowerShell\" \"https://www.reddit.com/r/PowerShell\"\n\"Yahoo\" \"https://www.yahoo.com/\"\n\"Example\" \"http://example.com/\"\n```\nThe ps1 file will loop through this text file and dynamically create the amount of buttons specified in the Buttons.txt file.  Using this example, 5 buttons would be created.  It's still a work in progress, and not styleish yet, but I'm open to pull requests and help to better this one!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewstephensdesigns%2FPowershell-Projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewstephensdesigns%2FPowershell-Projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewstephensdesigns%2FPowershell-Projects/lists"}