I have to setup a solution that will automatically update our template vm’s (Win7, Server 2008, Server 2012) once a month. Currently we have a powershell script that:
- logs into our vmware server
- Copy existing template
- Rename template using the current date
- Converts a template to a vm
- Updates using windows update
- Converts it back to a template
We would like to leverage Bigfix for this and want to know if anyone has tried this before and what the results were. At first glance I’m thinking of creating a task in Bigfix that contains some powershell code. Mt question with this approach is there a way to create a baseline that starts with some powershell scripting, then deploy updates using BigFix, and end with more powershell scripting.
Thoughts?