PnP.Wsl2
Search Results for

    Show / Hide Table of Contents

    Get-PnPWsl2Distribution

    SYNOPSIS

    Retrieves the WSL2 distributions.

    SYNTAX

    Get-PnPWsl2Distribution [[-instanceName] <String>] [-ProgressAction <ActionPreference>] 
    

    DESCRIPTION

    This function retrieves the WSL2 distributions based on the specified parameters.

    EXAMPLE 1

    Get-PnPWsl2Distribution
    Retrieves all online WSL2 distributions.
    

    EXAMPLE 2

    Get-PnPWsl2Distribution -instanceName "Ubuntu-20.04"
    Retrieves the WSL2 distribution with the specified instance name.
    

    -instanceName

    Specifies the name of the WSL2 instance.

    Type: String
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: 1
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    
    • Edit this page
    In this article
    Back to top Generated by DocFX