A curated collection of PowerShell scripts tailored for operations on Windows systems, echoing the functionalities of their Bash counterparts to ensure you have powerful tools at your disposal, irrespective of your platform.
The Windows directory is populated with PowerShell scripts mirroring the functionalities of the Linux Bash scripts. Whether you've switched from a Unix-based system or are purely on Windows, these scripts are designed to cater to your operational needs seamlessly.
Highlighted PowerShell adaptations include:
- PowerShell Chrome Installer: Effortlessly install Google Chrome using PowerShell.
- PowerShell Domain Checker: Check domain status and details on Windows.
- PowerShell Git Config: Configure git seamlessly with PowerShell.
- PowerShell System Information Script: Dive deep into your system details effortlessly.
- PowerShell Base PC Setup: Base setup and program installation & configurations.
- PowerShell VirtualBox Installer: An easy approach to get VirtualBox up and running on Windows.
Regular additions are made, so make sure to explore the directory for other nifty tools!
-
Clone the Repository (If you haven't already):
git clone https://github.com/cesarderio/Scripts.git
-
Navigate to the Windows PowerShell Scripts Directory:
cd Scripts/Windows/ -
Run the Desired Script:
.\script_name.ps1
> Note: Ensure that your execution policies allow the running of PowerShell scripts and that you understand the implications of a script before execution. Some scripts may require elevated permissions (Run as Administrator).
Your contributions can make these scripts even better:
-
Fork the repository.
-
Create a new branch:
git checkout -b my-awesome-feature
-
Make your invaluable changes.
-
Commit your changes:
git commit -am 'Added some amazing features' -
Push to the branch:
git push origin my-awesome-feature
-
Create a new Pull Request targeting the Windows directory.
Contributions are welcome! Feel free to open issues, suggest enhancements, or submit pull requests to improve the script.
- Raphael Chookagian
- 12/07/2024
-
This script is provided as-is without any warranties. Users are advised to review and understand the script before executing it.
-
This project is licensed under the MIT License. See the LICENSE file for details.
Elevate your Windows operations with these scripts! 🚀⚙️
