Hi! My network team needs some info, that I would ideally be able to get in an extension attribute.
I am running following script in a policy:
#!/bin/bash
ifconfig gpd0 | grep inet | awk '{print $2}'
Which gives me the needed info. However, being able to get it in an extension attribute would be easier to access for the network team.
Running the exact same script in an extension attribute, doesn't give me any info though. Does this have to do with the user the script is being run as?
Any thoughts on how to get the needed info in an extension attribute?
Thanks!
