Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8715641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:53:44+00:00 2026-06-13T05:53:44+00:00

Why does Powershell say that a supported operator is not supported? I have the

  • 0

Why does Powershell say that a supported operator is not supported?

I have the following (simplified) code containing a case-sensitive not-equal operator:

$filter_accountchanged = { (sAMAccountName -eq $username) -and (GivenName -cne $givenname) }
try {
        if (Get-ADUser -filter $filter_accountchanged) { # update aduser }
catch {
        Write-host $_.Exception

In what situations can this result in the following error that I am seeing?

Microsoft.ActiveDirectory.Management.ADFilterParsingException: Error parsing query: ‘ (sAMAccountName -eq $username) -and ((GivenName -cne $givenname))’ Error Message: ‘Operator Not supported: -cne’ at position: ’50’.
at Microsoft.ActiveDirectory.Management.QueryParser.yyparse()
at Microsoft.ActiveDirectory.Management.QueryParser..ctor(String query, VariableExpressionConverter varExpressionConverter, ConvertSearchFilterDelegate searchFilterConverterDelegate)
at Microsoft.ActiveDirectory.Management.Commands.ADGetCmdletBase`3.BeginProcessingOverride()

The query succeeds when I remove the c from cne.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:53:46+00:00Added an answer on June 13, 2026 at 5:53 am

    Unfortunately not all operators are supported by Powershell’s filter param. Your filter will/does work with a | Where() statement (it did on my local system).

    Powershell filter support list from 2011 (which lists “ne” as an option)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a powershell script with the following code in it... $appdir = Split-Path
I am have a powershell script that does a few things that all need
I have a SQL 2008 job that does database backups using a Powershell script.
Does anyone have a handy powershell script that gets a set of files from
I have two questions here, why does the following function in a script not
Does anyone have a PowerShell script that will rename a local user account (Guest
Does PowerShell have an equivalent to this command construct from sh (and derivatives): $
windows 7 does not activate the path for powershell. 1) C:\Windows\System32\WindowsPowerShell\v1.0 exsists in my
I am trying to have PowerShell unblock a file in Win2K8 R2. Does anyone
Possible Duplicate: What does $_ mean in powershell? I have already seen someone else's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.