mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1531] Show Domain Name or Workgroup Name from the endpoints. #959
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#959
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Thedrew87 on GitHub (Jun 7, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1531
Is your feature request related to a problem? Please describe.
One of my clients are need for a domain cleanup and would be great knowing which computers are on the domain vs which ones are not.
Describe the solution you'd like
Would like to see the domain name or workgroup name in the Hardware Details of the endpoint.
Describe alternatives you've considered
Or would be great to gather the information in a field under Assets > Operating System
@dinger1986 commented on GitHub (Jun 7, 2023):
Why not add a powershell script and a check? Then it would flag up if it’s still on the domain. You could also use a collector script and put it to a custom field which shows on the dashboard
@silversword411 commented on GitHub (Jun 7, 2023):
This is a duplicate of https://github.com/amidaware/tacticalrmm/issues/605
Once you can customize the summary screen this will be unnecessary.
@wh1te909 commented on GitHub (Jun 7, 2023):
closing because as @dinger1986 stated, you can already make custom fields show up in the summary tab. and you can use collector scripts to populate custom fields. so just write a script that gets the domain/workgroup and have it populate a custom field called "DomainName" or whatever you want, and it will appear in the summary tab of each agent
@dinger1986 commented on GitHub (Jun 8, 2023):
Setup Agent Custom Text Field Called Domain Name
Add Script Below in Script Manager as Powershell
Setup Collector Task to update Custom Field