This project contains all the related scripts and codes use to automate various vSphere tasks.
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.
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
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
- Fork it (https://github.com/Arman-Keyoumarsi/vSphere/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Arman Keyoumarsi - Website - Arman.Keyoumarsi.com
This project is licensed under the MIT License - see the LICENSE file for details