Skip to content

Commit 392b27c

Browse files
author
Angela Fleischmann
authored
Merge pull request #7165 from v-emilypr/missingdesc7
Missingdesc7
2 parents 396fc44 + 501a87a commit 392b27c

30 files changed

Lines changed: 32 additions & 2 deletions

File tree

memdocs/configmgr/develop/core/servers/configure/how-to-configure-a-package-to-use-binary-delta-replication.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 an existing package to use binary delta replication in Configuration Manager.
23
title: "Configure a Package to Use Binary Delta Replication"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/console/conditional-actions.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 display Configuration Manager actions by specified conditions such as regular expressions, method calls, or security permissions.
23
title: "Conditional Actions"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/core/servers/console/how-to-create-form-xml-for-a-configuration-manager-property-sheet.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 create an XML file that describes an SmsFormData class using a Create Form XML for a Configuration Manager property sheet.
23
title: "Create Form XML for a Property Sheet"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/apps/sms_metereduser-server-wmi-class.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 list users that have used metered applications in Configuration Manager with SMS_MeteredUser.
23
title: "SMS_MeteredUser Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/apps/updatedeployment-method-in-class-sms_deploymentsummary.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 update the summarized results for a specific Classic Deployment in Configuration Manager using UpdateDeployment.
23
title: "UpdateDeployment Method"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/compliance/sms_passportforworkprofilesettings-server-wmi-class.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 represent Windows Hello for Business profile settings in Configuration Manager using SMS_PassportForWorkProfileSettings.
23
title: "SMS_PassportForWorkProfileSettings Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/core/clients/client-classes/ccm_policy-client-wmi-class.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 CCM_Policy Client Windows Management Instrumentation class in Configuration Manager to represent a client policy.
23
title: "CCM_Policy Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/core/clients/client-classes/ccm_policy_operator-client-wmi-class.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 store a compound expression that evaluates to either true or false in Configuration Manager using CCM_Policy_Operator.
23
title: "CCM_Policy_Operator Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/reference/core/clients/client-classes/resetpolicy-method-in-class-sms_client.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 reset the policy on a client resulting in the next policy request receiving a full policy in Configuration Manager.
23
title: "ResetPolicy Method"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
@@ -44,7 +45,7 @@ UInt32 ResetPolicy(
4445
A `UInt32` data type that is 0 to indicate success or non-zero to indicate failure.
4546

4647
## Remarks
47-
Indiscriminate calling of this method could have adverse affects. For example, if you purge the existing policy (`ulFlags` = 1) software distribution programs could be run more than once. If the request is for full policy (`ulFlags` = 0), you could generate unnecessary network traffic.
48+
Indiscriminate calling of this method could have adverse effects. For example, if you purge the existing policy (`ulFlags` = 1) software distribution programs could be run more than once. If the request is for full policy (`ulFlags` = 0), you could generate unnecessary network traffic.
4849

4950
## Requirements
5051

memdocs/configmgr/develop/reference/core/clients/collections/addmembershiprule-method-in-class-sms_collection.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 add a new rule to the CollectionRules property of the SMS_Collection Server WMI Class in Configuration Manager.
23
title: "AddMembershipRule Method"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

0 commit comments

Comments
 (0)