Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.73 KB

vSphere

This project contains all the related scripts and codes use to automate various vSphere tasks.

(If you like these scripts or using them, please give a ⭐ for motivation.)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Each script/code will live within its folder, see README for each script on how to deploy/Use them on a live system.

Prerequisites

You need the latest PowerCLI module installed on your system to be able to run these scripts.

Install-Module -Name VMware.PowerCLI

For more details refer to VMware PowerCLI Blog

Installing

You can clone the entire project or download the specific scripts and run them locally on your machine.

$ git clone https://github.com/Arman-Keyoumarsi/vSphere.git

For more details refer to Cloning a repository

Built With

Contributing

  1. Fork it (https://github.com/Arman-Keyoumarsi/vSphere/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details