Get-HtmlCrawlProfile
August 3, 2026 ยท View on GitHub
SYNOPSIS
Returns built-in or custom crawl profiles.
SYNTAX
__AllParameterSets
Get-HtmlCrawlProfile [[-Name] <string[]>] [-Path <string>] [<CommonParameters>]
DESCRIPTION
Returns built-in or custom crawl profiles.
EXAMPLES
EXAMPLE 1
Get-HtmlCrawlProfile
EXAMPLE 2
Get-HtmlCrawlProfile -Path .\crawl-profiles.json -Name custom-docs
PARAMETERS
-Name
Optional profile name filter.
Type: String[]
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Path
Optional JSON file containing custom crawl profiles.
Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
HtmlTinkerX.HtmlCrawlProfile
RELATED LINKS
- None