PnP.Wsl2
Search Results for

    Show / Hide Table of Contents

    Get-PnPWsl2CheckPoint

    SYNOPSIS

    Retrieves a list of checkpoints of a WSL2 instance.

    SYNTAX

    Get-PnPWsl2CheckPoint [-Instance] <Object> [-ProgressAction <ActionPreference>] 
    

    DESCRIPTION

    The Get-PnPWsl2CheckPoint function retrieves the checkpoints of a specified WSL2 instance.

    EXAMPLE 1

    Get-PnPWsl2CheckPoint -Instance "Ubuntu-20.04"
    

    This command retrieves a list of checkpoints of the "Ubuntu-20.04" WSL2 instance.

    -Instance

    Specifies the WSL2 instance to get the checkpoints from. This parameter is mandatory.

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