TestimoX

API Reference

Class

SmbConfigQuery

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers static

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

Queries SMB configuration for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target host or null/empty for local machine.

Returns

Aggregated SMB configuration information.