From 4542016db4586804e0cae0009bcc21179cfbe4de Mon Sep 17 00:00:00 2001 From: Michael Niehaus Date: Wed, 19 Oct 2022 20:30:50 -0700 Subject: [PATCH] Updated to fix class name, add PolicySource parameter --- .../ccm_download_provider-wmi-class.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/memdocs/configmgr/develop/reference/core/servers/configure/ccm_download_provider-wmi-class.md b/memdocs/configmgr/develop/reference/core/servers/configure/ccm_download_provider-wmi-class.md index 861e866ca71..4e5da7c0967 100644 --- a/memdocs/configmgr/develop/reference/core/servers/configure/ccm_download_provider-wmi-class.md +++ b/memdocs/configmgr/develop/reference/core/servers/configure/ccm_download_provider-wmi-class.md @@ -1,7 +1,7 @@ --- -title: CCM_Download_Provider Class +title: CCM_DownloadProvider Class titleSuffix: Configuration Manager -description: In Configuration Manager, the CCM_Download_Provider class defines and registers a non-Microsoft download plug-in provider. +description: In Configuration Manager, the CCM_DownloadProvider class defines and registers a non-Microsoft download plug-in (alternate content) provider. ms.date: 09/20/2016 ms.prod: configuration-manager ms.technology: configmgr-sdk @@ -14,18 +14,19 @@ ms.localizationpriority: null ms.collection: tier3 ms.reviewer: mstewart,aaroncz --- -# CCM_Download_Provider WMI Class -The **CCM_Download_Provider** class, in Configuration Manager, defines and registers a non-Microsoft download plug-in provider. +# CCM_DownloadProvider WMI Class +The **CCM_DownloadProvider** class, in Configuration Manager, defines and registers a non-Microsoft download plug-in (alternate content) provider. ## Syntax ``` -class CCM_Download_Provider: CCM_Policy +class CCM_DownloadProvider: CCM_Policy { string LogicalName; string CLSID; uint32 Priority; - String GlobalSettings; + string GlobalSettings; + string PolicySource; string Reserved; }; @@ -60,6 +61,13 @@ class CCM_Download_Provider: CCM_Policy Provider specific data. Use this for any client-wide configuration for the provider. + `PolicySource` + Data type: String + + Qualifiers: [in] + + The source of the policy, typically "Local" when the instance is created on a client in the root\ccm\policy\machine\RequestedConfig namespace. + `Reserved` Data type: String