About 1,060,000 results
Open links in new tab
  1. Excel Function to Exclude rows based on certain values

    Jan 22, 2023 · 0 I to exclude rows in a excel table based on certain values For example: I need to exclude all rows if column A is equal to any of these numbers ( 5840,4302,4432, and so on) …

  2. Exclude a column using SELECT * [except columnA] FROM tableA?

    SELECT * [except columnA] FROM tableA The only way that I know is to manually specify all the columns and exclude the unwanted column. This is really time consuming so I'm looking for …

  3. How can I exclude multiple folders using Get-ChildItem -exclude?

    Get-ChildItem -Exclude folder1,folder2 | Get-ChildItem -Recurse | ... Start excluding folders you don't want Then do the recursive search with non desired folders excluded. What I like from …

  4. Exclude all transitive dependencies of a single dependency

    Feb 14, 2009 · While that does not necessarily allow you exclude all transitive dependencies with a single <exclusion>, it does allow you only have to write your dependency once and all of …

  5. How to exclude list of items from Get-ChildItem result in …

    I want to get list of files (actually number of files) in a path, recursively, excluding certain types:

  6. azure - Getting MFA prompt on user, with exclusion on conditional ...

    Feb 7, 2023 · I tried to create one Conditional Access Policy in the Azure AD for enabling MFA for specific users and excluding others. Along with the conditional access policy, I also configured …

  7. How to exclude maven dependencies? - Stack Overflow

    How to exclude maven dependencies? Asked 13 years, 10 months ago Modified 2 years, 10 months ago Viewed 252k times

  8. Zip command for excluding directories and files - Stack Overflow

    Unix zip directory but excluded specific subdirectories, how to exclude directories and file zipping a directory?, How to exclude a directory when zipping files, etc.

  9. Maven Jacoco Configuration - Exclude classes/packages from …

    Learn how to configure Maven JaCoCo to exclude specific classes or packages from the report effectively.

  10. Xcopy Command excluding files and folders - Stack Overflow

    I want to copy files and folders in a directory to another folder excluding a list of files and folders.Is that possible. I was just trying to copy excluding file : xcopy c:\\t1 c:\\t2 /EXCLUDE: