Skip to content

Commit 4d66d00

Browse files
author
Angela Fleischmann
authored
Merge pull request #7200 from v-emilypr/missingdesc11
[bulk] Missing Descriptions Added
2 parents c763482 + ea67861 commit 4d66d00

22 files changed

Lines changed: 42 additions & 20 deletions

memdocs/configmgr/develop/apps/how-to-view-file-usage-summary-information.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to use the SMS_MeteredFiles and SMS_FileUsageSummary classes to view file usage summary in Configuration Manager.
23
title: "View File Usage Summary Information"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/clients/programming/how-to-read-a-wmi-object-by-using-system.management.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to use a ManagementObject object to read the Windows Management Instrumentation (WMI) object in Configuration Manager.
23
title: "Read a WMI Object by Using System.Management"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/misc/privacy/privacy-information.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how information is handled by Configuration Manager SDK to better understand how to meet your privacy requirements as you build a program or script.
23
title: "Privacy Information"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/configure/about-software-distribution-programs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn all about software distribution programs and how they are packaged and made available to a collection of clients.
23
title: "Software Distribution Programs"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/configure/how-to-configure-heartbeat-discovery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to configure the Heartbeat Discovery settings by modifying the necessary site control file settings in Configuration Manager.
23
title: "Configure Heartbeat Discovery"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/console/console-resourceassembly-element.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to define the resources that are used by the node with the ResourceAssembly element in Configuration Manager.
23
title: "Console ResourceAssembly Element"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/console/how-to-find-a-configuration-manager-console-node-guid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to determine the correct Globally Unique Identifiers (GUIDs) for a Configuration Manager console node.
23
title: "Find a Console Node GUID"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/understand/how-to-perform-an-asynchronous-configuration-manager-query-by-using-wmi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to perform a synchronous query for Configuration Manager objects and implement a sink method to handle query results.
23
title: "Perform an Asynchronous Query by Using WMI"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
@@ -15,7 +16,7 @@ ms.collection: openauth
1516

1617
---
1718
# How to Perform an Asynchronous Configuration Manager Query by Using WMI
18-
In Configuration Manager, you perform an synchronous query for Configuration Manager objects by calling the [SWbemServices](/windows/win32/wmisdk/swbemservices) object [ExecQueryAsync](/windows/win32/api/wbemcli/nf-wbemcli-iwbemservices-execqueryasync) method and by implementing a sink method to handle query results.
19+
In Configuration Manager, you perform a synchronous query for Configuration Manager objects by calling the [SWbemServices](/windows/win32/wmisdk/swbemservices) object [ExecQueryAsync](/windows/win32/api/wbemcli/nf-wbemcli-iwbemservices-execqueryasync) method and by implementing a sink method to handle query results.
1920

2021
To handle each returned object, create an [objWbemSink.OnObjectReady](/windows/win32/wmisdk/swbemsink-onobjectready) event subroutine. To be notified when the query is completed, create a [objWbemSink.OnCompleted](/windows/win32/wmisdk/swbemsink-oncompleted) event subroutine.
2122

memdocs/configmgr/develop/reference/apps/sms_meteredfiles-server-wmi-class.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to represent metered files and implement the matching between the meter rule and the file information in Configuration Manager.
23
title: "SMS_MeteredFiles Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
@@ -51,7 +52,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
5152
`ApplyToChildSites`
5253
Data type: `Boolean`
5354

54-
Access type : Read/Write
55+
Access type: Read/Write
5556

5657
Qualifiers: None
5758

@@ -60,7 +61,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
6061
`Comment`
6162
Data type: `String`
6263

63-
Access type : Read/Write
64+
Access type: Read/Write
6465

6566
Qualifiers: None
6667

@@ -69,7 +70,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
6970
`Enabled`
7071
Data type: `Boolean`
7172

72-
Access type : Read/Write
73+
Access type: Read/Write
7374

7475
Qualifiers: None
7576

@@ -78,7 +79,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
7879
`FileName`
7980
Data type: `String`
8081

81-
Access type : Read/Write
82+
Access type: Read/Write
8283

8384
Qualifiers: None
8485

@@ -87,7 +88,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
8788
`FileVersion`
8889
Data type: `String`
8990

90-
Access type : Read/Write
91+
Access type: Read/Write
9192

9293
Qualifiers: None
9394

@@ -96,7 +97,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
9697
`LanguageID`
9798
Data type: `UInt32`
9899

99-
Access type : Read/Write
100+
Access type: Read/Write
100101

101102
Qualifiers: None
102103

@@ -105,7 +106,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
105106
`MeteredFileID`
106107
Data type: `SInt64`
107108

108-
Access type : Read/Write
109+
Access type: Read/Write
109110

110111
Qualifiers: [key]
111112

@@ -114,7 +115,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
114115
`MeteredFileName`
115116
Data type: `String`
116117

117-
Access type : Read/Write
118+
Access type: Read/Write
118119

119120
Qualifiers: None
120121

@@ -123,7 +124,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
123124
`MeteredFileVersion`
124125
Data type: `String`
125126

126-
Access type : Read/Write
127+
Access type: Read/Write
127128

128129
Qualifiers: None
129130

@@ -132,7 +133,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
132133
`MeteredProductID`
133134
Data type: `UInt32`
134135

135-
Access type : Read/Write
136+
Access type: Read/Write
136137

137138
Qualifiers: None
138139

@@ -141,7 +142,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
141142
`MeteredProductLanguage`
142143
Data type: `UInt32`
143144

144-
Access type : Read/Write
145+
Access type: Read/Write
145146

146147
Qualifiers: None
147148

@@ -150,7 +151,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
150151
`OriginalFileName`
151152
Data type: `String`
152153

153-
Access type : Read/Write
154+
Access type: Read/Write
154155

155156
Qualifiers: None
156157

@@ -159,7 +160,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
159160
`ProductName`
160161
Data type: `String`
161162

162-
Access type : Read/Write
163+
Access type: Read/Write
163164

164165
Qualifiers: None
165166

@@ -168,7 +169,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
168169
`RuleID`
169170
Data type: `UInt32`
170171

171-
Access type : Read/Write
172+
Access type: Read/Write
172173

173174
Qualifiers: [key]
174175

@@ -177,7 +178,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
177178
`SecurityKey`
178179
Data type: `String`
179180

180-
Access type : Read/Write
181+
Access type: Read/Write
181182

182183
Qualifiers: None
183184

@@ -186,7 +187,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
186187
`SiteCode`
187188
Data type: `String`
188189

189-
Access type : Read/Write
190+
Access type: Read/Write
190191

191192
Qualifiers: None
192193

@@ -195,7 +196,7 @@ Class SMS_MeteredFiles : SMS_BaseClass
195196
`SourceSite`
196197
Data type: `String`
197198

198-
Access type : Read/Write
199+
Access type: Read/Write
199200

200201
Qualifiers: None
201202

memdocs/configmgr/develop/reference/compliance/geteula-method-in-class-sms_settingsdefinitionbase.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to get the localized Microsoft Software License Terms text of the configuration item using the GetEULA class method.
23
title: "GetEULA Method in Class SMS_SettingsDefinitionBase"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

0 commit comments

Comments
 (0)