TestimoX

API Reference

Class

PowerShellLoggingView

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<PowerShellLoggingView>
Modifiers sealed

Result view for PowerShell logging baseline on Domain Controllers OU.

Inheritance

  • Object
  • PowerShellLoggingView

Constructors

public PowerShellLoggingView(String DomainName, String TargetDn, Nullable<Boolean> ScriptBlock, Nullable<Boolean> Module, Nullable<Boolean> Transcription) #

Result view for PowerShell logging baseline on Domain Controllers OU.

Parameters

DomainName System.String requiredposition: 0
TargetDn System.String requiredposition: 1
ScriptBlock System.Nullable{System.Boolean} requiredposition: 2
Module System.Nullable{System.Boolean} requiredposition: 3
Transcription System.Nullable{System.Boolean} requiredposition: 4

Methods

public PowerShellLoggingView <Clone>$() #
Returns: PowerShellLoggingView
public Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<Boolean> ScriptBlock, out Nullable<Boolean> Module, out Nullable<Boolean> Transcription) #
Returns: Void

Parameters

DomainName String requiredposition: 0
TargetDn String requiredposition: 1
ScriptBlock Nullable<Boolean> requiredposition: 2
Module Nullable<Boolean> requiredposition: 3
Transcription Nullable<Boolean> requiredposition: 4
public virtual Boolean Equals(PowerShellLoggingView other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #
public String TargetDn { get; set; } #
public Nullable<Boolean> ScriptBlock { get; set; } #
public Nullable<Boolean> Module { get; set; } #
public Nullable<Boolean> Transcription { get; set; } #