Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Pipe
1.0.0
Hide-Out.ps1
<#
.SYNOPSIS
Snuze the pipe out
.DESCRIPTION
One of the options to avoid comman output
.EXAMPLE
cp c:\Windows d:\windows | Hide-Out
.NOTES
General notes
#>
filter
Hide-Out
(
)
{
return
}