<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.de12werken.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.de12werken.nl/feed.php">
        <title>Notes - microsoft:hyper-v:powershell</title>
        <description></description>
        <link>http://www.de12werken.nl/</link>
        <image rdf:resource="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-05T17:16:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.de12werken.nl/doku.php?id=microsoft:hyper-v:powershell:notes&amp;rev=1626448290&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Notes</title>
        <link>http://www.de12werken.nl/</link>
        <url>http://www.de12werken.nl/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://www.de12werken.nl/doku.php?id=microsoft:hyper-v:powershell:notes&amp;rev=1626448290&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-16T15:11:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes</title>
        <link>http://www.de12werken.nl/doku.php?id=microsoft:hyper-v:powershell:notes&amp;rev=1626448290&amp;do=diff</link>
        <description>Microsoft - Hyper-V - PowerShell - Notes

Get VLAN usage


# The FQDN of the Hyper-V failover cluster (or Hyper-V host).
$strHVCluster = &quot;hvcl001.domain.local&quot;

Get-VMNetworkAdapterVlan -ComputerName $strHVCluster


Check specific VLAN usage


# The FQDN of the Hyper-V failover cluster (or Hyper-V host).
$strHVCluster = &quot;hvcl001.domain.local&quot;

# One or more comma-separated IDs
[array]$arrVlan = 110,26

# Get all network adapter VLANs from the Hyper-V Cluster that are in Access mode or where the …</description>
    </item>
</rdf:RDF>
