<?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>N2</title>
	<atom:link href="http://www.n2networksolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n2networksolutions.com</link>
	<description>Solutions for all your technology needs</description>
	<lastBuildDate>Mon, 30 Apr 2012 15:32:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Removing the first Exchange 2010 database requirements</title>
		<link>http://www.n2networksolutions.com/2012/03/29/removing-the-first-exchange-2010-database-requirements/</link>
		<comments>http://www.n2networksolutions.com/2012/03/29/removing-the-first-exchange-2010-database-requirements/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 18:41:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[remove exchange database]]></category>
		<category><![CDATA[remove first database]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1583</guid>
		<description><![CDATA[Run this command first Set-AdServerSettings -ViewEntireForest $True The first thing you must do is move all the mailboxes to another database. This can be accomplished via this command get-mailbox –database &#8220;Database You&#8217;re trying to remove&#8221; &#124; new-MoveRequest –targetdatabase &#8220;Database to move users to&#8221; Now you must move the arbitration mailbox get-mailbox –arbitration –database &#8220;Database You&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Run this command first<br />
Set-AdServerSettings -ViewEntireForest $True</p>
<p>The first thing you must do is move all the  mailboxes to another database.  This can be accomplished via this command<br />
get-mailbox –database &#8220;Database You&#8217;re trying to remove&#8221; | new-MoveRequest –targetdatabase &#8220;Database to move users to&#8221;</p>
<p>Now you must move the arbitration mailbox<br />
get-mailbox –arbitration –database &#8220;Database You&#8217;re trying to remove&#8221; | new-MoveRequest –targetdatabase &#8220;Database to move users to&#8221;</p>
<p>You can now check the status of the mailbox move<br />
get-moverequest  </p>
<p>Once they are all completed run this command to remove the request<br />
get-moverequest | remove-moverequest</p>
<p>You can now remove your mailbox<br />
Remove-mailboxdatabase –id &#8220;Database You&#8217;re trying to remove&#8221;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2012%2F03%2F29%2Fremoving-the-first-exchange-2010-database-requirements%2F&amp;title=Removing%20the%20first%20Exchange%202010%20database%20requirements" id="wpa2a_2"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2012/03/29/removing-the-first-exchange-2010-database-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook not finding Exchange 2010 server when trying to autoconfigure email</title>
		<link>http://www.n2networksolutions.com/2012/02/02/outlook-not-finding-exchange-2010-server-when-trying-to-autoconfigure-email/</link>
		<comments>http://www.n2networksolutions.com/2012/02/02/outlook-not-finding-exchange-2010-server-when-trying-to-autoconfigure-email/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:58:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[autoconfigure]]></category>
		<category><![CDATA[cas server]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mailbox server]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[RpcClientAccessServer]]></category>
		<category><![CDATA[wrong name]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1579</guid>
		<description><![CDATA[If you create your Mailbox database before the creation of a Client Access array or the installed a Client Access server within the Active Directory site, you’ll need to reconfigure the value of the RPCClientAccessServer property. If no Client Access server exists in the Active Directory site when the Mailbox database is created, the value [...]]]></description>
			<content:encoded><![CDATA[<p>If you create your Mailbox database before the creation of a Client Access array or the installed a Client Access server within the Active Directory site, you’ll need to reconfigure the value of the RPCClientAccessServer property. If no Client Access server exists in the Active Directory site when the Mailbox database is created, the value of the RPCClientAccessServer property will be set to the FQDN of the Mailbox server. To configure the value of the RPCClientAccessServer property, use the following command. </p>
<p>Set-MailboxDatabase <name> -RPCClientAccessServer <internal_only_CAS_Array_FQDN></p>
<p>Once this command is ran reset IIS on your CAS server.  Wait a few minutes and try Outlook again.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2012%2F02%2F02%2Foutlook-not-finding-exchange-2010-server-when-trying-to-autoconfigure-email%2F&amp;title=Outlook%20not%20finding%20Exchange%202010%20server%20when%20trying%20to%20autoconfigure%20email" id="wpa2a_4"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2012/02/02/outlook-not-finding-exchange-2010-server-when-trying-to-autoconfigure-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA 8.3 and above NAT ranges how to</title>
		<link>http://www.n2networksolutions.com/2011/12/05/cisco-asa-8-3-and-above-nat-ranges-how-to/</link>
		<comments>http://www.n2networksolutions.com/2011/12/05/cisco-asa-8-3-and-above-nat-ranges-how-to/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:48:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[8.3]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[ranges]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1518</guid>
		<description><![CDATA[object network obj-Server1 host 192.168.1.5 object service MyRange service tcp destination range 50 100 nat (outside,inside) source static any any destination static interface obj-Server1 services MyRange MyRange access-list outside_access_in extended permit tcp any host 192.168.1.5 range 50 100 access-list outside_access_in in interface outside]]></description>
			<content:encoded><![CDATA[<p>object network obj-Server1</p>
<p>host 192.168.1.5</p>
<p>object service MyRange</p>
<p>service tcp destination range 50 100</p>
<p>nat (outside,inside) source static any any destination static interface obj-Server1 services MyRange MyRange</p>
<p>access-list outside_access_in extended permit tcp any host 192.168.1.5 range 50 100</p>
<p>access-list outside_access_in in interface outside</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F12%2F05%2Fcisco-asa-8-3-and-above-nat-ranges-how-to%2F&amp;title=Cisco%20ASA%208.3%20and%20above%20NAT%20ranges%20how%20to" id="wpa2a_6"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/12/05/cisco-asa-8-3-and-above-nat-ranges-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting disconnected mailboxes in Exchange 2010</title>
		<link>http://www.n2networksolutions.com/2011/04/28/deleting-disconnected-mailboxes-in-exchange-2010/</link>
		<comments>http://www.n2networksolutions.com/2011/04/28/deleting-disconnected-mailboxes-in-exchange-2010/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 15:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[delete disconnected mailboxes]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[remove mailbox]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1514</guid>
		<description><![CDATA[First you need to get a list of all the disconnected mailboxes &#8211; Get-MailboxStatistics -Database &#8220;&#8221; &#124; Where-Object {$_.DisconnectDate -Notlike $NULL} &#124; FL DisplayName, DisconnectDate, MailboxGuid Next step is to take the GUID of the account you want to delete and use this command &#8211; Remove-Mailbox -Database &#8220;&#8221; -StoreMailboxIdentity]]></description>
			<content:encoded><![CDATA[<p>First you need to get a list of all the disconnected mailboxes &#8211;<br />
<em>Get-MailboxStatistics -Database &#8220;<Mailbox Database name goes here>&#8221; | Where-Object {$_.DisconnectDate -Notlike $NULL} | FL DisplayName, DisconnectDate, MailboxGuid</em></p>
<p>Next step is to take the GUID of the account you want to delete and use this command &#8211;<br />
<em>Remove-Mailbox -Database &#8220;<Mailbox Database name goes here>&#8221;  -StoreMailboxIdentity <GUID goes here></em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F04%2F28%2Fdeleting-disconnected-mailboxes-in-exchange-2010%2F&amp;title=Deleting%20disconnected%20mailboxes%20in%20Exchange%202010" id="wpa2a_8"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/04/28/deleting-disconnected-mailboxes-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a Cisco secure IPSEC tunnel on an iPAD</title>
		<link>http://www.n2networksolutions.com/2011/04/19/setting-up-a-cisco-secure-ipsec-tunnel-on-an-ipad/</link>
		<comments>http://www.n2networksolutions.com/2011/04/19/setting-up-a-cisco-secure-ipsec-tunnel-on-an-ipad/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 18:31:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cisco vpn]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[shared key]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1505</guid>
		<description><![CDATA[Settings>General>Network VPN Add VPN Configuration IPSec &#8211; Description: CompanyVPN Server: vpn.company.com Account: Your domain username Password: Your domain password Group Name: ipsec group name Secret: ipsec secret shared key Slide VPN to on and you should be connected]]></description>
			<content:encoded><![CDATA[<p>Settings>General>Network<br />
<a href="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad1.jpg"><img src="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad1-224x300.jpg" alt="" title="ipad1" width="224" height="300" class="aligncenter size-medium wp-image-1506" /></a></p>
<p>VPN<br />
<a href="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad2.jpg"><img src="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad2-224x300.jpg" alt="" title="ipad2" width="224" height="300" class="aligncenter size-medium wp-image-1507" /></a></p>
<p>Add VPN Configuration<br />
<a href="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad3.jpg"><img src="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad3-224x300.jpg" alt="" title="ipad3" width="224" height="300" class="aligncenter size-medium wp-image-1508" /></a></p>
<p>IPSec &#8211; </p>
<p>Description: CompanyVPN<br />
Server: vpn.company.com<br />
Account: Your domain username<br />
Password: Your domain password<br />
Group Name: ipsec group name<br />
Secret: ipsec secret shared key<br />
<a href="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad4.jpg"><img src="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad4-224x300.jpg" alt="" title="ipad4" width="224" height="300" class="aligncenter size-medium wp-image-1509" /></a></p>
<p>Slide VPN to on and you should be connected<br />
<a href="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad6.jpg"><img src="http://www.n2networksolutions.com/wp-content/uploads/2011/04/ipad6-224x300.jpg" alt="" title="ipad6" width="224" height="300" class="aligncenter size-medium wp-image-1511" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F04%2F19%2Fsetting-up-a-cisco-secure-ipsec-tunnel-on-an-ipad%2F&amp;title=Setting%20up%20a%20Cisco%20secure%20IPSEC%20tunnel%20on%20an%20iPAD" id="wpa2a_10"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/04/19/setting-up-a-cisco-secure-ipsec-tunnel-on-an-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use %username% variable in vbscripts</title>
		<link>http://www.n2networksolutions.com/2011/04/15/how-to-use-username-variable-in-vbscripts/</link>
		<comments>http://www.n2networksolutions.com/2011/04/15/how-to-use-username-variable-in-vbscripts/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 05:54:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[%username%]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[network share]]></category>
		<category><![CDATA[username variable]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1502</guid>
		<description><![CDATA[If you try to use a vbscript to map a network drive using the %username% variable it will not work. The reason for this is the %username% variable only works in .bat files. The equivelant in vbscript is objNetwork.UserName That being said here is an example on error resume next Set WshNetwork = WScript.CreateObject(&#8220;WScript.Network&#8221;) WshNetwork.RemoveNetworkDrive [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to use a vbscript to map a network drive using the %username% variable it will not work.  The reason for this is the %username% variable only works in .bat files.  The equivelant in vbscript is objNetwork.UserName  That being said here is an example</p>
<p>on error resume next<br />
Set WshNetwork = WScript.CreateObject(&#8220;WScript.Network&#8221;)<br />
WshNetwork.RemoveNetworkDrive &#8220;U:&#8221;<br />
WshNetwork.MapNetworkDrive &#8220;U:&#8221;, &#8220;\\mawfi-2008r2.mawfi.local\users$\&#8221; &#038; WshNetwork.UserName , True</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F04%2F15%2Fhow-to-use-username-variable-in-vbscripts%2F&amp;title=How%20to%20use%20%25username%25%20variable%20in%20vbscripts" id="wpa2a_12"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/04/15/how-to-use-username-variable-in-vbscripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nat rules change after 8.3 upgrade breaks VPN</title>
		<link>http://www.n2networksolutions.com/2011/04/15/nat-rules-change-after-8-3-upgrade-breaks-vpn/</link>
		<comments>http://www.n2networksolutions.com/2011/04/15/nat-rules-change-after-8-3-upgrade-breaks-vpn/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 14:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[asa 5505]]></category>
		<category><![CDATA[breaks]]></category>
		<category><![CDATA[cisco asa]]></category>
		<category><![CDATA[client vpn]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1499</guid>
		<description><![CDATA[Normal Nat statment access-list nonat extended permit ip nat (inside) 0 access-list nonat-inside New nat statment object network vpnpool subnet exit nat (inside,outside) source static any any destination static vpnpool vpnpool This NAT rule says to keep the source address for anything coming from the internal interface going to the range designated by the vpnpool [...]]]></description>
			<content:encoded><![CDATA[<p>Normal Nat statment</p>
<p>access-list  nonat extended permit ip <internal IP range> <internal subnet> <VPN IP range> <VPN subnet><br />
nat (inside) 0 access-list nonat-inside</p>
<p>New nat statment</p>
<p>object network vpnpool<br />
subnet <VPN IP range> <VPN subnet mask><br />
exit</p>
<p>nat (inside,outside) source static any any destination static vpnpool vpnpool</p>
<p>This NAT rule says to keep the source address for anything coming from the internal interface going to the range designated by the vpnpool object while also keeping the destination address the same.</p>
<p>Seems like a strange way of going about this but this is all i have come across so far.  Anyone else has a better way please leave a comment.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F04%2F15%2Fnat-rules-change-after-8-3-upgrade-breaks-vpn%2F&amp;title=Nat%20rules%20change%20after%208.3%20upgrade%20breaks%20VPN" id="wpa2a_14"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/04/15/nat-rules-change-after-8-3-upgrade-breaks-vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the global catalog server for Exchange Server 2010</title>
		<link>http://www.n2networksolutions.com/2011/03/21/changing-the-global-catalog-server-for-exchange-server-2010/</link>
		<comments>http://www.n2networksolutions.com/2011/03/21/changing-the-global-catalog-server-for-exchange-server-2010/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 18:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[exchange server 2010]]></category>
		<category><![CDATA[global catalog]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1492</guid>
		<description><![CDATA[If you want to force the Exchange server to use a specific GC instead of letting the server automatically choose a GC, you can perform the following steps: 1.Open Exchange management console 2.Right click on &#8220;organization configuration&#8221; or &#8220;server configuration&#8221; 3.Select &#8220;modify configuration domain controller&#8221; You can view which server Exchange is using by going [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to force the Exchange server to use a specific GC instead of letting the server automatically choose a GC, you can perform the following steps:</p>
<p>1.Open Exchange management console<br />
2.Right click on &#8220;organization configuration&#8221; or &#8220;server configuration&#8221;<br />
3.Select &#8220;modify configuration domain controller&#8221;</p>
<p>You can view which server Exchange is using by going to &#8220;server configuration&#8221;.  Right click on your server name and select properties.  Under the &#8220;system settings&#8221; tab you will find the servers being used by Exchange.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F03%2F21%2Fchanging-the-global-catalog-server-for-exchange-server-2010%2F&amp;title=Changing%20the%20global%20catalog%20server%20for%20Exchange%20Server%202010" id="wpa2a_16"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/03/21/changing-the-global-catalog-server-for-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching Exchange 2010 mailboxes with Powershell</title>
		<link>http://www.n2networksolutions.com/2011/03/18/searching-exchange-2010-mailboxes-with-powershell/</link>
		<comments>http://www.n2networksolutions.com/2011/03/18/searching-exchange-2010-mailboxes-with-powershell/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:23:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[keyword search]]></category>
		<category><![CDATA[mailbox search]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1489</guid>
		<description><![CDATA[#Assign the role to the required user account New-ManagementRoleAssignment -Role &#8220;Mailbox Import Export&#8221; -User administrator #Restart the shell #This would search every mailbox for messages containing the word secrets in the message body, #and export them to the administrator mailbox in a subfolder called Export Get-Mailbox -ResultSize Unlimited &#124; Search-Mailbox -SearchQuery &#8220;Body:&#8217;*secrets*&#8217;&#8221; -TargetMailbox administrator -TargetFolder [...]]]></description>
			<content:encoded><![CDATA[<p>#Assign the role to the required user account<br />
<em>New-ManagementRoleAssignment -Role &#8220;Mailbox Import Export&#8221; -User administrator</em><br />
#Restart the shell</p>
<p>#This would search every mailbox for messages containing the word secrets in the message body,<br />
#and export them to the administrator mailbox in a subfolder called Export<br />
<em>Get-Mailbox -ResultSize Unlimited | Search-Mailbox -SearchQuery &#8220;Body:&#8217;*secrets*&#8217;&#8221; -TargetMailbox administrator -TargetFolder Export</em><br />
#Or, to search one mailbox for bob smith<br />
<em>Search-Mailbox -Identity bsmith -SearchQuery &#8220;Body:&#8217;*secrets*&#8217;&#8221; -TargetMailbox administrator -TargetFolder</em></p>
<p>#you can also do this via ECP<br />
#see http://technet.microsoft.com/en-us/library/dd298014.aspx</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F03%2F18%2Fsearching-exchange-2010-mailboxes-with-powershell%2F&amp;title=Searching%20Exchange%202010%20mailboxes%20with%20Powershell" id="wpa2a_18"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/03/18/searching-exchange-2010-mailboxes-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more exmerge in Exchange 2010, using mailbox import export</title>
		<link>http://www.n2networksolutions.com/2011/03/11/no-more-exmerge-in-exchange-2010-using-mailbox-import-export/</link>
		<comments>http://www.n2networksolutions.com/2011/03/11/no-more-exmerge-in-exchange-2010-using-mailbox-import-export/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 17:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[exchange 2010 exmerge]]></category>
		<category><![CDATA[exmerge]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[get-mailboxexportrequeststatistics]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[mailbox import export]]></category>
		<category><![CDATA[managementroleassignment]]></category>
		<category><![CDATA[new-mailboxexportrequest]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[resume-mailboxexportrequest]]></category>

		<guid isPermaLink="false">http://www.n2networksolutions.com/?p=1483</guid>
		<description><![CDATA[First you have to give permissions to the account that needs to import/export or nothing will work. Where &#8220;MyExportAccount&#8221; is the account that needs permissions to export user mailboxes New-ManagementRoleAssignment -Role &#8220;Mailbox Import Export&#8221; -User &#8220;MyExportAccount&#8221; Next you must submit the request to export a mailbox(you must export to a UNC path). Where ExportMailboxuserName is [...]]]></description>
			<content:encoded><![CDATA[<p>First you have to give permissions to the account that needs to import/export or nothing will work.  Where &#8220;MyExportAccount&#8221; is the account that needs permissions to export user mailboxes<br />
<em>New-ManagementRoleAssignment -Role &#8220;Mailbox Import Export&#8221; -User &#8220;MyExportAccount&#8221;</em></p>
<p>Next you must submit the request to export a mailbox(you must export to a UNC path).  Where ExportMailboxuserName is the alias of the user you are exporting<br />
<em>New-MailboxExportRequest -Mailbox ExportMailboxUserName -FilePath &#8220;\\Server1\PSTExports\ExportMailboxUserName.pst&#8221;</em></p>
<p>You may notice if you run the command below that the export status is queued<br />
<em>Get-MailboxExportRequestStatistics ExportMailboxUserName\mailboxexport | fl</em></p>
<p>If it is queued run this command below<br />
<em>Resume-MailboxExportRequest ExportMailboxUserName\mailboxexport</em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.n2networksolutions.com%2F2011%2F03%2F11%2Fno-more-exmerge-in-exchange-2010-using-mailbox-import-export%2F&amp;title=No%20more%20exmerge%20in%20Exchange%202010%2C%20using%20mailbox%20import%20export" id="wpa2a_20"><img src="http://www.n2networksolutions.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.n2networksolutions.com/2011/03/11/no-more-exmerge-in-exchange-2010-using-mailbox-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

