API Reference
Class
PsLoggingPolicyQuery
Reads PowerShell logging policy (Windows PowerShell/Core) from policy registry keys.
Inheritance
- Object
- PsLoggingPolicyQuery
Methods
public static PsLoggingPolicyState Get(String computerName = null) #Returns:
PsLoggingPolicyStateGets PowerShell logging policy for a computer.
Parameters
- computerName System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object