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 8277019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:33:54+00:00 2026-06-08T08:33:54+00:00

I am pretty new to Powershell and having trouble checking if a number in

  • 0

I am pretty new to Powershell and having trouble checking if a number in the pipeline exists in an array.
The last bit of this line "-or $_ -contains $percent" is the bit I am having trouble with.
I have tried various things but been unable to get it to work.
The script basically does a check to see if any of the values exist in output from all my tests and colour an area of a webpage accordingly.
I originally tried -le 10 but for some reason this also stopped -eq Enabled working.
I found the same with the 3 -eq LE entries when I tried -contains which is why I had to list them separately but I do not fancy doing this with 90 numbers.

I am sure I am just missing something stupid but spent 6+ hours on this so far and its driving me mad.

Thanks in advance.

$percent =(10..100)$rowData | % {
    if ($_ -eq "success" -or $_ -eq "ok" -or $_ -eq "LE_40Users" -or $_ -eq "LE_1User" -or $_ -eq "LE_10Users" -or $_ -eq "Enabled" -or $_ -contains $percent)
}
  • 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-08T08:33:56+00:00Added an answer on June 8, 2026 at 8:33 am

    You need to invert value in the contains comparison:

    -or  $percent -contains $_
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pretty new to Java programming, but I'm having trouble getting this to run. I
Pretty new to jquery and having a bit of a problem with a function
Hi I'm still pretty new to powershell so I apologize if I ask something
I am pretty new to PHP and MySQL and I just can't figure this
I'm pretty new to Powershell. I have 2 different scripts I'm running that I
pretty new to HTML and I was wondering why this snippet of code doesn't
Pretty new to all this, so if I am going about my puzzle in
I'm pretty new to C# and am having a mare trying to get what
Pretty new to dependency injection and I'm trying to figure out if this is
still pretty new to android I have to clone an iphone application. Im having

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.