ruckzuck icon indicating copy to clipboard operation
ruckzuck copied to clipboard

Question. What exactly is "run PowerShell to create and upload Application in Intune"

Open James-von-Detroit opened this issue 2 years ago • 4 comments

What do you mean upload a tool in Intune? I'm curious about using this tool, but i dont want to upload anything into Intune... Can someone explain this process to me "run PowerShell to create and upload Application in Intune"

James-von-Detroit avatar Apr 05 '24 13:04 James-von-Detroit

Where did you get the "run PowerShell to create and upload Application in Intune" ?

rzander avatar Apr 05 '24 14:04 rzander

Per these steps. The last step found at https://github.com/rzander/ruckzuck/wiki/RuckZuck-for-Intune

Connect Intune by using Graph API to check for outdated RuckZuck-Applications

User can select Applictions to create...
download the required Files to %TEMP%\{ContentID}
(Install Nuget Module if missing)
(Install AzureAD PowerShell Module if missing)
(download IntuneWinAppUtil.exe from https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool to %TEMP%\intunewin)
extract PowerShell script to upload App (Script is based on https://github.com/microsoftgraph/powershell-intune-samples/tree/master/LOB_Application) to %TEMP%\intunewin
generate install.ps1, uninstall.ps1, detection.ps1, requirements.ps1 and logo.png in %TEMP%\{ContentID}
run IntuneWinAppUtil.exe to generate *.intunewin File in %TEMP%\intunewin
run PowerShell to create and upload Application in Intune. 

James-von-Detroit avatar Apr 05 '24 15:04 James-von-Detroit

Perhaps i'm misunderstanding, but wanted to know exactly that meant. I was reading it as it was going to upload the ruckzuck tools into intune?

James-von-Detroit avatar Apr 05 '24 15:04 James-von-Detroit

RuckZuck4Intune will download the selected app from RuckZuck to the local %Temp% directory and generates the .intunewin File from the downloaded content. Then it will generate the app in Intune and upload the intunewin File for that app... Exact the same steps as you would create an app manually...

rzander avatar Apr 06 '24 13:04 rzander