EssentialRug Posted July 6, 2023 Posted July 6, 2023 Looking to auto start both Slack and AirServer at logon through InTune. I've had a brief reseach and seems to be powershell and task scheduler is the way to go. Does anyone have any pointers or an idiots guide that I could follow to achieve this? Thanks
EssentialRug Posted July 6, 2023 Author Posted July 6, 2023 Copy a shortcut to the Startup folder? Best way of doing this in Intune for all my devices? Also if I wanted to revoke this in the future how easy would that be?
mavhc Posted July 7, 2023 Posted July 7, 2023 Apparently you have to create a package https://alanitinfo.page/Simple%20File%20Drop%20using%20Intune/ If Intune can't do a simple file copy, I'm never going to use it 1
Katy Posted July 7, 2023 Posted July 7, 2023 I'd do it via a Run registry entry (HKLM\Software\Microsoft\Windows\CurrentVersion\Run), the way I'd deploy it is create an MSI using Advanced Installer (the free version is adequate and is actually free even for commercial use). Then deploy the MSI through Intune (either package as a win32 or use the "Line of Business" app type). That way it can be easily uninstalled by just setting the Intune deployment from "Required" to "Uninstall". Alternatively you can push a PowerShell script to set the reg entry but more difficult to remove unless you write a script that will handle the removal. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now