Posts
Jamf Cloud SN
ServiceNow Asset Integration with Jamf Cloud:
I wanted to start using the ServiceNow Asset Module. I need an easy way to update computer assets from other sources into ServiceNow.
One option was to do a CVS import when we buy new equipment. This method would not be to bad. As we could just create a with the new information and import it in to ServiceNow.
I thought I could come up with a better idea.
Posts
Docker MID ServiceNow
ServiceNow provides a pretty cool tool so you can talk from the SNOW instance to third party system. This is helpful if you need SNOW to talk with something that is not reachable via the public internet.
We use Linux here for all our back end servers. You can install SNOW MID Server ion Linux by hand or via script.
This still took to much time. So I created a git repo and docker image.