diff --git a/tools/findMissingNotices.ps1 b/tools/findMissingNotices.ps1 index d02f5eedb36..3200bdeeaaf 100644 --- a/tools/findMissingNotices.ps1 +++ b/tools/findMissingNotices.ps1 @@ -272,6 +272,8 @@ function Get-CGRegistrations { "Microsoft.WSMan.Management" "Microsoft.WSMan.Runtime" "System.Management.Automation" + "Microsoft.PowerShell.GraphicalHost" + "Microsoft.PowerShell.CoreCLR.Eventing" ) Write-Verbose "Found $($targets.Count) targets to process..." -Verbose