API Reference
Class
SmbConfigQuery
Reads key SMB server/workstation configuration from registry for a host (SMB1/2, admin shares, signing, insecure guest, null sessions, LSA anonymous, LM/NTLM, LLMNR/NetBIOS, per‑interface NetBIOS).
Inheritance
- Object
- SmbConfigQuery
Methods
public static SmbConfigInfo Get(String computerName = null) #Returns:
SmbConfigInfoQueries SMB configuration for the specified computer.
Parameters
- computerName System.String = null
- Target host or null/empty for local machine.
Returns
Aggregated SMB configuration information.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object