{"id":25231560,"url":"https://github.com/vabolos/powershell","last_synced_at":"2025-07-27T21:36:23.890Z","repository":{"id":266250026,"uuid":"702150674","full_name":"Vabolos/Powershell","owner":"Vabolos","description":"📜 Just a repo for things and .ps1 (powershell) scripts","archived":false,"fork":false,"pushed_at":"2025-03-25T15:50:59.000Z","size":6944,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T15:30:46.395Z","etag":null,"topics":["batch","batch-script","batchfile","jupyter-notebook","powershell","powershell-script","powershell-scripts","pwsh"],"latest_commit_sha":null,"homepage":"","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/Vabolos.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-08T16:37:38.000Z","updated_at":"2025-03-25T15:51:03.000Z","dependencies_parsed_at":"2025-02-05T13:28:52.814Z","dependency_job_id":"e57d0a1c-bde3-4e23-928a-1d452cd287a4","html_url":"https://github.com/Vabolos/Powershell","commit_stats":null,"previous_names":["vabolos/powershell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vabolos/Powershell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vabolos%2FPowershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vabolos%2FPowershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vabolos%2FPowershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vabolos%2FPowershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vabolos","download_url":"https://codeload.github.com/Vabolos/Powershell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vabolos%2FPowershell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267428322,"owners_count":24085723,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["batch","batch-script","batchfile","jupyter-notebook","powershell","powershell-script","powershell-scripts","pwsh"],"created_at":"2025-02-11T12:29:04.261Z","updated_at":"2025-07-27T21:36:23.859Z","avatar_url":"https://github.com/Vabolos.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖥️ PowerShell\r\n\r\nMost of these scripts will be adjusted/rewritten and used in the PowerModule application I am currently working on.\r\n\r\n# 📜 Script Collection\r\n\r\nWelcome to the **Script Collection** repository! This repo contains a variety of useful **PowerShell** and **CMD** scripts for different use cases, from automation to system administration.\r\n\r\n## 📂 Repository Structure\r\n\r\nThe repository is organized as follows:\r\n```\r\n├── Root directory\\ \r\n│ ├── .cmd\r\n│ ├── .testing \r\n│ ├── automation project\r\n│ ├── DC\r\n│ | ├── Temp\r\n│ | ├── testing\r\n│ | | ├── BackupFolders\r\n│ | | ├── DC\r\n│ | | | └── .extra\r\n│ | | ├── Lock Sensor\r\n│ | | └── Obsolete Apps\r\n│ | └── ...\r\n| └── ...\r\n├── README.md\r\n├── ... \r\n├── ... \r\n└── ...\r\n```\r\n\r\nEach folder contains scripts categorized by their respective types (PowerShell or CMD).\r\n\r\n## 🔧 Requirements\r\n\r\n- **PowerShell scripts**: Require PowerShell 5.1 or higher. 🛠️\r\n- **CMD scripts**: Run on any standard Command Prompt on Windows. 🖥️\r\n\r\n## 📜 Available Scripts\r\n\r\n### 💻 PowerShell\r\nThere are many PowerShell scripts available in this repository, each with different functionality and options. I have tried to keep everything as organized as possible, but will continue to clean up while working on everything.\r\n\r\n### 🖥️ CMD\r\nMost of the .cmd/batch files in this repository are used to call PowerShell scripts to then execute them. They are also very useful, and more will be added to the repository soon!\r\n\r\n## 🚀 How to Use\r\n\r\n### 💻 PowerShell\r\nTo run a PowerShell script, open PowerShell and use the following command:\r\n```powershell\r\n.\\scriptname.ps1\r\n```\r\n\r\n*You may need to adjust the execution policy to allow script execution. Use the following command if necessary:*\r\n```powershell\r\nSet-ExecutionPolicy RemoteSigned\r\n```\r\n\r\n### 🖥️ CMD\r\nTo run a CMD script, open Command Prompt and use the following command:\r\n\r\n```cmd\r\nscriptname.bat\r\n```\r\n\r\n## 🛠️ Contributing\r\nFeel free to contribute by adding your own scripts or improving existing ones. To contribute, follow these steps:\r\n\r\n- Fork the repository 🍴\r\n- Create a new branch (`git checkout -b feature/your-feature`) 🌿\r\n- Commit your changes (`git commit -m 'Add some feature'`) 💬\r\n- Push to the branch (`git push origin feature/your-feature`) 📤\r\n- Open a pull request 🔄\r\n\r\n## 🧰 Troubleshooting\r\nIf you run into any issues while using the scripts, here are a few common problems and solutions:\r\n\r\n- **Execution Policy Errors (PowerShell)**: Ensure your execution policy allows running scripts by using `Set-ExecutionPolicy`. 🔧\r\n- **File Permissions**: Make sure you have the required permissions to run the scripts, especially if running them on a work or shared system. 🔐\r\n- **Syntax Errors**: Check for typos or missing characters in the script before running it. 📝\r\n\r\n---\r\n\r\nEnjoy using the scripts and happy scripting! 😊\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvabolos%2Fpowershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvabolos%2Fpowershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvabolos%2Fpowershell/lists"}