Skip to content

Files

Latest commit

ac1815f · Feb 16, 2021

History

History

IntuneShortcut

Create Desktop shortcuts with Microsoft Intune. Find a full post and desciption on my blog

Create and remediate desktop and start menu shortcuts with Microsoft Intune using Win32 app deployment. Because with OneDrive Known Folder Move the Desktop is not stored in the default user profile location we need to resolve it with the [Environment]::GetFolderPath("Desktop") method.

Quick Overview

  • This solution works with OneDrive Known Folder Move
  • Everything is user based (local userprofile)
  • If a shortcut is missing or deleted it gets automatically (re)created
  • Possibility to remove shortcut via Intune Win32 app uninstall
  • Shortcut can point to URL, File (UNC) or Folder (UNC)
  • Ability to pass shortcut arguments
  • Ability to specify shortcut icon (UNC/URL)
  • Ability to deploy shortcut with Intune Win32 app dependencies