Hi ,
How to get specific list template from list template collection in Poweshell CSOM.
I got list template collection using foll code:
$cusTemplateColl=$Context.Site.GetCustomListTemplates($Context.Web).
Unable to get specific list template.Can any one help me in this?