Service Portal
(Sonntag, 5. April 2026)

Updates

Eine kleine Link-Sammlung

Veeam Exchange Exchange Version ermitteln (Exchange Powershell) Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo}
offizieller Artikel Exchange Buiuld -Numbers

Vmware Tools

esxcli software vib install --depot=file:/vmfs/volumes/datastore1/VMware-Tools-13.0.10-core-offline-depot-ESXi-all-25062860.zip

ESX Update Recovery Partition

Outlook new deinstall
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*OutlookForWindows*'} | Remove-AppxPackage -AllUsers -ErrorAction Continue