Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle Add-AppxPackage winget.msixbundle #del winget.msixbundle Add-AppPackage -path "https://cdn.winget.microsoft.com/cache/source.msix." winget install --id Microsoft.Office --accept-source-agreements --Scope Machine