Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Part 7: Prerequisites installation for ConfigMgr CB       2002 Lab

Part 7: Prerequisites installation for ConfigMgr CB 2002 Lab

This blog post is in development

Check-out related video to this blog

1. IIS,BITS,RDC and other features

  1. Attach Windows Server ISO file to your VM or mount it in the File Explorer and note the drive letter
    Check here How to attach ISO to your VM
  2. Create a new .ps1 file (mecm_prereq_installation.ps1) and paste the below. Make sure you update the drive letter if needed in the first line NetFrameworkSource variable.

    $NetFrameworkSource = "L:\sources\sxs"
    Import-Module ServerManager
    Install-WindowsFeature Web-Windows-Auth
    Install-WindowsFeature Web-ISAPI-Ext
    Install-WindowsFeature Web-Metabase
    Install-WindowsFeature Web-WMI
    Install-WindowsFeature BITS
    Install-WindowsFeature RDC
    Install-WindowsFeature NET-Framework-Features -source $NetFrameworkSource
    Install-WindowsFeature Web-Asp-Net
    Install-WindowsFeature Web-Asp-Net45
    Install-WindowsFeature NET-HTTP-Activation
    Install-WindowsFeature NET-Non-HTTP-Activ
  3. I recommend you run the newly created PowerShell script in PowerShell by browsing to the path of mecm_prereq_installation.ps1 file so that you can see the progress.

2. SQL Server Installation and Configuration

3. WSUS Installation and Configuration

4. Windows ADK and WinPE Add-on

5. Extend AD Schema

6. Add Configuration Manager Server Account to Local Admins

7. Create and Place no_sms_on_drive.sms

8. Configure Database for Configuration Manager

9. Add .MSI file to the allow list

10. Prereq Check

Liked it? Take a second to support Jay Singh on Patreon!

About Jay Singh


Follow Me
Subscribe
Notify of
guest
8 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Sunil Sane
Sunil Sane
2 years ago

Hi Jay,
While going through the LAB at some point, I lost my Domain Controller DC01 Hyper_V terminal and had to rebuild that from scratch. I got everything almost right where the CM-01 and PC-01 could connect to domain controller. But somehow CM_SQL user is not able to start the SQL service on CM-01. So I must be missing something on DC-01. I have added CM_SQL to Administrative group but still no avail.
Also when I login to CM-01 as CM_SQL it does not get logged-in as administrator.

Need your help

Sunil V Sane
Sunil V Sane
2 years ago
Reply to  Jay Singh

Thank you Jay. It looks like may have to start from scratch and keep taking snapshots and backup somewhere else.

Matthew Pierce
Matthew Pierce
1 year ago
Reply to  Jay Singh

Jay, this made me wonder this; If I already have a MECM 2111 environment in my work environment (Production) with several secondary site servers and two DP/MP/SMP servers, and I want to setup a brand new Primary Site Server in the same Domain, which I know is possible, do I need to go through the Extend AD Schema process again due to adding in this new Primary Site server? Thanks.

joeriz sagadraca
joeriz sagadraca
2 years ago

By the way your blog helps me a lot.

just wanted to know how to remove the registered serviceprincipal name because of typo error?

MSSQLSvc/UNW-SC01.UNWIND.local:1433
    MSSQLSvc/UNW-sc0101.UNWIND.local:1433

Azeem
Azeem
1 year ago

Hello Jay,
I’m lost at part 7 video at 32:55. I’m seeing the sql database as read-only. I tried to change the permission of the database folder in database hard drive from read-only to (Unchecked) using local admin account. I tried attaching the database again and I’m getting “failed to retrieve data for this request”. Appreciate your help.

Osama Yaqub
Osama Yaqub
1 year ago

Hi Jay,

These instructions so far have been brilliant. I just wanted to know if there was a way to do them manually as I can’t get my head around the way the files have been stored. Forgive my ignorance, I’m using a Mac and it’s quite difficult for me to work equivalent methods.

Would love to hear back and I appreciate your time and efforts on this ❤️.

Osama

8
0
Would love your thoughts, please comment.x
()
x