WSUS Install Archives - Justin Chalfant's SCCM Guides https://setupconfigmgr.com/tag/wsus-install Just Another SCCM Blogger Sat, 07 Aug 2021 20:21:17 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 https://setupconfigmgr.com/wp-content/uploads/2018/05/Logo-150x150.png WSUS Install Archives - Justin Chalfant's SCCM Guides https://setupconfigmgr.com/tag/wsus-install 32 32 Deep Dive How to Migrate a WSUS Database from WID to SQL in SCCM https://setupconfigmgr.com/how-to-migrate-a-wsus-database-from-wid-to-sql-in-sccm https://setupconfigmgr.com/how-to-migrate-a-wsus-database-from-wid-to-sql-in-sccm#comments Mon, 14 Jan 2019 11:58:15 +0000 https://setupconfigmgr.com/?p=28371 The post Deep Dive How to Migrate a WSUS Database from WID to SQL in SCCM appeared first on Justin Chalfant's SCCM Guides.

]]>

Overview

  • In this video guide, we will be covering how to migrate WSUS Database (SUSDB) from Windows Internal Database instance to SQL Server instance.

Topics in Video

Commands and Notes:

  • Connect to WID instance in SQL Management Studio of sqlcmd (Server 2012 or Newer): \\.\pipe\MICROSOFT##WID\tsql\query
  • Connect to WID instance in SQL Management Studio of sqlcmd (Server 2008 R2 or Older): \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query
  • Powershell command to see WSUS installed role services: Get-WindowsFeature -Name UpdateServices*
  • Powershell command to remove WSUS WidDB: Remove-WindowsFeature -Name UpdateServices-WidDB
  • Powershell command to install WSUS SQL Database Connectivity: Install-WindowsFeature -Name UpdateServices-DB
  • WsusUtil command: WsusUtil.exe postinstall SQL_INSTANCE_NAME=”SCUP.CONTOSO.LOCAL” CONTENT_DIR=”J:\WSUS”
    • SQL_INSTANCE_NAME and CONTENT_DIR should be changed to for your environment details

Helpful Resources:

The post Deep Dive How to Migrate a WSUS Database from WID to SQL in SCCM appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/how-to-migrate-a-wsus-database-from-wid-to-sql-in-sccm/feed 10
How to install Microsoft SCCM Current Branch Step-By-Step Guide https://setupconfigmgr.com/how-to-install-microsoft-sccm-current-branch-step-by-step-guide https://setupconfigmgr.com/how-to-install-microsoft-sccm-current-branch-step-by-step-guide#comments Tue, 29 May 2018 01:11:24 +0000 http://setupconfigmgr.com/?p=27748 The post How to install Microsoft SCCM Current Branch Step-By-Step Guide appeared first on Justin Chalfant's SCCM Guides.

]]>

Overview

In this step-by-step guide, we will walk through the installation of Microsoft System Center Configuration Manager Current Branch (SCCM).

Topics in Video

Scripts:

  • Powershell script to install IIS, BITS, and RDC:
    • Install-WindowsFeature Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Redirect,Web-Net-Ext,Web-ISAPI-Ext,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Tools,Web-Mgmt-Compat,Web-Metabase,Web-WMI,BITS,RDC

Downloads:

Microsoft Docs for Topics in this Guide:

The post How to install Microsoft SCCM Current Branch Step-By-Step Guide appeared first on Justin Chalfant's SCCM Guides.

]]>
https://setupconfigmgr.com/how-to-install-microsoft-sccm-current-branch-step-by-step-guide/feed 44