Dec 28 2023 05:49 AM
I packaged an application to intunewin and now I want to execute this application using powershell script.
For example - DellUpdateCommand.intunewin
I have the powershell script in install command
Install command - powershell.exe -executionpolicy Bypass -file .\install.ps1
UnInstall command - powershell.exe -executionpolicy Bypass -file .\Uninstall.ps1
My problem is in the install.ps1 file I want to make sure that it is executing the DellUpdateCommand.intunewin file
How to?
Dec 28 2023 05:59 AM
Dec 28 2023 06:09 AM
Dec 28 2023 06:19 AM
Dec 28 2023 06:24 AM
Dec 28 2023 06:38 AM
Dec 28 2023 06:46 AM
Dec 28 2023 10:33 AM
Dec 29 2023 05:39 AM