Difference between revisions of "Get-content"
Jump to navigation
Jump to search
(Created page with "Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.*' -and $_ -notmatch '^\s*$' }") |
(No difference)
|
Latest revision as of 00:38, 27 May 2021
Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.' -and $_ -notmatch '^\s$' }