<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/category/microsoft/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Tue, 13 Feb 2024 15:05:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>Microsoft Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/category/microsoft/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</title>
		<link>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/</link>
					<comments>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 15:00:18 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows-Server]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[Dienst]]></category>
		<category><![CDATA[NSSM]]></category>
		<category><![CDATA[Services]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238870</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/">Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Um eine .cmd-Datei als Dienst auf einem Windows Server auszuführen, gibt es verschiedene Möglichkeiten, dies zu erreichen. Eine einfache Möglichkeit besteht darin, ein Tool von Drittanbietern wie &#8222;NSSM (Non-Sucking Service Manager)&#8220; zu verwenden. NSSM ermöglicht es, eine beliebige Anwendung als Windows-Dienst zu registrieren und auszuführen. Hier ist eine Anleitung, wie du NSSM verwenden kannst:</p>
<ol>
<li>
<p>Lade NSSM herunter und extrahiere die Datei</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">nssm.exe</div></div>
<p>an einen Ort deiner Wahl auf dem Windows-Server.</p>
</li>
<li>
<p>Öffne eine Eingabeaufforderung mit erhöhten Rechten (als Administrator).</p>
</li>
<li>
<p>Navigiere zum Speicherort von</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">nssm.exe</div></div>
<p>in der Eingabeaufforderung.</p>
</li>
<li>
<p>Führe den folgenden Befehl aus, um NSSM zu verwenden, um deine .cmd-Datei als Dienst zu registrieren und auszuführen:</p>
<p>nssm install Dienstname &#8222;Pfad\zur\deiner.cmd&#8220;</p>
</li>
</ol>
<p>Ersetze &#8222;Dienstname&#8220; durch den gewünschten Namen für deinen Dienst und &#8222;Pfad\zur\deiner.cmd&#8220; durch den vollständigen Pfad zur .cmd-Datei.</p>
<ol start="5">
<li>
<p>Es wird ein Dialogfeld geöffnet, in dem du zusätzliche Informationen für den Dienst konfigurieren kannst, z. B. den Starttyp und die Anmeldeinformationen. Fülle die erforderlichen Felder aus und klicke auf &#8222;Install service&#8220;.</p>
</li>
<li>
<p>Der Dienst wird registriert und gestartet. Du kannst ihn im Diensteverwaltungsprogramm (services.msc) unter dem von dir angegebenen Dienstnamen finden und verwalten.</p>
</li>
</ol>
<p>Bitte beachte, dass NSSM ein Tool von Drittanbietern ist und nicht von Microsoft bereitgestellt wird. Stelle sicher, dass du die Lizenzbedingungen von NSSM beachtest und es entsprechend deiner Umgebung verwenden kannst.</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/">Anleitung: .cmd-Datei als Windows-Dienst ausführen – Schritt für Schritt mit NSSM</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/anleitung-cmd-datei-als-windows-dienst-ausfuehren-schritt-fuer-schritt-mit-nssm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Outlook 365 &#124; Deaktivieren der vereinfachten Kontenerstellung</title>
		<link>https://www.imakeyouintelligent.com/outlook-365-deaktivieren-der-vereinfachten-kontenerstellung/</link>
					<comments>https://www.imakeyouintelligent.com/outlook-365-deaktivieren-der-vereinfachten-kontenerstellung/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Mon, 22 Aug 2022 18:26:14 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Assistent]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Kontenerstellung]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook365]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238766</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/outlook-365-deaktivieren-der-vereinfachten-kontenerstellung/">Outlook 365 | Deaktivieren der vereinfachten Kontenerstellung</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Seit Outlook 365 gibt es leider nicht mehr den vereinfachten Assistenten zur Konfiguration von zusätzlichen Postfächern und/oder Exchange Mailboxen. Mit folgenden Schritten bekommt man den alten Assistenten wieder zurück.und bekommt auch wieder die Möglichkeit den Exchange-Server händisch eingeben zu können.</p>
<p> </p>
<section class="ocpSection" role="region" aria-label="Weitere Informationen">
<ol class="" type="1">
<li>
<p class="">Beenden Sie Outlook.</p>
</li>
<li>
<p>Starten Sie den Registrierungs-Editor. Verwenden Sie hierzu eines der folgenden Verfahren entsprechend Ihrer Version von Windows.</p>
<ul>
<li>
<p>Windows 10 Windows 8.1 und Windows 8: Drücken Sie die Windows-Taste + R das Dialogfeld <b class="ocpLegacyBold">Ausführen</b> . Geben Sie regedit.exeein, und klicken Sie dann auf <b class="ocpLegacyBold">OK</b>.</p>
</li>
<li>
<p>Windows 7: Klicken Sie auf <b class="ocpLegacyBold">Start</b>, geben Sie <b class="ocpLegacyBold">regedit.exe</b>in das Suchfeld und drücken Sie die EINGABETASTE.</p>
</li>
</ul>
</li>
<li>
<p>Suchen Sie im Registrierungseditor und klicken Sie dann auf Benutzer Einstellungen Unterschlüssel in der Registrierung: <b class="ocpLegacyBold">HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\setup</b> oder Group Policy Unterschlüssel in der Registrierung:   <b class="ocpLegacyBold">HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\setup</b></p>
</li>
<li>
<p>Zeigen Sie auf das Menü <b class="ocpLegacyBold">Bearbeiten </b>und dann <b class="ocpLegacyBold">DWORD-Wert (32-Bit)</b><b class="ocpLegacyBold">neu </b>.</p>
</li>
<li>
<p>Geben Sie <b class="ocpLegacyBold">DisableOffice365SimplifiedAccountCreation</b>und drücken Sie dann die EINGABETASTE.</p>
</li>
<li>
<p>Maustaste auf <b class="ocpLegacyBold">DisableOffice365SimplifiedAccountCreation</b>, und wählen Sie <b class="ocpLegacyBold">Ändern</b>.</p>
</li>
<li>
<p>Geben Sie im Datenfeld <b class="ocpLegacyBold">Wert</b> den Wert 1 ein, und klicken Sie dann auf <b class="ocpLegacyBold">OK</b>.</p>
</li>
<li>
<p class="">Wählen Sie im Menü <b class="ocpLegacyBold">Datei </b><b class="ocpLegacyBold">Beenden </b>, beenden Sie den Registrierungseditor.</p>
</li>
<li>Starten Sie Outlook.</li>
</ol>
<p> </p>
<p>Dieser Dialog wird dann durch den alten bekannten Outlook 2013-2019 Dialog ersetzt. </p>
</section>
<p><a href="https://www.imakeyouintelligent.com/wp-content/uploads/2022/08/Microsoft-365-deaktivieren-vereinfacht-konfiguration-2.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-238770" src="https://www.imakeyouintelligent.com/wp-content/uploads/2022/08/Microsoft-365-deaktivieren-vereinfacht-konfiguration-2-277x300.jpg" alt="Microsoft 365 deaktivieren vereinfacht konfiguration 2" width="277" height="300" /></a></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/outlook-365-deaktivieren-der-vereinfachten-kontenerstellung/">Outlook 365 | Deaktivieren der vereinfachten Kontenerstellung</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/outlook-365-deaktivieren-der-vereinfachten-kontenerstellung/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Windows Admin Center &#124; Fehler: „msft.sme.server-manager“ konnte nicht geladen werden.</title>
		<link>https://www.imakeyouintelligent.com/microsoft-windows-admin-center-fehler-msft-sme-server-manager-konnte-nicht-geladen-werden/</link>
					<comments>https://www.imakeyouintelligent.com/microsoft-windows-admin-center-fehler-msft-sme-server-manager-konnte-nicht-geladen-werden/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Sun, 16 May 2021 15:04:19 +0000</pubDate>
				<category><![CDATA[Diverses]]></category>
		<category><![CDATA[Enterprise Solutions]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows-Server]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Admin-Center]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Center]]></category>
		<category><![CDATA[erver-manager]]></category>
		<category><![CDATA[msft]]></category>
		<category><![CDATA[msft.sme.server-manager]]></category>
		<category><![CDATA[sme]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238646</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-windows-admin-center-fehler-msft-sme-server-manager-konnte-nicht-geladen-werden/">Microsoft Windows Admin Center | Fehler: „msft.sme.server-manager“ konnte nicht geladen werden.</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Nach einem der letzte Windows Update auf einem Server 2019 Essentials (Version 1809) habe ich nach erfolgreichem Einloggen im Windows Admin Center (Version 2103) nur noch folgende Fehlermeldung erhalten:</p>
<p><strong>„msft.sme.server-manager“ konnte nicht geladen werden.</strong><br />Erneut laden<br />Fehlerbeschreibung<br /><strong>Fehler beim Laden des folgenden Moduls: msft.sme.server-manager. RPC: Abgelaufener Sendevorgang von „msft.sme.shell:##“ an „msft.sme.server-manager:overview#1621176167917+1“ (Init/0).</strong></p>
<p><a href="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_fehler.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-238647" src="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_fehler-1024x238.jpg" alt="" width="1024" height="238" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_fehler-980x228.jpg 980w, https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_fehler-480x112.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></a></p>
<p>Mein Ansatz einer Neuinstallation war leider viel zu kompliziert. Die Lösung des Problems lag darin einfach einen anderen Browser zu benutzen&#8230; <br />Safari (Version 14.1) brachte den oben genannten Fehler. Google Chrome (Version 90.0.4430.212) brachte diesen Fehler nicht. </p>
<p><a href="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_chrome_error.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-238654" src="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_chrome_error-1024x460.jpg" alt="" width="1024" height="460" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_chrome_error-980x441.jpg 980w, https://www.imakeyouintelligent.com/wp-content/uploads/2021/05/windows_admin_center_chrome_error-480x216.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></a></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-windows-admin-center-fehler-msft-sme-server-manager-konnte-nicht-geladen-werden/">Microsoft Windows Admin Center | Fehler: „msft.sme.server-manager“ konnte nicht geladen werden.</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/microsoft-windows-admin-center-fehler-msft-sme-server-manager-konnte-nicht-geladen-werden/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange Update KB5001779 &#124; PRTG PowerShell Sensoren offline &#124; MailQueue/Database</title>
		<link>https://www.imakeyouintelligent.com/exchange-update-kb5001779-prtg-powershell-sensor-defekt-mailqueue-database/</link>
					<comments>https://www.imakeyouintelligent.com/exchange-update-kb5001779-prtg-powershell-sensor-defekt-mailqueue-database/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Wed, 14 Apr 2021 15:33:04 +0000</pubDate>
				<category><![CDATA[Exchange-Server]]></category>
		<category><![CDATA[PRTG]]></category>
		<category><![CDATA[BSI]]></category>
		<category><![CDATA[CU13]]></category>
		<category><![CDATA[CVE-2021-28480]]></category>
		<category><![CDATA[CVE-2021-28481]]></category>
		<category><![CDATA[CVE-2021-28482]]></category>
		<category><![CDATA[CVE-2021-28483]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[KB5001779]]></category>
		<category><![CDATA[Mailserver]]></category>
		<category><![CDATA[Offline]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sensor]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238620</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-update-kb5001779-prtg-powershell-sensor-defekt-mailqueue-database/">Exchange Update KB5001779 | PRTG PowerShell Sensoren offline | MailQueue/Database</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Nach der erfolgreichen Installation des CU13 &#8211; KB5001779 nach Vorgabe des <a href="https://www.bsi.bund.de/SharedDocs/Cybersicherheitswarnungen/DE/2021/2021-207541-1032.pdf?__blob=publicationFile&amp;v=2">BSI</a>, hat dieses Update dafür gesorgt das die PowerShell Sensoren in PRTG am Microsoft Exchange nicht mehr Online gehen. </p>
<p>Es erscheint lediglich: <br /><i>Sensor</i>Exchange Mail Queue</p>
<div class="textmessage sensorstatusmessage sensorstatusmessagesensr">
<div class="status">The sensor was able to connect to the device using Remote PowerShell but could not retrieve access to Remote Exchange Management Shell. Ensure that remote management is enabled on the Exchange Server and the user has sufficient rights. See https://kb.paessler.com/en/topic/54353 for details. The syntax is not supported by this runspace. This can occur if the runspace is in no-language mode.</div>
</div>
<div><a href="https://www.imakeyouintelligent.com/wp-content/uploads/2021/04/prtg_exchange_bsi_sensor_powershell_offline.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-238623" src="https://www.imakeyouintelligent.com/wp-content/uploads/2021/04/prtg_exchange_bsi_sensor_powershell_offline.jpg" alt="" width="1200" height="657" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2021/04/prtg_exchange_bsi_sensor_powershell_offline.jpg 1200w, https://www.imakeyouintelligent.com/wp-content/uploads/2021/04/prtg_exchange_bsi_sensor_powershell_offline-980x537.jpg 980w, https://www.imakeyouintelligent.com/wp-content/uploads/2021/04/prtg_exchange_bsi_sensor_powershell_offline-480x263.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1200px, 100vw" /></a></div>
<div> </div>
<div>Dieses Problem ist bereits bei Paessler bekannt und wird unter folgendem Topic behandelt: <br /><a href="https://kb.paessler.com/en/topic/54353-i-have-problems-with-the-powershell-exchange-sensors-what-can-i-do"><span style="color: #333333;">I have problems with the PowerShell Exchange sensors, what can I do?</span></a></div>
<div> </div>
<div>\\EDIT 20.04.2021</div>
<div>PRTG hat bekanntgegeben, dass diese Woche (KW16) noch das Update PRTG Version 21.2.67 erscheinen soll, in dem das Problem behoben ist. </div></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-update-kb5001779-prtg-powershell-sensor-defekt-mailqueue-database/">Exchange Update KB5001779 | PRTG PowerShell Sensoren offline | MailQueue/Database</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/exchange-update-kb5001779-prtg-powershell-sensor-defekt-mailqueue-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange 2016 auf Server 2019 &#124; Fehlermeldung: Der Dienst Windows Defender Firewall (MpsSvc)</title>
		<link>https://www.imakeyouintelligent.com/exchange-2016-auf-server-2019-fehlermeldung-der-dienst-windows-defender-firewall-mpssvc/</link>
					<comments>https://www.imakeyouintelligent.com/exchange-2016-auf-server-2019-fehlermeldung-der-dienst-windows-defender-firewall-mpssvc/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 14:49:52 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows-Server]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2016]]></category>
		<category><![CDATA[Fehler]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[MpsSvc]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Server 2019]]></category>
		<category><![CDATA[verweigert]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Zugriff]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238603</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-2016-auf-server-2019-fehlermeldung-der-dienst-windows-defender-firewall-mpssvc/">Microsoft Exchange 2016 auf Server 2019 | Fehlermeldung: Der Dienst Windows Defender Firewall (MpsSvc)</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_4 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_4">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Bei einer Microsoft Exchange Server 2016 Installation unter Server 2019 bin ich über folgende Fehlermeldung gestolpert: </p>
<p>Fehler:<br />Der folgende Fehler wurde generiert, als &#8222;$error.Clear(); <br />if (Get-Service MpsSvc* | ?{$_.Name -eq &#8218;MpsSvc&#8216;})<br />{<br />Set-Service MpsSvc -StartupType Automatic<br />Start-SetupService -ServiceName MpsSvc<br />}<br />&#8220; ausgeführt wurde: &#8222;Microsoft.PowerShell.Commands.ServiceCommandException: Der Dienst &#8222;Windows Defender Firewall (MpsSvc)&#8220; kann aufgrund des folgenden Fehlers nicht konfiguriert werden: Zugriff verweigert &#8212;&gt; System.ComponentModel.Win32Exception: Zugriff verweigert<br />&#8212; Ende der internen Ausnahmestapelüberwachung &#8212;&#8222;.</p>
<p><strong>Der Fehler konnte wie folgt gelöst werden: </strong><br />1. regedit.exe öffnen und folgenden Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Security umbenennen in Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc\Security.<strong>TEMP</strong><br />2. Den betroffenen Server einmal durchstarten. <br />3. Nun sollte die Installationsroutine von Microsoft Exchange ohne die Fehlermeldung durchlaufen. <br />4. Server nach der Exchange Installation durchstarten. <br />5. Nun kann der Eintrag wieder umbenannt werden. </p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-2016-auf-server-2019-fehlermeldung-der-dienst-windows-defender-firewall-mpssvc/">Microsoft Exchange 2016 auf Server 2019 | Fehlermeldung: Der Dienst Windows Defender Firewall (MpsSvc)</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/exchange-2016-auf-server-2019-fehlermeldung-der-dienst-windows-defender-firewall-mpssvc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange &#124; Mail Signaturen Geräteübergreifend bereitstellen &#8211; Outlook Roaming Signatures</title>
		<link>https://www.imakeyouintelligent.com/microsoft-exchange-mail-signaturen-geraeteuebergreifend-bereitstellen-outlook-roaming-signatures/</link>
					<comments>https://www.imakeyouintelligent.com/microsoft-exchange-mail-signaturen-geraeteuebergreifend-bereitstellen-outlook-roaming-signatures/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Thu, 11 Jun 2020 09:56:58 +0000</pubDate>
				<category><![CDATA[Exchange-Server]]></category>
		<category><![CDATA[CodeTwo]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[roaming]]></category>
		<category><![CDATA[Signatur]]></category>
		<category><![CDATA[signatures]]></category>
		<category><![CDATA[verwalten]]></category>
		<category><![CDATA[Zentral]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238420</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-exchange-mail-signaturen-geraeteuebergreifend-bereitstellen-outlook-roaming-signatures/">Microsoft Exchange | Mail Signaturen Geräteübergreifend bereitstellen &#8211; Outlook Roaming Signatures</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_5">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Das leidige Thema mit zentralen Signaturen für Microsoft Exchange wurde scheinbar bei Microsoft bzw. der Outlook und Exchange Product Group ernst genommen.<br />Die 2017 dazu angestoßene Petition &#8222;How can we improve your Desktop Outlook 2016 experience?&#8220; &#8211;&gt; <a href="https://outlook.uservoice.com/forums/322590-outlook-2016-for-windows/suggestions/19686520-email-signature-sync-across-devices">Email Signature Sync across devices</a> wurde anerkannt.<br />Jeff Guillet kam auf die geniale Idee die Signaturen im Postfach zu speichern.<br />Hier geht es zum Artikel von Jeff Guillet: <a href="https://blog.expta.com/2018/03/storing-email-signatures-in-exchange.html">Storing email signatures in the Exchange mailbox</a></p>
<p>Das Ganze soll in den zukünftigen Versionen &#8222;Outlook roaming signatures&#8220; heißen.<br />Anbei zwei interessante Artikel zu dem Thema:</p>
<p><a href="https://support.office.com/en-us/article/outlook-roaming-signatures-420c2995-1f57-4291-9004-8f6f97c54d15">Outlook roaming signatures</a><br /><a href="https://www.codetwo.com/blog/outlook-roaming-signatures-vs-codetwo/">Outlook roaming signatures vs CodeTwo email signatures</a></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-exchange-mail-signaturen-geraeteuebergreifend-bereitstellen-outlook-roaming-signatures/">Microsoft Exchange | Mail Signaturen Geräteübergreifend bereitstellen &#8211; Outlook Roaming Signatures</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/microsoft-exchange-mail-signaturen-geraeteuebergreifend-bereitstellen-outlook-roaming-signatures/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange &#124; Kaspersky Security for Microsoft Exchange Servers &#8211; Dienst KSCM8 startet nicht</title>
		<link>https://www.imakeyouintelligent.com/exchange-kaspersky-security-for-microsoft-exchange-servers-dienst-startet-nicht/</link>
					<comments>https://www.imakeyouintelligent.com/exchange-kaspersky-security-for-microsoft-exchange-servers-dienst-startet-nicht/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 10:28:27 +0000</pubDate>
				<category><![CDATA[Exchange-Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Dienst]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Kaspersky]]></category>
		<category><![CDATA[KSCM8]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=4791</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-kaspersky-security-for-microsoft-exchange-servers-dienst-startet-nicht/">Exchange | Kaspersky Security for Microsoft Exchange Servers &#8211; Dienst KSCM8 startet nicht</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_6">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Für alle die nach einem Exchange Neustarte mit eingesetztem Kaspersky Security for Exchange schon einmal das Problem haben dass die Managment-Console zeigt dass Sie keine Verbindung aufbauen kann, könnte das hier helfen. </p>
<p>Prinzipiell ist dafür folgender Dienst zuständig: <br />&#8222;C:\Program Files (x86)\Kaspersky Lab\Kaspersky Security for Microsoft Exchange Servers\kavscmesrv.exe&#8220;<br />Namentlich unter services.msc zu finden &#8211;&gt; Kaspersky Security for Microsoft Exchange Servers (KSCM8)</p>
<p>Wenn man nun aber versucht diesen Dienst zu starten, bekommt man folgende Fehlermeldung: <br /><a href="https://www.imakeyouintelligent.com/wp-content/uploads/2019/10/Exchange_2013_Kaspersky_Security_for_Exchange_Dienst_startet_nicht.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4799" src="https://www.imakeyouintelligent.com/wp-content/uploads/2019/10/Exchange_2013_Kaspersky_Security_for_Exchange_Dienst_startet_nicht.jpg" alt="" width="683" height="349" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2019/10/Exchange_2013_Kaspersky_Security_for_Exchange_Dienst_startet_nicht.jpg 683w, https://www.imakeyouintelligent.com/wp-content/uploads/2019/10/Exchange_2013_Kaspersky_Security_for_Exchange_Dienst_startet_nicht-480x245.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 683px, 100vw" /></a></p>
<p>Verantwortlich ist dafür ist der Prozess w3wp.exe (IIS Worker Prozess). Wenn man diesen mit deinem <strong>net stop w3svc </strong>beendet kann man im Anschluss den KSCM8 wieder starten. </p>
<p>Im Anschluss muss ein <strong>net start w3svc</strong> und in den meisten Fällen auch ein <strong>iisreset</strong> ausgeführt werden.</p>
<p>//Nachtrag, der Fehlerhafte Start ist natürlich auch in der Windows-Diagnose zu finden:</p>
<h6><em>Kernel</em><br /><em>System.ServiceModel.AddressAlreadyInUseException: Für den IP-Endpunkt 0.0.0.0:13100 ist bereits ein Listener vorhanden. Dieser Fall kann eintreten, wenn bereits eine andere Anwendung an diesem Endpunkt lauscht oder wenn der Diensthost mehrere Dienstendpunkte mit dem gleichen IP-Endpunkt, jedoch nicht kompatiblen Bindungskonfigurationen enthält. &#8212;&gt; System.Net.Sockets.SocketException: Normalerweise darf jede Socketadresse (Protokoll, Netzwerkadresse oder Anschluss) nur jeweils einmal verwendet werden</em><br /><em>bei System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)</em><br /><em>bei System.Net.Sockets.Socket.Bind(EndPoint localEP)</em><br /><em>bei System.ServiceModel.Channels.SocketConnectionListener.Listen()</em><br /><em>&#8212; Ende der internen Ausnahmestapelüberwachung &#8212;</em><br /><em>bei System.ServiceModel.Channels.SocketConnectionListener.Listen()</em><br /><em>bei System.ServiceModel.Channels.ExclusiveTcpTransportManager.OnOpen()</em><br /><em>bei System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)</em><br /><em>bei System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)</em><br /><em>bei System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Channels.TcpChannelListener`2.OnOpen(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)</em><br /><em>bei System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)</em><br /><em>bei Enterprise.Common.ServiceInfrastructure.ServiceHostManager..ctor(PublishedService publishedService, IWcfServiceEndpointDescriber wcfServiceEndpointDescriber, ServiceAuthorizationManager serviceAuthorizationManager, Boolean useSynchronizationContext, IAdditionalServiceBehaviorConfigurator additionalServiceBehaviorConfigurator, TimeSpan serviceTimeout)</em><br /><em>bei Enterprise.Common.ServiceInfrastructure.WcfServicesPublisher.&lt;&gt;c__DisplayClass1_0.&lt;.ctor&gt;b__0(PublishedService service)</em><br /><em>bei System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()</em><br /><em>bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)</em><br /><em>bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)</em><br /><em>bei Enterprise.Common.ServiceInfrastructure.WcfServicesPublisher..ctor(IEnumerable`1 publishedServices, IWcfServiceEndpointDescriber wcfServiceResolution, ServiceAuthorizationManager serviceAuthorizationManager, IAdditionalServiceBehaviorConfigurator additionalServiceBehaviorConfigurator, TimeSpan serviceTimeout)</em><br /><em>bei Enterprise.Common.ServiceInfrastructure.WcfServicesPublisher..ctor(IEnumerable`1 publishedServices, IWcfServiceEndpointDescriber wcfServiceResolution, ServiceAuthorizationManager serviceAuthorizationManager)</em><br /><em>bei Kse.Containers.Watchdog.WatchdogContainer.CreateExternalServicePublisher(IEnumerable`1 publishedServices, IAspectApplier aspectApplier, String[] groupsNames)</em><br /><em>bei Enterprise.Common.LiteContainer.LiteContainerExtensions.&lt;&gt;c__DisplayClass2_0`1.&lt;RegisterSingleton&gt;b__0()</em><br /><em>bei Enterprise.Common.LiteContainer.ObjectProviders.SingletonObjectProvider.GetObject()</em><br /><em>bei Enterprise.Common.LiteContainer.StrictLiteContainer.GuardedObjectProvider.GetObject()</em><br /><em>bei Enterprise.Common.LiteContainer.Internal.LoggingObjectProvider.GetObject()</em><br /><em>bei Enterprise.Common.LiteContainer.Internal.FirstAccessTimeSavingObjectProvider.GetObject()</em><br /><em>bei Enterprise.Common.LiteContainer.LiteContainerExtensions.&lt;&gt;c__DisplayClass8_0`1.&lt;GetObjectGetter&gt;b__0()</em><br /><em>bei Kse.Containers.Watchdog.WatchdogContainer.EagerInitializer()</em><br /><em>bei Enterprise.Common.LiteContainer.EagerInitialization.EagerObjectsInitializer.Initialize()</em><br /><em>bei System.Action.Invoke()</em><br /><em>bei Enterprise.Common.LiteContainer.XmlOverridableLiteContainer.OnProvidersRegistrationIsComplete()</em><br /><em>bei Enterprise.Common.LiteContainer.StrictLiteContainer.OnProvidersRegistrationIsComplete()</em><br /><em>bei Service.Service.OnStart(String[] args)</em></h6></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-kaspersky-security-for-microsoft-exchange-servers-dienst-startet-nicht/">Exchange | Kaspersky Security for Microsoft Exchange Servers &#8211; Dienst KSCM8 startet nicht</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/exchange-kaspersky-security-for-microsoft-exchange-servers-dienst-startet-nicht/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange: Roundtrip Mail Monitoring mit Echo-Mailer</title>
		<link>https://www.imakeyouintelligent.com/microsoft-exchange-roundtrip-mail-monitoring-mit-echo-mailer/</link>
					<comments>https://www.imakeyouintelligent.com/microsoft-exchange-roundtrip-mail-monitoring-mit-echo-mailer/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Wed, 07 Feb 2018 10:08:12 +0000</pubDate>
				<category><![CDATA[Exchange-Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[Echomailer]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mailer]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Roundtrip]]></category>
		<category><![CDATA[TU-Berlin]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4346</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-exchange-roundtrip-mail-monitoring-mit-echo-mailer/">Microsoft Exchange: Roundtrip Mail Monitoring mit Echo-Mailer</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_7 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_7">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Leider hat die TU-Berlin ihren Echo-Mailer Dienst Anfang 2018 eingestellt. Es gibt zwar noch ein paar alternativen, jedoch scheinbar nur noch eine die auch den gesendeten Betreff wieder mit zurückgibt.</p>
<p><a href="mailto:echo@charite.de" target="_blank" rel="noopener noreferrer">echo@charite.de</a></p>
<p>Wenn Ihr das RoundTrip kontinuierlich Monitoren möchtet, dann informiert bitte über <a href="mailto:postmaster@charitie.de">postmaster@charitie.de</a> den Postmaster und fragt ob ihr den Dienst nutzen dürft.<br />Im Normalfall erhaltet Ihr ein &#8222;OK&#8220; ich hatte damals angefragt für ein 5 Minütiges Monitoring und es war kein Problem. </p></div>
			</div>
			</div><div class="et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et_pb_column_empty">
				
				
				
				
				
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/microsoft-exchange-roundtrip-mail-monitoring-mit-echo-mailer/">Microsoft Exchange: Roundtrip Mail Monitoring mit Echo-Mailer</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/microsoft-exchange-roundtrip-mail-monitoring-mit-echo-mailer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange 2013/2016: Postfach als PST via GUI exportieren</title>
		<link>https://www.imakeyouintelligent.com/exchange-20132016-postfach-als-pst-via-gui-exportieren/</link>
					<comments>https://www.imakeyouintelligent.com/exchange-20132016-postfach-als-pst-via-gui-exportieren/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Sat, 16 Sep 2017 08:03:20 +0000</pubDate>
				<category><![CDATA[Exchange-Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4070</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-20132016-postfach-als-pst-via-gui-exportieren/">Microsoft Exchange 2013/2016: Postfach als PST via GUI exportieren</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_8 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_8">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Die Anwendungsbeispiele sind vielfältig warum ein Exchange Postfach als .PST exportiert werden soll. Um dies nicht über die Exchange Verwaltung Shell machen zu müssen gibt es einen fachen weg.</p>
<p>Der User mit dem sich am ECP angemeldet wird, benötigt erweiterte Rechte (RBAC Rolle) die man zb. für den User Administrator hiermit setzt:</p>
<div class="codecolorer-container text default powershell plain" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">New</div></div>
<div class="codecolorer-container text default powershell keyword" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">-ManagementRoleAssignment</div></div>
<div class="codecolorer-container text default powershell plain" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">–Role</div></div>
<div class="codecolorer-container text default powershell string" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&quot;Mailbox Import Export&quot;</div></div>
<div class="codecolorer-container text default powershell plain" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">–User</div></div>
<div class="codecolorer-container text default powershell string" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&quot;Administrator&quot;</div></div>
<p>Sobald man sich nun erneut am ECP-Einloggt hat man die Möglichkeit ein beliebiges Postfach via GUI als PST zu exportieren.</p>
<p><a href="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-16_10-01-24.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-4071" src="http://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-16_10-01-24-300x150.jpg" alt="" width="376" height="188" srcset="https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-16_10-01-24-300x150.jpg 300w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-16_10-01-24-600x299.jpg 600w, https://www.imakeyouintelligent.com/wp-content/uploads/2017/09/2017-09-16_10-01-24.jpg 604w" sizes="(max-width: 376px) 100vw, 376px" /></a></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/exchange-20132016-postfach-als-pst-via-gui-exportieren/">Microsoft Exchange 2013/2016: Postfach als PST via GUI exportieren</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/exchange-20132016-postfach-als-pst-via-gui-exportieren/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
