TestimoX

API Reference

Class

WindowsUpdateLowPrivilegeDelegationActions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

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: WindowsUpdateDelegationActionResult

Ensures the identity is present in the local Event Log Readers group on the target computer.

Parameters

computerName System.String requiredposition: 0
identity System.String requiredposition: 1
public static WindowsUpdateDelegationActionResult EnsureRemoteEventLogFirewallEnabled(String computerName) #
Returns: WindowsUpdateDelegationActionResult

Ensures the Remote Event Log Management firewall rule group is enabled on the target computer.

Parameters

computerName System.String requiredposition: 0