Get-content
Jump to navigation
Jump to search
Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.' -and $_ -notmatch '^\s$' }
Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.' -and $_ -notmatch '^\s$' }