Skip to content

Add Filter to Exchange Processes#1965

Merged
dpaulson45 merged 1 commit into
microsoft:mainfrom
iserrano76:Filter
Jan 30, 2024
Merged

Add Filter to Exchange Processes#1965
dpaulson45 merged 1 commit into
microsoft:mainfrom
iserrano76:Filter

Conversation

@iserrano76
Copy link
Copy Markdown
Contributor

Issue:
Filter the process to analyse to only Exchange processes.

Reason:
Improvement in the execution

Fix:
Filter the processes to exclude external processes

Validation:
Test in lab

@iserrano76 iserrano76 requested a review from a team as a code owner January 30, 2024 16:56
# Remove Microsoft modules
$ProcessModules = $ProcessModules | Where-Object { $_.FileVersionInfo.CompanyName -ne "Microsoft Corporation." -and $_.FileVersionInfo.CompanyName -ne "Microsoft" -and $_.FileVersionInfo.CompanyName -ne "Microsoft Corporation" }
# Remove Oracle modules on FIPS
$ProcessModules = $ProcessModules | Where-Object { (-not($_.FileName -like "*\FIP-FS\Bin\*" -and $_.FileVersionInfo.CompanyName -eq "Oracle Corporation")) }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a GitHub display issue for some reason. When doing this via a git command, it shows up correctly.

@dpaulson45 dpaulson45 merged commit e858c2e into microsoft:main Jan 30, 2024
@iserrano76 iserrano76 deleted the Filter branch January 30, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants