Package Intune app with Powershell as .intunewin file

Install-Module -Name IntuneWin32App

$SourceFolder = “C:\Users\pwell\Downloads\DetectAndRemm\Powershell”
$SetupFile = “InstallTeamviewer.ps1”
$OutputFolder = “C:\Users\pwell\Downloads\DetectAndRemm”
New-IntuneWin32AppPackage -SourceFolder $SourceFolder -SetupFile $SetupFile -OutputFolder $OutputFolder -Verbose

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...