Add Active Directory group management functionality

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/6f419947-5d2b-4028-a9f5-2456de5a48d3.jpg
This commit is contained in:
alphaeusmote
2025-04-09 03:41:16 +00:00
parent 39080cea83
commit 00250d2904
5 changed files with 545 additions and 0 deletions
+1
View File
@@ -198,6 +198,7 @@ export const adComputers = pgTable("ad_computers", {
canonicalName: text("canonical_name"),
cn: text("cn"),
name: text("name").notNull(),
sAMAccountName: text("sam_account_name"),
dnsHostName: text("dns_host_name"),
operatingSystem: text("operating_system"),
operatingSystemVersion: text("operating_system_version"),