SOLVED

Managing Win32 apps in intune with Powershell

Copper Contributor
Hi guys,
 
Is anyone proficient with managing Win32 apps using 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

 

2 Replies
best response confirmed by TungNguyen1600 (Copper Contributor)
Solution
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


This is exactly what i was looking for! thank you!
1 best response

Accepted Solutions
best response confirmed by TungNguyen1600 (Copper Contributor)
Solution
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


View solution in original post