AdminBrew

Intune Browser-Tools

Aufgaben-Hub

Paketieren

3
.intunewin InspectorPSADT CommandsAutopilot CSV

Detection

2
Detection BuilderDetection Tester

Troubleshooting

2
IME LogsRemediations

Rollout

2
Win32 ChecklistSilent Switches

Security

1
LAPS Viewer

Lokal im Browser

Dateien und Skripte bleiben auf deinem Gerät. LAPS spricht direkt mit Microsoft Graph.

kaffeeundcode.com
Impressum·Datenschutz
HomePaketierenPSADT Command Helper

Paketieren

PSADT Command Helper

Install- und Uninstall-Kommandos für Intune sauber strukturieren.

Kommandos und Notizen bleiben lokal im Browser.
Paketdaten
Intune-Kommandos
Install
powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Deploy-Application.ps1 -DeploymentType Install -DeployMode Silent
Uninstall
powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\Deploy-Application.ps1 -DeploymentType Uninstall -DeployMode Silent
PSADT-Snippet
# AppDeployToolkit - Install section
Execute-Process -Path setup.exe -Parameters "/quiet /norestart" -WindowStyle Hidden

# AppDeployToolkit - Uninstall section
Execute-Process -Path uninstall.exe -Parameters "/quiet /norestart" -WindowStyle Hidden
Hinweise für den Upload
App: Contoso App
Installer-Typ: EXE / Setup
Intune Install behavior: System, wenn die App maschinenweit installiert wird.
Return Codes: 0 Erfolg, 3010 Soft reboot, 1641 Hard reboot, alles andere prüfen.
Detection immer gegen die tatsächliche Installation testen, nicht nur gegen den Installer.