- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:21 AM
Client is requesting a custom field that is boolean reflecting whether a device on network is currently running Active Directory. I realize ServiceNow already tracks this via "Installed Software" or "Running Processes"
My thought is to create a WMI probe with a script that returns true if ADDS is present. I also see that there is a possibility of adding "On Classification Script" that could possibly do the same thing and may be simpler once a windows device has been classified. However, I am unsure of how this would be able to feed into the custom attribute or if I can use the existing information in Installed Software or Running Processes.
Any help would be appreciated.
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 11:30 AM
your client wants a custom field (check box) to update the device have AD. Glide the installed software table. Look for AD and if found then mark the field true else false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 04:26 AM
Choose a programming language: Select a programming language that you are comfortable with and that supports working with Active Directory. Common languages for this purpose include C PowerShell, and Python.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 05:37 AM
Do you have it on running process or installed software?