I'm attempting to create an extension attribute that will echo the following command.
sudo system_profiler SPPrintersDataType | grep 'Perfection|Expression'
What I have so far in the EA is
echo "<result>system_profiler SPPrintersDataType | grep 'Perfection|Expression</result>"
Any suggestions are appreciated.
