AX2012 - Install multiple instances of Reporting Services (SSRS) on the same computer scripted with powershell
I have been working on a side project to script Install multiple instances of Reporting Services on the same computer (for use with Microsoft Dynamics AX) [AX 2012]
Most of the steps are straight forward but the Modify Reporting Services configuration files [AX 2012] is a little tedious.
I have scripted some of the steps. It is incomplete but I think it could be useful for our internal SSRS installs.
I hope someone out there can contribute and we can share the load to complete it.
I hope someone out there can contribute and we can share the load to complete it.
If you get a message saying scripting is not allowed. Just start powershell - run as administrator. Then type the following
Set-ExecutionPolicy Unrestricted
Warning:
This is in no way complete but a start. I will update when I have something.
Updated 12 September 2012
Refer to updated post
http://dynamicsnavax.blogspot.com.au/2012/01/modify-microsoft-dynamics-ax-2012-ssrs.html