In our company we already made in the past a request form that mailed all requests for a server VM in a standard format. An ESXadmin then started provisioning.
I decided to automate this.
Please note : I’m no Powershell guru and don’t have much powershell experience yet. These scripts are not ‘nice and clean’ but it does the job…
I’m no powershell script guru , so this script will hurt the real Powershell guys but I decided to post it anyway.
There are 3 major components
- a form that inserts all requests in a SQL database
- a scheduled script that queries the SQL DB for all open request and starts the real deployVMscript
- deployVM script
Leave a Reply