PnP.Wsl2
Search Results for

    Show / Hide Table of Contents

    Start-PnPWsl2

    SYNOPSIS

    Start a WSL instance

    SYNTAX

    Start-PnPWsl2 [-Instance] <Object> [-ProgressAction <ActionPreference>] [<CommonParameters>]
    

    DESCRIPTION

    The Start-PnPWsl2 function starts a WSL instance.

    EXAMPLE 1

    Start-PnPWsl2 -Instance "Ubuntu-20.04"
    

    Starts the specified WSL Instance.

    -Instance

    Specifies the WSL Instance to start. This parameter is mandatory.

    Type: Object
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: 1
    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
    
    • Edit this page
    In this article
    Back to top Generated by DocFX