Hi all, I have created a simple one-liner to copy a pre-created URL shortcut to my Intune devices. The script creates the shortcut just fine (and it works) but it does not use the icon that the original shortcut uses. How do I get the chosen icon to appear instead of a blank icon at the shortcut?
Script is simple: Copy-Item "CustomShortcut.url" C:\Users\Public\Desktop
Script is simple: Copy-Item "CustomShortcut.url" C:\Users\Public\Desktop