Step 1. We need to configure the Distribution Point (DP) and the Management Point (MP).
Open up the SCCM Configuration Manager Console, and highlight the SCCM server listed under site systems, in the right pane we'll see the role's we've already installed.

double click on ConfigMgr distribution point and place a checkmark in Allow clients to transfer content from this distribution point using BITS,...

Once done, click ok and Double click on Configmgr Management Point to bring up its' properties, put a checkmark in Allow devices to use this management point and click Apply.

At this point I checked my SCCM status (click System Status in the left pane, expand it, and choose Site Status, then your SCCM site code, then Component Status), this revealed there were problems with my Management Point which were preventing it from starting.

right-click on the Critical error, and choose Show Messages, All.

hidden inside one of the two re-occuring errors was this (you have to scroll in the error window to read it)
Quote
SMS Site Component Manager faild to install component SMS_MP_CONTROL_MANAGER on server WIN-2SDX7MZCDA7.
The WebDAV server extension is either not installed or not configured properly.
Solution: Make sure WebDAV is installed and enabled. Make sure there is an authoring rule that allow "All users" read access to "All content". Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false.
The WebDAV server extension is either not installed or not configured properly.
Solution: Make sure WebDAV is installed and enabled. Make sure there is an authoring rule that allow "All users" read access to "All content". Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false.

well, i know that Webdav is installed, but perhaps a slight configuration change is needed, so let's start up Server Manager and click on roles then select Web Server IIS and then Internet Information Services (IIS) Manager, then select your website listed under Sites (probably called Default Web Site unless you changed it). In the right side select WebDav Authoring Rules

Double click on WebDav authoring rules and you should see the rule you originally setup, click on Webdav Settings in the right pane.

so according to the error message above we need to verify the following:-
Solution:
Make sure WebDAV is installed and enabled. [it is]
Make sure there is an authoring rule that allow "All users" read access to "All content". [this rule is not setup yet]
Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" [they are currently set to false] and "Allow Custom Properties" is set to false.[it's set to true]
Ok, let's fix these WebDav problems starting with adding a new authoring rule. In WebDav settings, click on WebDav Authoring rules in the right pane

Next click on Add authoring rule under actions and make the changes as per below screenshot, click ok when done and you'll see your new authoring rule listed in Webdav.


Click on WebDav Settings now
make the changes above ("Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true", and "Allow Custom Properties" is set to false.)
Click Apply in the actions pane.

lastly you should change the WebDav Behaviour for Allow hidden files to be listed from False to True if this is going to be a Distribution Point using BITS (it is).

Note: if you are trying to Configure WebDav in Server 2008 R2 then please read this post.
Ok back in SCCM Configuration Manager console, under site status, right click on your SITE and choose Reset Counts, then All. Pressing F5 (refresh) on your keyboard should refresh the system status.

A quick look back in System Status for our Management Point, now we can see that it has installed and started properly

(to speed up the automatic installation of this, you can use ConfigMgr's Service manager and select the SMS_Site_Component_manager server and restart the service.)

Sign In
Register
Help


MultiQuote






