Hi
I've been looking into using Powershell to set up our customers systems, using the Example-1VM etc. examples.
Ideally, I want to set up any customer with a live and a test system. These would both have their own instances and importantly, the instances would be run from a different folder to each other. Initially, the instances would be the same build but as CU's are released, different builds would be able to be tested before going into the live setup.
I can see how to set up another instance using Powershell, but cannot work out how to create another instance based on a different Service folder. Does anyone know of a way of doing this and hopefully have an example?
Thanks in advance,
Chris
"When you eliminate the impossible, whatever remains, however improbable, must be the truth" - Sherlock Holmes
"God and developers are in a constant battle. Developments to make their applications more idiot-proof, and God to produce bigger idiots!"
0
Comments
Interesting idea.
I would use combination of PowerShell and batch files.
For example from PowerShell you can call this batch command to create a NAV Instance in a particular folder.
in powershell
This will create the instance after that you can use standard NAV powershell commandlets to do what you want.
I hope this helps.
Thanks.
"God and developers are in a constant battle. Developments to make their applications more idiot-proof, and God to produce bigger idiots!"