Just a quick script on creating URL Shortcuts, defaults to the Public user desktop and has support for custom icons.
param (
[string]$Path,
[Parameter(Mandatory=$true)]
[string]$Name,
[Parameter(Mandatory=$true)]
[string]$URL,
[string]$IconUrl,
[string]$IconPath =...