Initial AD bulk tool prototype
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace ADBulkTool.Models;
|
||||
|
||||
public sealed record UserLookupResult(
|
||||
string DistinguishedName,
|
||||
string SamAccountName,
|
||||
int UserAccountControl);
|
||||
Reference in New Issue
Block a user