LoggingMode Enumeration

 

Specifies the target for a Resultant Set of Policy (RSoP) logging report.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public enum LoggingMode
public enum class LoggingMode
type LoggingMode
Public Enumeration LoggingMode

Members

Member name Description
Computer

The RSoP logging report is generated with those Group Policy settings which were applied to the specified computer during the most recent successful application of the Group Policy extensions. The user configuration section is empty.

User

The RSoP logging report is generated with those Group Policy settings which were applied for the specified user on the current computer during the most recent successful application of the Group Policy extensions. The computer configuration section is empty.

UserAndComputer

The RSoP logging report is generated with those Group Policy settings which were applied for the specified user on the specified computer during the most recent successful application of the Group Policy extensions.

See Also

Microsoft.GroupPolicy Namespace

Return to top