Forum Discussion
AB21805
Aug 31, 2021Bronze Contributor
Creating desktop shortcuts
Hi all, How to I create desktop shortcuts via intune? Which go to specific sites? Any ideas?
- Sep 08, 2021I guess so.. you can take a look at this blog of mine... it describes how I gave everyone full control to the public desktop... you can use it to change the interactive permissions i guess
https://call4cloud.nl/2021/01/public-desktop-icons-and-adminless-the-far-side-of-intune/
AB21805
Sep 06, 2021Bronze Contributor
Here is my script but it fails! any ideas? I have put the url in for a sharepoint location (Target path)
Sep 06, 2021
In the screenshot I am missing a " ?
- AB21805Sep 06, 2021Bronze ContributorAm I missing it at the end? Anywhere else?
- Sep 06, 2021So far As I see now.. the last " after iconindex=0
Add-Content $path "IconIndex=0"- AB21805Sep 07, 2021Bronze ContributorHi so after trying to run the script on the machine manually it works! But when I try deploying via intune it fails! How do I get it to succeed via intune? Any ideas?