SCCM 2012 DP Configuration

Hi,

I want to create a DP and mention the file location where it needs to create. But when I do that, it automatically chooses other drives aswell .

I changed it from automatic to Primary and Secondary drives and placed no_sms_on_drive.sms

in other drives where I dont need it . But strangely it creates folders in specified drives and the content lib folder is empty. 

When I go to distribution point and see the drives all my drives are listed there .

Can someone help please. Its SCCM 2012 SP1

July 11th, 2013 3:16pm

You should use Powershell to deploy you DP, Here is the cmdlet : Add-CMDistributionPoint

And set the following parameters to the volume you want to use (Do not forget to set the "no_sms_on_drive.sms" on the drives that shouldn't receive content)

-PrimaryContentLibraryLocation [VolumeLetter]

-PrimaryPackageShareLocation [VolumeLetter]

Personnally, I always deploy my DP's with a script because it is the easiest way to do it and it brings a you consistent configuration.

Free Windows Admin Tool Kit Click here and download it now
August 4th, 2015 5:16am

Did you set the no_sms_on_drive.sms before the installing the DP ?

The file as to be BEFORE you install the DP. If you add it later it`s to late to stop the creation and the configuration of all drive in SCCM console.


August 4th, 2015 8:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics