can anyone make intimidation focus macro please,mine not working for some reason 
#showtooltip Intimidation
/cast [target=focus, harm, exists, nodead]Intimidation
This should be what you’re after. Just created and tested it. And it works for me.
Ty ghorak luv ya…
Glad I could help.
Something I forgot to add in my first post though.
In case you would prefer a more complete macro(depending on what you intend to use it for), you could add in another condition to make it work like your normal Intimidation-ability does as well.
Looking something like this:
#showtooltip Intimidation
/cast [target=focus, harm, exists, nodead][@target]Intimidation
The new condition in this case is the “[@target]”. What this does is basically, if you have an enemy set as a focus target that is alive, then Intimidation will be cast on that enemy.
If you don’t have a Focus target, or if that target is dead or not an enemy, then you can still click this macro and your pet will use Intimidation on your current target instead.
Again, which one you would want to use, depends on what you’re after.
Hope this helps as well!