< Back
Find-ItemADS
Post
NAME Find-ItemADS
SYNOPSIS
Finds Alternate Data Streams in files in specific folder(s).
SYNTAX
Find-ItemADS [-Path] <FileInfo> [-Recurse] [-ShowContent] [<CommonParameters>]
DESCRIPTION
Finds Alternate Data Streams in files in specific folder(s).
PARAMETERS
-Path <FileInfo>
Location where to find alternate data streams.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Recurse [<SwitchParameter>]
Gets alternate data streams in the specified location and in all child items of the location.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-ShowContent [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
C:\\PS>Find-ItemADS -Path C:\\Users -Recurse
This example finds alternate data streams in files that are located in the specified directory and its
subdirectories.
RELATED LINKS
SYNOPSIS
Finds Alternate Data Streams in files in specific folder(s).
SYNTAX
Find-ItemADS [-Path] <FileInfo> [-Recurse] [-ShowContent] [<CommonParameters>]
DESCRIPTION
Finds Alternate Data Streams in files in specific folder(s).
PARAMETERS
-Path <FileInfo>
Location where to find alternate data streams.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Recurse [<SwitchParameter>]
Gets alternate data streams in the specified location and in all child items of the location.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-ShowContent [<SwitchParameter>]
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
C:\\PS>Find-ItemADS -Path C:\\Users -Recurse
This example finds alternate data streams in files that are located in the specified directory and its
subdirectories.
RELATED LINKS