Installing Prerequisites for Configuration Manager Step by Step

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 9

  • @PaddyMaddy26
    @PaddyMaddy26  Год назад +2

    # .NET Features
    Install-WindowsFeature -Name NET-Framework-Features
    Install-WindowsFeature -Name NET-Framework-Core
    Install-WindowsFeature -Name NET-Framework-45-Features
    Install-WindowsFeature -Name NET-Framework-45-Core
    Install-WindowsFeature -Name NET-Framework-45-ASPNET
    Install-WindowsFeature -Name NET-WCF-Services45
    Install-WindowsFeature -Name NET-WCF-HTTP-Activation45
    Install-WindowsFeature -Name NET-WCF-TCP-PortSharing45
    # Install IIS Web Server Role
    Install-WindowsFeature -Name Web-Server -IncludeManagementTools
    Install-WindowsFeature -Name Web-WebServer
    # Application Development
    Install-WindowsFeature -Name Web-ISAPI-Ext
    # Security
    Install-WindowsFeature -Name Web-Windows-Auth
    # Management Tools
    Install-WindowsFeature -Name Web-Mgmt-Tools
    Install-WindowsFeature -Name Web-Mgmt-Console
    Install-WindowsFeature -Name Web-Mgmt-Compat
    Install-WindowsFeature -Name Web-Metabase
    Install-WindowsFeature -Name Web-WMI
    # Install Background Intelligence Transfer Service (BITS)
    Install-WindowsFeature -Name BITS
    Install-WindowsFeature -Name BITS-IIS-Ext
    bELOW ARE THE SQL RELATED PORTS SHOULD BE ALLOWED
    @echo ========= SQL Server Ports ===================
    @echo Enabling SQLServer default instance port 1433
    netsh advfirewall firewall add rule name=”SQL Server” dir=in action=allow protocol=TCP localport=1433
    @echo Enabling Dedicated Admin Connection port 1434
    netsh advfirewall firewall add rule name=”SQL Admin Connection” dir=in action=allow protocol=TCP localport=1434
    @echo Enabling conventional SQL Server Service Broker port 4022
    netsh advfirewall firewall add rule name=”SQL Service Broker” dir=in action=allow protocol=TCP localport=4022
    @echo Enabling Transact-SQL Debugger/RPC port 135
    netsh advfirewall firewall add rule name=”SQL Debugger/RPC” dir=in action=allow protocol=TCP localport=135
    @echo ========= Analysis Services Ports ==============
    @echo Enabling SSAS Default Instance port 2383
    netsh advfirewall firewall add rule name=”Analysis Services” dir=in action=allow protocol=TCP localport=2383
    @echo Enabling SQL Server Browser Service port 2382
    netsh advfirewall firewall add rule name=”SQL Browser” dir=in action=allow protocol=TCP localport=2382
    @echo ========= Misc Applications ==============
    @echo Enabling HTTP port 80
    netsh advfirewall firewall add rule name=”HTTP” dir=in action=allow protocol=TCP localport=80
    @echo Enabling SSL port 443
    netsh advfirewall firewall add rule name=”SSL” dir=in action=allow protocol=TCP localport=443
    @echo Enabling port for SQL Server Browser Service’s ‘Browse’ Button
    netsh advfirewall firewall add rule name=”SQL Browser” dir=in action=allow protocol=TCP localport=1434
    @echo Allowing Ping command
    netsh advfirewall firewall add rule name=”ICMP Allow incoming V4 echo request” protocol=icmpv4:8,any dir=in action=allow

  • @reggie9550
    @reggie9550 Год назад

    Very cool.,..It was a pain installing the before. Thank you

    • @PaddyMaddy26
      @PaddyMaddy26  Год назад

      Thank you for your kind words. I appreciate your feedback. I'm glad to hear that you had a successful installation. Please let me know if there is anything else I can do to help.

  • @reggie9550
    @reggie9550 Год назад

    Thank you very much, will you be strarting a series , or a way to join this live training available.

    • @PaddyMaddy26
      @PaddyMaddy26  Год назад

      Thank you for your interest in our courses. We currently do not offer any live training courses, however we do offer a variety of online courses for our students. We offer our courses online through Udemy and RUclips. You can find our courses at www.udemy.com/user/pavan-kumar-525/ and the links mentioned in the comment. If you need any specific coupon codes please let us know. We hope that this information is helpful. Thank you for your consideration.

  • @albert-ow
    @albert-ow Год назад +1

    how do i get in contact with you, i am trying to study your udemy videos and i want to contact you for some questions.

    • @PaddyMaddy26
      @PaddyMaddy26  Год назад

      Thank you for your interest in my Udemy courses. I am more than happy to help you with any questions you may have. You can contact me via email at trainings@memcourse.com or via my blog at PaddyMaddy.com. I look forward to hearing from you and helping you with your studies.

  • @learner162
    @learner162 11 месяцев назад

    35:00 SSRS

    • @PaddyMaddy26
      @PaddyMaddy26  11 месяцев назад

      Thank you for your query. All my courses are available on Udemy and RUclips. You can get them at a discounted price from the link www.udemy.com/user/pavan-kumar-525/. For Microsoft Azure Training use tinyurl.com/FullAzure and for Complete MECM/SCCM tinyurl.com/MEM-Course. If you need any specific course coupon please feel free to contact me by email at trainings@memcourse.com or by phone. For more information please visit my blog PaddyMaddy.com. Thank you for your interest in my courses.