<# .SYNOPSIS Fuehrt Push und Reorganisation nacheinander aus #> Write-Host "=== Schritt 1: Push ===" -ForegroundColor Cyan powershell -ExecutionPolicy Bypass -File ".\project-audit\scripts\confluence-push.ps1" Write-Host "" Write-Host "=== Schritt 2: Reorganisation ===" -ForegroundColor Cyan powershell -ExecutionPolicy Bypass -File ".\project-audit\scripts\confluence-reorganize.ps1"