About 995,000 results
Open links in new tab
  1. How to filter out multiple values using -notlike ? : r/PowerShell

    That doesn't work . The $_ is because it's a foreachobject processing AD users. How would I get something like this to work? I've looked around and can't figure this out. I will note that this …

  2. -like and -notlike returning the same result : r/PowerShell - Reddit

    May 19, 2023 · And if I use -like it still shows everybody. I tested with one specific user and found that -like and -notlike generate the same output.

  3. Filtering out multiple values with "where" and "-notlike" : …

    Aug 19, 2021 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  4. How to make "-notlike" work : r/PowerShell - Reddit

    Jan 15, 2019 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  5. does -notlike work different than -like? : r/PowerShell - Reddit

    does -notlike work different than -like? Hi, I was told you were nice guys.Perhaps you can help a powershell newbie out with a basic question then regarding O365 administration. The line Get …

  6. be honest: do you like Powershell? : r/sysadmin - Reddit

    Sep 6, 2022 · I absolutely understand why people don't like the verbosity, but I think that's one of the nicer things about PowerShell--it's very very clear what something is doing if you just read …

  7. Is there an easier way to do -notlike for multiple items?

    Sep 28, 2023 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  8. Get-aduser -filter where name is a variable : r/PowerShell - Reddit

    Dec 13, 2022 · Wrong. Get-ADUser command causes two phases of interpolation. First powerShell interpolates and substitutes nothing. Then the filter string is passed verbatim to …

  9. A little help querying users not in groups "like" : r/PowerShell

    Aug 18, 2021 · PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e.g. JSON, CSV, XML, …

  10. Like/NotLike Filters cleanup - Get-ADComputer : r/PowerShell

    Mar 3, 2020 · PowerShell has a native way to handle this in the -Contains (array on the left) and -In (array on the right) operators if you can drop the wildcards. The problem is that the filter …