Forum Discussion
AB21805
Nov 15, 2022Bronze Contributor
Removing shortcuts from desktop via intune
Hi all,
How do I remove shortcuts from devices remotely?
Please help!
- Yep maybe adding a force or a test-path and a if and else... but that would do it...
3 Replies
Sort By
- With a powershell script and Remove-Item 'C:\Users\*\AppData\Local\ ?
- AB21805Bronze Contributor
Hi Rudy, so put Remove-Item 'C:\Users\*\AppData\Local\helpdesk as a ps1 script and assign it to the devices I need it removing from?
- Yep maybe adding a force or a test-path and a if and else... but that would do it...