Import-Module ServerManager Add-WindowsFeature NET-Framework-Core,AS-HTTP-Activation,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Request-Monitor,Web-Filtering,Web-Stat-Compression,AS-Web-Support,Web-Metabase,Web-Asp-Net,Web-Windows-Auth –restart ##This section will download the Report Viewer and System CLR Types for SQL Server 2012 for Windows Server 2012R2 to folder called C:SCOM2012R2Prereqs. Once files has been downloaded it will automatically install $dwnld = ‘C:SCOM2012R2Prereqs’ if (!(Test-Path -path $dwnld)) { New-Item $dwnld -type directory } $object = New-Object Net.WebClient $RPTurl = ‘https://download.microsoft.com/download/F/B/7/FB728406-A1EE-4AB5-9C56-74EB8BDDF2FF/ReportViewer.msi’ $object.DownloadFile($RPTurl, “$dwnldReportViewer.msi”) $RPTurl = ‘https://go.microsoft.com/fwlink/?LinkID=239644&clcid=0x409’ $object.DownloadFile($RPTurl, “$dwnldSQLSysClrTypes.msi”) Start-Process -FilePath “$dwnldSQLSysClrTypes.msi” -ArgumentList ‘/q’ -Wait Start-Process -FilePath “$dwnldReportViewer.msi” -ArgumentList ‘/q’ -WaitThanks to Mai Ali for this script.
Comments
If you have any questions or feedback on this guide, please feel free to post us a message below and we will reply as soon as we can.Gear We Recommend
Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.
Browse our Windows Admin Toolkit picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.