-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an Exclusion filter to the Command Explorer. #1686
Add an Exclusion filter to the Command Explorer. #1686
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 👍 a couple thoughts
@TylerLeonhardt I believe I've covered off all the comments. Please let me know if there is anything else needed for this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 😊
@corbob do you think that |
I don't believe it should ever happen, but I'll do some modifications of PSES to send back a null and make sure we handle that properly on the off chance null comes back. Edit: No changes to PSES needed. I can just redefine With this revelation, I'll do some testing and make sure we build for nothing coming back from Get-Command. |
cool cool. Looks good then! |
* Work with comma separated exclude filter * Add a filter... * Adjust filter. Remove case sensetivity. * Change Exclude Fitler to array.
PR Summary
Add an Exclusion filter to the Command Explorer.
Suggested in #1677
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
x
between the square brackets.Please mark anything not applicable to this PR
NA
.WIP:
to the beginning of the title and remove the prefix when the PR is ready