Install and Configure SCCM and SQL on Different Servers

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 17

  • @TheSysadminChannel
    @TheSysadminChannel  6 років тому +4

    Install SCCM Portion - 16:00
    Install SQL Portion - 6:13
    Above are the pin points if you would rather skip to the exact spots for Installing SCCM or installing SQL.

  • @pedrososasr.3137
    @pedrososasr.3137 6 років тому

    Nice and fast! Thanks for the vid.

  • @237311
    @237311 4 роки тому +3

    Can you please make the same tutorial for 1016 sccm and sql?

  • @sijoncthomas
    @sijoncthomas 5 років тому +3

    Commands Were not in description
    Install-WindowsFeature File-Services, FS-FileServer, Web-Server, Web-WebServer, Web-Common-Http, Web-Default-Doc, Web-Dir-Browsing, Web-Http-Errors, Web-Static-Content, Web-Http-Redirect, Web-DAV-Publishing, Web-Health, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Performance, Web-Stat-Compression, Web-Security, Web-Filtering, Web-Windows-Auth, Web-App-Dev, Web-Net-Ext45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Mgmt-Tools, Web-Mgmt-Console, Web-Mgmt-Compat, Web-Metabase, Web-Lgcy-Scripting, Web-WMI, Web-Scripting-Tools, BITS, BITS-IIS-EXT, RDC, NET-Framework-Features, NET-Framework-45-ASPNET, Web-Asp-Net, Web-Asp-Net45, NET-HTTP-Activation, RSAT-AD-Powershell, WinRM-IIS-Ext

  • @Scylon1
    @Scylon1 5 років тому +2

    This video seems to miss some of the pre-steps to this setup.

  • @craigtonner5635
    @craigtonner5635 6 років тому +1

    Thanks for tutorial. It presumes you have already setup a Home OU and service accounts. Is there another video to walk through these steps?

    • @TheSysadminChannel
      @TheSysadminChannel  6 років тому +3

      Sorry but i don't have another video on how to create an OU and service account. So ill mention that here.
      to create an OU.
      Right click any Organizational Unit and select New -> Organization Unit. Give it a name and you're all set.
      to create a service account.
      I just created a regular user account and set the password to never expire.
      watch this video to create user accounts in Powershell. ua-cam.com/video/osAkS5UJAPk/v-deo.html

  • @RaidenXXII
    @RaidenXXII 5 років тому

    I am in a process of setting up a new site server. Would it still be advisable to put SCCM Cb, Wsus, iis, SUP and Sql server 2017 on the same host server 2019? Our production environment has less than 1200 workstations and servers and 50% of the workstations are persistent VDI's.

  • @DrunkenDanka
    @DrunkenDanka 6 років тому

    Could you please upload the commands for the powershell? Would be great :)

    • @TheSysadminChannel
      @TheSysadminChannel  6 років тому

      Here you go buddy. Install-WindowsFeature -Name UpdateServices-Ui

    • @DrunkenDanka
      @DrunkenDanka 6 років тому

      thank you :) but what about firewall and sccm windows features? :/

    • @TheSysadminChannel
      @TheSysadminChannel  6 років тому +1

      Sorry. I posted the wrong Powershell commands for the wrong video.
      SQL WindowsFeatures:
      Install-WindowsFeature -Name NET-Framework-Core, NET-Framework-Features -Source E:\sources\sxs
      Add Firewall Rules:
      New-NetFirewallRule -DisplayName "SQL Inbound Ports" -Direction Inbound -LocalPort 1433,4022 -Protocol TCP -Action Allow -Profile "Domain,Private"
      SCCM WindowsFeatures:
      Install-WindowsFeature -Name NET-Framework-Core, NET-Framework-Features -Source E:\sources\sxs
      Install-WindowsFeature -Name File-Services, FS-FileServer, Web-Server, Web-WebServer, Web-Common-Http, Web-Default-Doc, Web-Dir-Browsing, Web-Http-Errors, Web-Static-Content, Web-Http-Redirect, Web-DAV-Publishing, Web-Health, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Performance, Web-Stat-Compression, Web-Security, Web-Filtering, Web-Windows-Auth, Web-App-Dev, Web-Net-Ext45, Web-Asp-Net45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Mgmt-Tools, Web-Mgmt-Console, Web-Mgmt-Compat, Web-Metabase, Web-Lgcy-Scripting, Web-WMI, Web-Scripting-Tools, NET-Framework-45-ASPNET, BITS, BITS-IIS-Ext, RDC, RSAT-AD-PowerShell, WinRM-IIS-Ext

  • @2koolzero
    @2koolzero 5 років тому

    Hi , I am getting error , please help me .Hi , i am getting below error as a new setup in my virtual environment , Dc, Adc , Sql server and Sccm server . sql server is independent , sccm server will be on new server but unfortunately getting error on PreReq of sccm . SCCM Server PreRequist Failed to connect with SQL server as i have followed all the steps . If u can share ur email then i can send u the snapshot of the issues.

    • @TheSysadminChannel
      @TheSysadminChannel  5 років тому

      Have a look at this article.
      thesysadminchannel.com/solved-sql-server-tcp-port-failed-installing-sccm-baseline-media/