-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."
0 commit comments