Forum Discussion
TungNguyen1600
Jul 11, 2022Copper Contributor
Managing Win32 apps in intune with Powershell
Hi guys,
Is anyone proficient with managing Win32 apps using Powershell?
I'm reading this article: https://msendpointmgr.com/2020/03/17/manage-win32-applications-in-microsoft-intune-with-powershell/
I'm not sure about the below command to install the script, where is the script? Or how do I create the script for another application eg Chrome, and what would the Get- command be?
Install-Script -Name Get-LatestAdobeReaderInstaller
Sorry if I'm being dumb! Thanks
Tung
- Hi, Just wondering what you are trying to accomplish. Do you want to automate the deployment of third party apps to Intune...
Something like this
https://github.com/Call4cloud/Enrollment/blob/main/DU/DU3b_Chocolatey_Assign_Basic_Apps.ps1
2 Replies
Sort By
- Hi, Just wondering what you are trying to accomplish. Do you want to automate the deployment of third party apps to Intune...
Something like this
https://github.com/Call4cloud/Enrollment/blob/main/DU/DU3b_Chocolatey_Assign_Basic_Apps.ps1- TungNguyen1600Copper ContributorThis is exactly what i was looking for! thank you!