itglue / automation

A place for IT Glue's user community to learn ways of automating their documentation.
Apache License 2.0
99 stars 33 forks source link

Itg improvements #2

Open arpeake opened 6 years ago

arpeake commented 6 years ago

-Added queries to pull and write the "Active Directory" type automatically as long as "Active Directory" is in the name of the flex object. (Assumes on 1 flex object exists with the term "Active Directory" in the name.)

-Fixed an issue with it not properly updating -Fixed an issue were it would fail if a domain controller is not in ITG "Configurations" for whatever reason, whether its unmanaged or decomissioned, it now checks "Configurations" for assets and tags them appropriately without error, skipping any assets that are not found in ITG configs.

CalebAlbers commented 6 years ago

Hey arpeake,

Thanks for the contributions on this. Would you be able to remove any implementation-specific things (i.e. the filled out api config file) and confirm that the changes work for PS 3+? If so, I'll squash and merge.

Thanks!