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...
- Jul 11, 2022Hi, 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
Jul 11, 2022
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
Something like this
https://github.com/Call4cloud/Enrollment/blob/main/DU/DU3b_Chocolatey_Assign_Basic_Apps.ps1
TungNguyen1600
Jul 11, 2022Copper Contributor
This is exactly what i was looking for! thank you!