Skip to content

Select Html

github-actions edited this page Jul 25, 2026 · 1 revision

external help file: SelectHtml.dll-Help.xml Module Name: SelectHtml online version: schema: 2.0.0

Select-Html

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Html (Default)

Select-Html [-XPath] <String> -Html <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Uri

Select-Html [-XPath] <String> [-Uri] <Uri> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Path

Select-Html [-XPath] <String> -Path <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Html

{{ Fill Html Description }}

Type: String
Parameter Sets: Html
Aliases: Content

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Path

{{ Fill Path Description }}

Type: String
Parameter Sets: Path
Aliases: FullName

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Uri

{{ Fill Uri Description }}

Type: Uri
Parameter Sets: Uri
Aliases: Url

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-XPath

{{ Fill XPath Description }}

Type: String
Parameter Sets: (All)
Aliases: Select

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

System.String

System.Uri

OUTPUTS

System.Management.Automation.PSObject

NOTES

RELATED LINKS