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