Skip to content

Latest commit

 

History

History

README.md

Windows PowerShell Scripts Directory ⚙️

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.

PowerShell Banner Image

Table of Contents

Overview

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 Scripts

Highlighted PowerShell adaptations include:

Regular additions are made, so make sure to explore the directory for other nifty tools!

Usage

  1. Clone the Repository (If you haven't already):

    git clone https://github.com/cesarderio/Scripts.git
  2. Navigate to the Windows PowerShell Scripts Directory:

    cd Scripts/Windows/
  3. 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).

Contribution

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.

Author

  • Raphael Chookagian

Date of Latest Revision

  • 12/07/2024

License

  • 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! 🚀⚙️