As you suggest, the column incorrectly reports if Rate Limits are enabled
or not. It has been like this since 2012 RTM. It must be a bug.

Here is some quick PowerShell to determine if a DP has Rate Limits enabled
for those that may be interested:
$SiteCode = "Your Primarys Site Code"
$SiteServer = "FQDN of your Primary"
GWMI -Namespace "root\sms\site_$SiteCode" -ComputerName $SiteServer -Query
"select * from SMS_SCI_address" | Select
@{N="DistributionPoint";E={$($_.ItemName).Replace("|MS_LAN","")}},
UnlimitedRateforAll | Sort -Property DistributionPoint

False means Rate Limiting is enabled.

On Tue Dec 16 2014 at 10:37:55 AM Mike Dzikowski <
[email protected]> wrote:

> Yup the rate limit tab, disappears for PullDPs:
>
>
>
>
> Mike D-
>
> ------------------------------
> From: [email protected]
> Date: Tue, 16 Dec 2014 00:15:53 +0000
> Subject: Re: [mssms] DP Rate Limit column
> To: [email protected]
>
> From what I have seen, the rate limit column says yes as soon as the dp
> role is installed on the box. I believe it disappears if you make the dp a
> pull box.
>
> So maybe its an indication as to whether the dp supports rate limits?
>
> If you need to know which DPs have rate limits enabled, I have a
> powershell script I can dig up.
>
> On Mon, Dec 15, 2014, 18:29 s kissel <[email protected]> wrote:
>
> Can someone explain this, or is this a bug?:
>
> 1) Create a Site Server with DP role, ensuring that default schedule and
> rate limits are set/unchanged, and that it is NOT a pull DP. Can be a
> fallback source or not, doesn't matter.
> 2) Go to Administration --> Overview --> Distribution Points.
> 3) Right-click on Column headings and select "Rate Limits" from drop-down
> so that it is selected (checked)
> 4) Review newly created DP has Rate Limits = YES. Go to Properties of DP
> and see that it has default/unlimited schedule.
> 5) Write email to mssms email distro questioning sanity.
>
> Thoughts?
>
> -S
>
>


Reply via email to