Skip to content

Commit 1e1c011

Browse files
committed
fixed misplaced edit
1 parent 0aec0bb commit 1e1c011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/configmgr/develop/reference/compliance/sms_configurationpolicy-server-wmi-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection: openauth
1616

1717
---
1818
# SMS_ConfigurationPolicy Server WMI Class
19-
The `IsClientOperationUpdateAllowed` Windows Management Instrumentation (WMI) class method, in Configuration Manager, that checks whether a user has permission to update an operation. For instance, `SMS_FirewallSettings` is a subclass of `SMS_SettingsDefinitionBase` which declares possible settings for Windows Firewall. One such setting is "Block incoming connections on public networks." `SMS_ConfigurationPolicy` could be used to set a policy on that setting, such as "The setting 'Block incoming connections on public networks' should be enabled."
19+
The `SMS_ConfigurationPolicy` Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the desired values of settings declared in a subclass of `SMS_SettingsDefinitionBase`. For instance, `SMS_FirewallSettings` is a subclass of `SMS_SettingsDefinitionBase` which declares possible settings for Windows Firewall. One such setting is "Block incoming connections on public networks." `SMS_ConfigurationPolicy` could be used to set a policy on that setting, such as "The setting 'Block incoming connections on public networks' should be enabled".
2020

2121
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
2222

0 commit comments

Comments
 (0)