Just wondering if you could help, I am looking to create a link to a file in a document library, essentially replicating this functionality:
I was hoping it would be simple to do this using PnP PowerShell I have tried the using the Add-PnPFile however this always expects a stream when running the command below.
Add-PnPFile -FileName "Something.url" -Folder "Folder 1"
Appreciate any help or advice that can be given.
