PnP.Wsl2
Search Results for

    Show / Hide Table of Contents

    Add-PnPWsl2Candy

    SYNOPSIS

    Installs a WSL PnPCandy\tool.

    SYNTAX

    Add-PnPWsl2Candy [-Instance] <Object> [-Candy] <Object> 
    

    DESCRIPTION

    The Add-PnPWsl2Candy function installs WSL tools (Candy) by executing the specified scripts.

    EXAMPLE 1

    Add-PnPWsl2Candy -Instance "Ubuntu-20.04" -Candy "PowerShell"
    

    Installs PowerShell on the specified WSL Instance .

    -Instance

    Specifies the WSL Instance to install the pnpcandy on. 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
    

    -Candy

    Specifies the Candy\tool to install. This parameter is mandatory.

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