ConfigMgr Console

Building a ConfigMgr Lab from Scratch: Step 6 – ConfigMgr Source Share

Topics: ConfigMgr Console

Building a ConfigMgr Lab from Scratch: Step 6

ConfigMgr Source Share

We’re still setting up Pre-Reqs, but we’re getting closer.

This short post will explain how I’ve setup the Source Share on the Server.  The Source Share is were all content sources for Apps / Packages / Updates / Operating Systems / Drivers, etc will go. It is not the content in the DP, but it’s the content that supplies the DP.

In my Lab, I have the Primary Server host all of the roles, including the Source File Server. I have one large 500GB Drive (Drive E) which will host the DP content and the source share.

The first thing I’m going to do is setup an Alias for my CM Server, so if I ever need to move the source share to another server, I can re-point the alias and all is well. To do this, I use the netdom command, a little handy thing that was blogged about HERE.

So on my server, oddly enough I got access denied, yet it seems to have worked.

Administrator Command Prompt

So, I see that it is working with either name, and I also notice that I’m using the wrong IP Address.. so I’ll update that and lets test again that both SRC & MEMCM are the same machine

Administrator Command Prompt
So that’s good, still works!

So now that we have our alias, lets setup our Source Share.  I created a folder in the root of the E Drive called “SRC”. I then share it with “Advanced Sharing” Since this is my LAB, I open it up to all Domain Users, same with Security. This is something you should be locking down much more in production and working with other teams that will need access to grant only what is needed.

Permission for SRC
Permissions for SRC
Once again, this is a lab, don’t do this in production.

Now that we have the share and “Security” setup on it, we can test from another machine, and confirm the alias is working.

MEMC< SRC
Using Explorer, we can confirm that both SRC & MEMCM are the same server.

Alright, then I like to start to build out the file structure so I can be organized as I start adding content

SRC Windows Media

This concludes the Source Share Post, one of many in this series.

Just a quick follow-up, in our Right Click Tools, we have several tools to help manage and keep track of Content. [More Info] I often use the ability to right-click on a package, or application and launch explorer right to the source files.


Building a ConfigMgr Lab from Scratch Series

Series Introduction – Building a CM Lab from Scratch

  1. Setting up your Domain Controller
  2. Creating a Router for your Lab using Windows Server 
  3. Certificate Authority – On Domain Controller [Optional]
  4. ConfigMgr Server Pre-Reqs (Windows Features)
  5. Configuration Settings (AD & GPOs)
  6. Source Server (File Share) – You are Here
  7. ConfigMgr SQL Install
  8. ConfigMgr Install
  9. ConfigMgr Basic Settings
  10. ConfigMgr Collections & App Deployment
  11. ConfigMgr OSD
  12. ConfigMgr Reporting Services
  13. Cloud Management Gateway (CMG) – Certs PreReq
  14. Cloud Management Gateway (CMG) – Azure Subscription
  15. Azure Services Connection
  16. Setting up CMG in the Console
  17. Cloud Management Gateway (CMG) – Post CMG Config
  18. Cloud Management Gateway – Client CMG Endpoints
Back to Top