-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active Directory - Not tagging assets #6
Comments
Hey @awataszko, Pardon the late reply on this. Are you still experiencing an issue with a new flex asset being created with every rerun of the script? If so, does that happen to every client or only specific ones? Right now the script can run one of two ways -- if a flex asset ID is specified in the configuration file, the script will always update the flex asset with the ID in the config file. If no ID is specified, the script attempts to auto-match the flex asset ID based on a "fuzzy" search. The script searches IT Glue for an existing flex asset with the same name and same client, and then will use that ID to update. Would you be able to run the following code snippet, replacing I might have some more troubleshooting steps that I think of, but that should serve as a starting place. Thanks! |
I found that if i run this script from another server not a DC, it will find the data, but will not tag the config items. FYI - it has the AD tools for remote management installed, and finds all the data, if I run it from the DC and then from the APP server, it removes all the config tags out of the system |
Hi, Thanks |
Hi,
Not sure if this is by design but its not using the actual configurations, its just putting the configuration ID. EDIT - Figured this part out, had the wrong field type. Had textbox instead of tags.
It is also creating a new flexible asset each time I run the script.
What am I doing wrong?
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: