API Reference
Class
SmbPolicyStatus
Represents policy-based SMB security settings for a domain controller.
Inheritance
- Object
- SmbPolicyStatus
Constructors
public SmbPolicyStatus() #Methods
Inherited Methods
Properties
public String DomainController { get; set; } #ResultMetadataDomain controller this policy posture applies to.
public Boolean SigningRequired { get; set; } #True when policy requires SMB signing.
public Boolean Smb1Enabled { get; set; } #True when policy still enables SMBv1.
public Boolean EncryptionRequired { get; set; } #True when policy requires SMB encryption.
public Int32 MinVersion { get; set; } #Minimum SMB protocol version enforced by policy (e.g., 3 for SMB 3.0).
public IReadOnlyList<SmbProtocolVersion> SupportedVersions { get; set; } #List of SMB protocol versions allowed by policy.