Here’s a command line for unattended installation of System Center Technical Preview Operations Manager OMServer, OMConsol and OMReporting . I am running Windows Server Technical Preview.
First download the SCOM perquisites:
Unattended Install parameters below, just change highlighted text.
Start-Process -FilePath setup.exe -ArgumentList ‘/install /InstallPath:”C:\Program Files\Microsoft System Center Technical Preview\Operations Manager” /components:OMServer,OMConsole,OMReporting /ManagementGroupName:SCOMMgmt /SqlServerInstance:<SQLSERVER\MSSQLSERVER> /DatabaseName:OperationsManager /DWSqlServerInstance:<SQLSERVER\MSSQLSERVER> /DWDatabaseName:OperationsManagerDW /ActionAccountUser:<DOMAIN\OMAA> /ActionAccountPassword:<YourPassword> /DASAccountUser:<DOMAIN\OMDAS> /DASAccountPassword:<YourPassword> /DatareaderUser:<DOMAIN\OMDAS> /DatareaderPassword:<YourPassword> /DataWriterUser:<DOMAIN\OMDAS> /DataWriterPassword:<YourPassword> /EnableErrorReporting:Never /SendCEIPReports:0 /UseMicrosoftUpdate:0 /SRSInstance:<SQLSERVER> /SendODRReports:0 /AcceptEndUserLicenseAgreement:1 /Silent’
Or you can download the script here: http://1drv.ms/1wQ7M2y
Download a copy of System Center Technical Preview here: http://www.microsoft.com/en-us/evalcenter/evaluate-system-center-technical-preview
Reference link: here
Discussion
No comments yet.