The -match operator expects a RegEx on the right-hand side.
But since a ProcessorType value might contain some "special" RegEx characters (like [,],...) I escaped them by using this RegEx::Escape() function.
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference