API Reference
Class
WindowsUpdateLowPrivilegeDelegationActions
Real C# delegation actions used to prepare low-privilege Windows Update read access.
Inheritance
- Object
- WindowsUpdateLowPrivilegeDelegationActions
Methods
public static WindowsUpdateDelegationActionResult EnsureEventLogReadersMembership(String computerName, String identity) #Returns:
WindowsUpdateDelegationActionResultEnsures the identity is present in the local Event Log Readers group on the target computer.
Parameters
- computerName System.String
- identity System.String
public static WindowsUpdateDelegationActionResult EnsureRemoteEventLogFirewallEnabled(String computerName) #Returns:
WindowsUpdateDelegationActionResultEnsures the Remote Event Log Management firewall rule group is enabled on the target computer.
Parameters
- computerName System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object