Remove List from Quick Launch (PNP)
Function RemoveListfromQuickLaunchPnP { param( [Parameter(Mandatory = $true)][string]$ListName ) try { $OnQuickLaunch = $False #Get the context $Context = Get-PnPContext #Get the List $List = Get-PnPList -Identity $ListName #Set On Quick…