mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user