I am trying to negate multiple phrases for a ncm compliance script but I cannot figure this out
I can do:
set device-group [^Spectrum].*
and
set device-group [^"Spect ONE"].*
that will work to negate each one indiviually
However when I do
set device-group [^Spectrum |^Spect ONE"].*More that the 2 phrases above gets negated for some reason
How do I negate multiple phrases and works on ncm compliance?
Thanks