Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MarkX
0.1
Types/MarkX/get_Links.ps1
foreach
(
$aNode
in
$this
.
XML
|
Select-Xml
//a
)
{
if
(
$aNode
.
Node
.
href
)
{
$aNode
.
Node
}
}