I just created the fixlets in IEM environment, Can any one help me, how to test them for the functionality?

I just created the fixlets in IEM environment, Can any one help me, how to test them for the functionality?

Well… you’d have to test them on the endpoints in your own environment. Not sure what is being requested here.

My question is how to test those Fixlets in endpoints in my environment? Thanks

Please provide more information. You are give us very little to go on as @jmaple already pointed out. Give us as much information as you possibly can. What OS is this for? What are the fixlets doing in general? Can you provide any relevance or actionscript? ( the specifics can be redacted )


Some generic advice:

Make sure the commands you are using work on the command line in the terminal / dos on the system. Once you verify that, create the actionscript and try it in the fixlet debugger (only on windows). Once they work there, put it in a Fixlet/Task and deploy it through the console onto a test machine. Check to see if the changes were made as expected. Check the Client logs to see what feedback you get there. Check the exit code in the Console & Client logs.

Once you verify everything works as expected, start rolling it out slowly to new machines and validated the results. Once you are more confident in it, then you can start to roll it out further in production.

Also, you should in 99% of cases have relevance that detects if the change has not been made yet that will be made by the ActionScript you are going to run. This allows the Fixlet/Task to give proper feedback as far as its success or failure, and also allows it to skip machines that already have the change in place.