- Internet shortcut on mac desktop full#
- Internet shortcut on mac desktop download#
- Internet shortcut on mac desktop windows#
%windir%\sysnative\windowspowershell\v1.0\powershell.exe -ExecutionPolicy Bypass -file "RemoveDesktopIcon.ps1" -ShortcutDisplayName "cmd" %windir%\sysnative\windowspowershell\v1.0\powershell.exe -ExecutionPolicy Bypass -file "CreateDesktopIcon.ps1" -ShortcutTargetPath "cmd" -ShortcutDisplayName "cmd" To create a shortcut on the user’s personal desktop I will show you an example for a “cmd” shortcut.Ĭreate a new Win32 app in Intune and upload the “CreateDesktopIcon.intunewin” you downloaded from my GitHub repository or wrapped by yourself.Ĭonfigure the program settings and specify the parameters for the shortcut creation depending on your needs. Intune Win32 app configuration Create a shortcut on the users personal desktop Optional: WorkingDirectory for the shortcut Optional: Additional command line arguments for the shortcut Optional: Custom icon file for the shortcut (URL, UNC) Optional: Create start additional start menu shortcut Target path for your shortcut (URL, UNC) (file/folder) The PowerShell script supports the following command line parameters: Parameter
Internet shortcut on mac desktop download#
You can also wrap the scripts by yourself by using the IntuneWinAppUtil.exe available as download here. You can find a prepackaged Intune Win32 app file of the “CreateDesktopIcon.ps1” script on my GitHub repository available for download. Based on the Win32 app configuration the shortut get’s either created on the users personal desktop or on the allusers desktop. In order to work with the redirected desktop to OneDrive with Known Folder Move we can take advantage of the ::GetFolderPath("Desktop") method to resolve the desktop location. This adds possibility to detect the presence of the shortcut and if required to uninstall it with Intune.
If the shortcut is missing or deleted it gets automatically (re)created.Everything is user based (local userprofile).This solution works when the desktop is redirected with OneDrive Known Folder Move.I documented this for the new Microsoft Edge based on chromium here. In comparison with other solutions this one works if you have redirected the users desktop with OneDrive Known Folder Move and automatically remediates missing shortcuts if they got deleted.īrowser links: Instead of placing shortcuts to websites on the desktop I would recommend you to use managed bookmarks which can be directly provisioned within the web browser. For this purpose I created a little solution which closes the gap between the modern cloud and on premises world. Or you need to create a shortcut for an application which is stored on your on premises fileserver. Why want you to create desktop shortcuts with Intune? Business specific apps may require special shortcuts in order to launch the application with the right parameters.
Internet shortcut on mac desktop windows#
Internet shortcut on mac desktop full#
This can give me the full info on a web page for off-line use, but will not be 'connected'. After saving onto your Mac, it will have the ".webarchive" file extension. Of course, if you do not have a current internet connection, the links and buttons will not function correctly. The webarchive format will take up a bit more space since it saves all graphics embedded in the file, but it gives a complete web page experience regardless of internet connection. If you have current internet access, the links and buttons will be "live" and can be interacted with as normal.
This resulting page can be opened in Safari and will be fully intact, regardless of current internet connection.
You will end up with the complete web page as a file on your Mac, including all links, buttons and graphics. In Safari, move to File Menu, choose "Save as." This will save the current Safari web page as a webarchive. Something I do to save individual web pages as a file on my Mac.