Hello. I’m trying to figure out the best way to have BigFix prompt the ENDPOINT user for information. I’ve seen ways to have the BIGFIX OPERATOR be prompted for info, but I’m trying to get information out of the endpoint user (end user)
I’d like to set a property on the endpoint based off the users input. We have machines that are not following naming standards and need to be grouped with other systems in their geographic location. Ideally, the system would prompt the user for their location (drop drown menu if possible), and then set that property on the endpoint, and automatic grouping would pick it up from there.
No network shares are available, but we’ve tried distributing a batch file to the endpoints that would prompt the user, write out the info to a text file, and bigfix would read the text file and assign the group.
Batch works great outside of BigFix, not as an action. Tried having it run as system and used wow redirection, with no luck. Action completes, but doesn’t actually do anything. Seen this issue posted in multiple places, but not with trying to run a batch to prompt the user for info.
Any ideas or suggestions would be appreciated! Thank you