Author : MD TAREQ HASSAN | Updated : 2021/11/30
Output of native windows commands can be piped to PowerShell cmdlets.
Example: get IPv4 IPs from ipconfig
command
ipconfig.exe | Select-String -Pattern 'IPv4'
Output of native windows commands can be piped to PowerShell cmdlets.
Example: get IPv4 IPs from ipconfig
command
ipconfig.exe | Select-String -Pattern 'IPv4'