Using filters against objects containing special characters with Invoke-Command
Continuing the series “blog this so you don’t forget about it later”, here’s another interesting example on how PowerShell handles special characters. In a previous blog post, we discussed how to use server-side filters against objects containing a special character in the DistinguishedName attribute, more specifically an apostrophe (‘). The example …
Continue readingUsing filters against objects containing special characters with Invoke-Command