As you are aware by now I’m creating a series of Powershell automation activities to automate some System Center installation tasks. Below you can find a Powershell script that will connect to the Opsmgr server remotely (so you dont need the OpsMgr powershell snappin installed locally) deploy the scom agent and enable agent proxiyng...
I had to configure remotely some users and Roles in App controller with Powershell. You can find a lot of all App Controller CMDLets here http://technet.microsoft.com/en-us/library/jj899760(v=sc.20).aspx. Below you can find the Powershell Script used to connect remotely to the app controller server and add users to the appropriate User Roles: [xml] #======================================================================= # #...
I encountered the following issue while trying to run a report from the Service Manager console: This was a total new installation (done by the Power Depoloyment Toolkit) and everything was installed fine without any errors so I doubled check my SQL, my datawarehouse server, my SQL reporting Service and by digging deeper...
The latest publicly available PDT version 2.5.270 now includes besides System Center 2012 R2 also Windows Azure Pack. You can find the new WAP roles in the Variable.xml as shown below: You will notice that a few roles are missing like the SMA role. You can easily include the SMA Roles System Center 2012...
I kept getting errors on the automatic deployment of SCCM with the PDT toolkit. The thing is that SCCM cannot work with Dynamic ports as described here: So to fix this just change the SQL port in the to a fix port like shown below: Normally PDT is going to verify if all...