<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://techcorner.max-it.de/index.php?action=history&amp;feed=atom&amp;title=Microsoft_Office_verteilen%2C_aktivieren%2C_deinstallieren</id>
	<title>Microsoft Office verteilen, aktivieren, deinstallieren - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://techcorner.max-it.de/index.php?action=history&amp;feed=atom&amp;title=Microsoft_Office_verteilen%2C_aktivieren%2C_deinstallieren"/>
	<link rel="alternate" type="text/html" href="https://techcorner.max-it.de/index.php?title=Microsoft_Office_verteilen,_aktivieren,_deinstallieren&amp;action=history"/>
	<updated>2026-09-16T08:37:20Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in maxTechCorner</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://techcorner.max-it.de/index.php?title=Microsoft_Office_verteilen,_aktivieren,_deinstallieren&amp;diff=2657&amp;oldid=prev</id>
		<title>imported&gt;TechCorner-Redaktion: Kurz erklärt: Überarbeitung / Konsolidierung</title>
		<link rel="alternate" type="text/html" href="https://techcorner.max-it.de/index.php?title=Microsoft_Office_verteilen,_aktivieren,_deinstallieren&amp;diff=2657&amp;oldid=prev"/>
		<updated>2026-09-15T00:00:00Z</updated>

		<summary type="html">&lt;p&gt;Kurz erklärt: Überarbeitung / Konsolidierung&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Steckbrief&lt;br /&gt;
| gilt_fuer   = Microsoft Office (perpetual) &amp;amp;amp; Microsoft 365 Apps&lt;br /&gt;
| bereich     = Client-Software&lt;br /&gt;
| dauer       = je Aufgabe wenige Minuten&lt;br /&gt;
| rechte      = Administrator&lt;br /&gt;
| stand       = September 2026&lt;br /&gt;
}}&lt;br /&gt;
Diese Übersicht bündelt die wichtigsten Aufgaben rund um die Verteilung, Aktivierung, Gruppenrichtlinien-Konfiguration und Deinstallation von Microsoft Office bzw. den Microsoft 365 Apps.&lt;br /&gt;
&lt;br /&gt;
{{Hinweis|Die Beispiele stammen teils aus der MSI-Ära (Office 2010/2013). Aktuelle Office-Versionen und die Microsoft 365 Apps werden über das &amp;#039;&amp;#039;&amp;#039;Office Deployment Tool (ODT)&amp;#039;&amp;#039;&amp;#039; mit einer &amp;lt;code&amp;gt;configuration.xml&amp;lt;/code&amp;gt; verteilt; Aktivierung und viele Skripte (ospp.vbs) funktionieren weiterhin analog.}}&lt;br /&gt;
&lt;br /&gt;
== Unbeaufsichtigte Installation ==&lt;br /&gt;
MSI-basierte Installation mit Anpassungsdatei und Konfiguration:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bat&amp;quot;&amp;gt;&lt;br /&gt;
\\server\share\Office2010_SP1_OAT\setup.exe /adminfile Updates\MeineAenderungen.msp /config ProPlus.WW\config.xml&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Für aktuelle Office-/Microsoft-365-Versionen stattdessen das [https://learn.microsoft.com/de-de/microsoft-365-apps/deploy/overview-office-deployment-tool Office Deployment Tool] mit einer &amp;lt;code&amp;gt;configuration.xml&amp;lt;/code&amp;gt; verwenden.&lt;br /&gt;
&lt;br /&gt;
== Office-Anpassungstool (OAT) ==&lt;br /&gt;
Das Anpassungstool erstellt die MSP-Anpassungsdatei bzw. (bei Click-to-Run) die Konfiguration:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bat&amp;quot;&amp;gt;&lt;br /&gt;
\\Server\Freigabe\setup.exe /admin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Dokumentation: [https://learn.microsoft.com/de-de/deployoffice/overview-office-customization-tool Office-Anpassungstool (Overview)].&lt;br /&gt;
&lt;br /&gt;
== Aktivierung / Status über die Kommandozeile ==&lt;br /&gt;
Im Office-Installationsverzeichnis (z. B. &amp;lt;code&amp;gt;\Program Files\Microsoft Office\Office15\&amp;lt;/code&amp;gt;):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bat&amp;quot;&amp;gt;&lt;br /&gt;
cscript ospp.vbs /dstatus   REM Aktivierungsstatus anzeigen&lt;br /&gt;
cscript ospp.vbs /act       REM Office aktivieren&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ADM-/ADMX-Vorlagen für Gruppenrichtlinien importieren ==&lt;br /&gt;
# ADMX-Vorlagen herunterladen und entpacken.&lt;br /&gt;
# Alle &amp;lt;code&amp;gt;.admx&amp;lt;/code&amp;gt;-Dateien sowie den Ordner Ihrer Sprache (z. B. &amp;lt;code&amp;gt;de-de&amp;lt;/code&amp;gt;) nach &amp;lt;code&amp;gt;SYSVOL\&amp;amp;lt;FQDN-DOMAIN&amp;amp;gt;\Policies\PolicyDefinitions&amp;lt;/code&amp;gt; kopieren.&lt;br /&gt;
# Die Sprachdateien &amp;lt;code&amp;gt;.adml&amp;lt;/code&amp;gt; gehören in den Unterordner &amp;lt;code&amp;gt;...\PolicyDefinitions\de-de&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Fehleranalyse: Office Configuration Analyzer Tool (OffCAT) ==&lt;br /&gt;
Informationen zum OffCAT: [https://support.microsoft.com/de-de/topic/informationen-zum-office-configuration-analyzer-tool-offcat-ec1144cc-64b2-cd0f-b20e-0a27a64a7214 Microsoft-Support-Artikel].&lt;br /&gt;
&lt;br /&gt;
== Office sauber und komplett deinstallieren ==&lt;br /&gt;
* Anleitung: [https://support.microsoft.com/de-de/office/deinstallieren-von-office-auf-einem-pc-9dd49b83-264a-477a-8fcc-2fdf5dbf61d8 Deinstallieren von Office auf einem PC]&lt;br /&gt;
* Automatisches Reparatur-/Deinstallationswerkzeug: [https://aka.ms/diag_officeuninstall aka.ms/diag_officeuninstall]&lt;br /&gt;
&lt;br /&gt;
== Unterstützung von m.a.x. it ==&lt;br /&gt;
Bei diesem Thema unterstützt Sie die [https://www.max-it.de/it-services/microsoft-365/ Microsoft-365-Services] von m.a.x. it.&lt;br /&gt;
&lt;br /&gt;
{{Uebermax}}&lt;br /&gt;
[[Kategorie:Kurz erklärt]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;TechCorner-Redaktion</name></author>
	</entry>
</feed>