<?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>get-mailbox &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/get-mailbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Wed, 21 Feb 2024 04:47:51 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>get-mailbox &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Exchange Übermittlungsgrößen ermitteln</title>
		<link>https://www.systemtechnics.de/exchange-uebermittlungsgroessen-ermitteln/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Wed, 21 Feb 2024 04:34:37 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[connector]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[get-mailbox]]></category>
		<category><![CDATA[get-receiveconnector]]></category>
		<category><![CDATA[get-sendconnector]]></category>
		<category><![CDATA[get-transportconfig]]></category>
		<category><![CDATA[postconf]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[receive]]></category>
		<category><![CDATA[transport]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3749</guid>

					<description><![CDATA[Manche Einstellungen am Exchange lassen sich sicher auch am ECP (Exchange Control Panel) ermitteln, über die Exchange Powershell ist das [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Manche Einstellungen am Exchange lassen sich sicher auch am ECP (Exchange Control Panel) ermitteln, über die Exchange Powershell ist das aber auch schnell erledigt.</p>
<p>Wir verwenden hierbei folgende Befehle:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">get-transportconfig | ft maxsendsize, maxreceivesize 
get-receiveconnector | ft name, maxmessagesize 
get-sendconnector | ft name, maxmessagesize 
get-mailbox Administrator |ft Name, Maxsendsize, maxreceivesize</pre>



<p>Gerade die Werte aus get-transportconfig findet man nicht über das ECP</p>
<p>Mit dem jeweiligen Pendant set-transportconfig lassen sich z.B. die Werte auch anpassen.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="808" src="https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen-1024x808.png" alt="" class="wp-image-3750" srcset="https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen-1024x808.png 1024w, https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen-300x237.png 300w, https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen-768x606.png 768w, https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen-1536x1212.png 1536w, https://www.systemtechnics.de/wp-content/uploads/uebermittlungsgroessen.png 1556w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Bei Postfix lässt sich das ebenfalls sehr einfach ausgeben:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">postconf -n |grep size_limit</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
