Powershell Excel Cookbook

Hi EasyMorph Community

I would like to know if anyone here have links to Powershell Excel Cookbook / training or documentation.

I am aware of

Any other sources I can use?

Trying to add named range or updating an existing named range using powershell.

VBA equivalent
ThisWorkbook.Names.Add Name:=“Filterlist”, RefersTo:=ActiveSheet.Range(“B1”)

Thanks