Status aller installierten ClickToRun-Programme [Office 365]
powershell -ExecutionPolicy „ByPass“ -Command “ Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration | Select-Object PipelineServerName, ClientVersionToReport | Format-Table -AutoSize -HideTableHeaders „
Status aller installierten Programme mit „Microsoft Office Professional“
powershell -ExecutionPolicy „ByPass“ -Command “ Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Where {$_.DisplayName -like ‚*Microsoft Office Professional%*‘} | Select-Object DisplayName, DisplayVersion | Format-Table -AutoSize -HideTableHeaders „
Stand: 2023-03-21