Skip to content
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

reformat scripts, no content changed #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndrewRathbun
Copy link

Passing along PS Script Analyzer output for each of the .ps1 scripts, too.

Get-ProcessTree.ps1
Get-ProcessTree.ps1 (376, 10): Warning: The cmdlet 'Note-Suspicious' uses a plural noun. A singular noun should be used instead.
Get-ProcessTree.ps1 (390, 10): Warning: The cmdlet 'Set-Suspicious' uses a plural noun. A singular noun should be used instead.
Get-ProcessTree.ps1 (579, 10): Warning: The cmdlet 'Search-Nodes' uses a plural noun. A singular noun should be used instead.
Get-ProcessTree.ps1 (706, 10): Warning: The cmdlet 'Set-Nodes' uses a plural noun. A singular noun should be used instead.
Get-ProcessTree.ps1 (525, 5): Warning: The variable 'VisualPIDs' is assigned but never used.
Get-ProcessTree.ps1 (40, 2): Warning: The parameter 'ScriptInterpreters' has been declared but not used.
Get-ProcessTree.ps1 (42, 2): Warning: The parameter 'LateralMovementPrograms' has been declared but not used.
Get-ProcessTree.ps1 (45, 2): Warning: The parameter 'SuspiciousPrograms' has been declared but not used.
Get-ProcessTree.ps1 (52, 2): Warning: The parameter 'SuspiciousParameters' has been declared but not used.
Get-ProcessTree.ps1 (61, 2): Warning: The parameter 'DoubleFileExtensions' has been declared but not used.
Get-ProcessTree.ps1 (65, 2): Warning: The parameter 'SuspiciousFolders' has been declared but not used.
Get-ProcessTree.ps1 (70, 2): Warning: The parameter 'UnusualRelationships' has been declared but not used.
Get-ProcessTree.ps1 (89, 2): Warning: The parameter 'ExpectedRelationships' has been declared but not used.
Get-ProcessTree.ps1 (105, 2): Warning: The parameter 'ExpectedProcessPaths' has been declared but not used.
Get-ProcessTree.ps1 (119, 2): Warning: The parameter 'ExpectedProcessInstanceCounts' has been declared but not used.
Get-ProcessTree.ps1 (127, 2): Warning: The parameter 'ProcessesToSearchSimilarNames' has been declared but not used.
Get-ProcessTree.ps1 (133, 10): Warning: The parameter 'NoSuspiciousChecks' has been declared but not used.
Get-ProcessTree.ps1 (36, 10): Warning: Command accepts pipeline input but has not defined a process block.
Get-ProcessTree.ps1 (154, 2): Error: The constructor syntax '[type]::new()' is not available by default in PowerShell versions 3,4
Get-ProcessTree.ps1 (390, 10): Warning: Function 'Set-Suspicious' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
Get-ProcessTree.ps1 (681, 10): Warning: Function 'New-Node' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
Get-ProcessTree.ps1 (706, 10): Warning: Function 'Set-Nodes' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
Get-ProcessTree.ps1 (289, 10): Warning: The cmdlet 'Is-Match' uses an unapproved verb.
Get-ProcessTree.ps1 (376, 10): Warning: The cmdlet 'Note-Suspicious' uses an unapproved verb.
Get-ProcessTree.ps1 (747, 10): Warning: The cmdlet 'Fill-GUIData' uses an unapproved verb.
Get-ProcessTree.ps1 (129, 2): Warning: File 'Get-ProcessTree.ps1' has a switch parameter default to true.
ProcessesAndModules-Extended_Info.ps1
ProcessesAndModules-Extended_Info.ps1 (68, 2): Warning: The variable 'SCRIPT_DIR' is assigned but never used.
ProcessesAndModules-Extended_Info.ps1 (96, 2): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (184, 2): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (185, 2): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (195, 2): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (265, 2): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (369, 1): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
ProcessesAndModules-Extended_Info.ps1 (373, 1): Warning: File 'ProcessesAndModules-Extended_Info.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1
Updater.ps1 (303, 11): Warning: The cmdlet 'Get-YaraCustomRules' uses a plural noun. A singular noun should be used instead.
Updater.ps1 (150, 2): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (203, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (214, 5): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (222, 5): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (296, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (365, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (419, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (420, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (424, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (513, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (596, 6): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (613, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (687, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (761, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (853, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (927, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (955, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (982, 5): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1044, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1147, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1218, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1291, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1365, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1439, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1519, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1601, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1719, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1776, 4): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (1827, 1): Warning: File 'Updater.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
Updater.ps1 (212, 10): Error: The ComputerName parameter of cmdlet 'Test-NetConnection' is hardcoded. This will expose sensitive information about the system if the script is shared.
Updater.ps1 (220, 10): Error: The ComputerName parameter of cmdlet 'Test-NetConnection' is hardcoded. This will expose sensitive information about the system if the script is shared.

MemProcFS-Analyzer.ps1 in next message due to character limit

There are many false positives or things you don't have to care about, but I'm passing this along in case something pops out to you as something you overlooked when putting together the scripts. I know how it goes when you implement variables or parameters but then never use them, for instance. Great work on this, I love this project! ??

@AndrewRathbun
Copy link
Author

MemProcFS-Analyzer.ps1
MemProcFS-Analyzer.ps1 (1813, 13): Warning: The cmdlet 'Get-MPLogs' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (3746, 13): Warning: The cmdlet 'Get-ProcessesFromSuspiciousFolders' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (4214, 13): Warning: The cmdlet 'Get-ProcessesWithSuspiciousCommandLineArguments' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (4558, 13): Warning: The cmdlet 'Get-SuspiciousProcessesWithoutCommandLineArguments' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (4634, 13): Warning: The cmdlet 'Get-DoubleFileExtensions' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (4686, 13): Warning: The cmdlet 'Get-CommandAndScriptingInterpreters' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (4876, 13): Warning: The cmdlet 'Get-MiniDumps' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (6291, 13): Warning: The cmdlet 'Get-RecentFiles' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (6388, 13): Warning: The cmdlet 'Get-EventLogs' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (6503, 13): Warning: The cmdlet 'Update-ZircoliteRules' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (7296, 13): Warning: The cmdlet 'Get-RegistryHives' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (8457, 13): Warning: The cmdlet 'Get-ShellBags' uses a plural noun. A singular noun should be used instead.
MemProcFS-Analyzer.ps1 (6416, 13): Warning: Function 'Update-EvtxECmd' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
MemProcFS-Analyzer.ps1 (6503, 13): Warning: Function 'Update-ZircoliteRules' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.
MemProcFS-Analyzer.ps1 (10046, 13): Warning: The Algorithm parameter of cmdlet 'Get-FileHash' was used with the broken algorithm 'MD5'.
MemProcFS-Analyzer.ps1 (10047, 14): Warning: The Algorithm parameter of cmdlet 'Get-FileHash' was used with the broken algorithm 'SHA1'.
MemProcFS-Analyzer.ps1 (10927, 11): Warning: The Algorithm parameter of cmdlet 'Get-FileHash' was used with the broken algorithm 'MD5'.
MemProcFS-Analyzer.ps1 (10928, 12): Warning: The Algorithm parameter of cmdlet 'Get-FileHash' was used with the broken algorithm 'SHA1'.
MemProcFS-Analyzer.ps1 (355, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (356, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (364, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (375, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (376, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (377, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (388, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (389, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (396, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (397, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1018, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1040, 2): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1041, 2): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1386, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1409, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1510, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1582, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1711, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1721, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1722, 106): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1753, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1754, 104): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1769, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1788, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (1801, 10): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (2705, 11): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (2712, 12): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (2994, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3004, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3016, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3028, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3038, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3049, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3061, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3073, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3083, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3093, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3103, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3113, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3123, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3282, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3293, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3303, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3313, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3324, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3334, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3345, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3356, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3367, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3378, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3388, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3398, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3414, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3423, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3432, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3441, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3450, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3459, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3468, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3477, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3502, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3513, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3524, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3535, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3546, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3557, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3568, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3579, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3590, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3601, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3612, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3636, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3644, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3652, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3660, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3668, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3676, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3684, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3692, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3700, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3706, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3729, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3764, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3789, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3814, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3839, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3864, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3889, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3914, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3939, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3964, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (3989, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4014, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4064, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4089, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4116, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4141, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4166, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4191, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4236, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4262, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4288, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4314, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4339, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4364, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4390, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4416, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4442, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4471, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4501, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4531, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4579, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4607, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4658, 9): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4706, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4730, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4754, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4778, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4802, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4826, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (4850, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5034, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5078, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5113, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5148, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5183, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5222, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5257, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5292, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5327, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5362, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5397, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5432, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5467, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5502, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5537, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5574, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5609, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5644, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5679, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5714, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5752, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5788, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5823, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5858, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (5895, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6424, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6431, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6450, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6494, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6713, 11): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6779, 23): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6780, 19): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6781, 21): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6782, 18): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6783, 28): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6788, 10): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (6796, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7287, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7616, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7703, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7708, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7804, 13): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7866, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7871, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (7876, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8118, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8123, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8227, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8232, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8334, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8339, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8435, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8440, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8524, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8581, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8586, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8639, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8644, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8716, 63): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8739, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8740, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8749, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8750, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8766, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8773, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8784, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8789, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8813, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8828, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8891, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8904, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8927, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8932, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (8987, 10): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9046, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9051, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9056, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9094, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9152, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9157, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9162, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9215, 6): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (9973, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10022, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10130, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10135, 4): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10140, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10165, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10197, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10229, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10261, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10293, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10325, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10357, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10389, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10423, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10455, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10487, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10519, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10553, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10587, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10619, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10729, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10738, 8): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10790, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10815, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10840, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10865, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10908, 2): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (10913, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11039, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11049, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11059, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11070, 7): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11124, 5): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (11171, 3): Warning: File 'MemProcFS-Analyzer.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.
MemProcFS-Analyzer.ps1 (503, 8): Error: The ComputerName parameter of cmdlet 'Test-Connection' is hardcoded. This will expose sensitive information about the system if the script is shared.
MemProcFS-Analyzer.ps1 (2710, 17): Error: The ComputerName parameter of cmdlet 'Test-Connection' is hardcoded. This will expose sensitive information about the system if the script is shared.
MemProcFS-Analyzer.ps1 (6429, 12): Error: The ComputerName parameter of cmdlet 'Test-NetConnection' is hardcoded. This will expose sensitive information about the system if the script is shared.
MemProcFS-Analyzer.ps1 (8771, 11): Error: The ComputerName parameter of cmdlet 'Test-Connection' is hardcoded. This will expose sensitive information about the system if the script is shared.
MemProcFS-Analyzer.ps1 (8717, 4): Warning: Empty catch block is used. Please use Write-Error or throw statements in catch blocks.

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.

1 participant