<?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>Support Articles</title>
	<atom:link href="http://morepieces.com/support/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://morepieces.com/support</link>
	<description></description>
	<lastBuildDate>Tue, 02 Aug 2011 03:33:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Exchange 2010 &#8211; Find version</title>
		<link>http://morepieces.com/support/?p=49</link>
		<comments>http://morepieces.com/support/?p=49#comments</comments>
		<pubDate>Tue, 02 Aug 2011 03:33:01 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=49</guid>
		<description><![CDATA[Open EMS and type the following command to find the current Exchange version level : GCM exsetup &#124;%{$_.Fileversioninfo} Example result: ProductVersion   FileVersion      FileName &#8212;&#8212;&#8212;&#8212;&#8211;   &#8212;&#8212;&#8212;&#8211;      &#8212;&#8212;&#8211; 14.00.0689.000   14.00.0689.000   D:\Program Files\Microsoft\Exchange Server\V14\bin\ExSetup.exe]]></description>
			<content:encoded><![CDATA[<p>Open EMS and type the following command to find the current Exchange version level :</p>
<p>GCM exsetup |%{$_.Fileversioninfo}</p>
<p>Example result:</p>
<p>ProductVersion   FileVersion      FileName<br />
&#8212;&#8212;&#8212;&#8212;&#8211;   &#8212;&#8212;&#8212;&#8211;      &#8212;&#8212;&#8211;<br />
14.00.0689.000   14.00.0689.000   D:\Program Files\Microsoft\Exchange Server\V14\bin\ExSetup.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8211; Find last mailbox login time</title>
		<link>http://morepieces.com/support/?p=47</link>
		<comments>http://morepieces.com/support/?p=47#comments</comments>
		<pubDate>Tue, 02 Aug 2011 03:31:03 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=47</guid>
		<description><![CDATA[From EMS enter the following command: Get-MailboxStatistics –Identity &#8216;Domain\Username&#8217; &#160;]]></description>
			<content:encoded><![CDATA[<p>From EMS enter the following command:</p>
<p>Get-MailboxStatistics –Identity &#8216;Domain\Username&#8217;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript &#8211; Shutdown</title>
		<link>http://morepieces.com/support/?p=42</link>
		<comments>http://morepieces.com/support/?p=42#comments</comments>
		<pubDate>Sun, 01 May 2011 09:05:17 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=42</guid>
		<description><![CDATA[Option Explicit Dim TurnItOff, TurnItOffObj Set TurnItOffObj = GetObject(&#8220;winmgmts:{(Shutdown)}//./root/cimv2&#8243;).ExecQuery _ (&#8220;select * from Win32_OperatingSystem where Primary=true&#8221;) for each TurnItOff in TurnItOffObj TurnItOff.ShutDown() next]]></description>
			<content:encoded><![CDATA[<p>Option Explicit</p>
<p>Dim TurnItOff, TurnItOffObj</p>
<p>Set TurnItOffObj = GetObject(&#8220;winmgmts:{(Shutdown)}//./root/cimv2&#8243;).ExecQuery _<br />
(&#8220;select * from Win32_OperatingSystem where Primary=true&#8221;)</p>
<p>for each TurnItOff in TurnItOffObj<br />
TurnItOff.ShutDown()<br />
next</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join Ubuntu Server to Windows Domain</title>
		<link>http://morepieces.com/support/?p=38</link>
		<comments>http://morepieces.com/support/?p=38#comments</comments>
		<pubDate>Sun, 01 May 2011 08:48:55 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=38</guid>
		<description><![CDATA[Likewise Open simplifies the configuration needed to authenticate a Linux machine to an Active Directory domain. The package is based on winbind and integrates Ubuntu authentication into an existing Windows network. NB. The below commands should be run as root or with sudo commands. To get root, type: sudo bash Then enter the root account [...]]]></description>
			<content:encoded><![CDATA[<p>Likewise Open simplifies the configuration needed to authenticate a<br />
Linux machine to an Active Directory domain. The package is based on winbind<br />
and integrates Ubuntu authentication into an existing Windows network.</p>
<p>NB. The below commands should be run as root or with sudo commands. To<br />
get root, type:</p>
<p>sudo bash</p>
<p>Then enter the root account password.</p>
<p>To install the package, type:</p>
<p>apt-get install likewise-open</p>
<p>After the install has completed, it’s time to join the domain. To<br />
successfully join, the following is required:</p>
<p>1. Access to an AD user with rights to join the domain.</p>
<p>2. The Fully Qualified Domain Name (FQDN) of the domain you want to join.</p>
<p>3. DNS must be set up correctly on the domain.</p>
<p>Type the following command to join the domain:</p>
<p>domainjoin-cli join example.com Administrator</p>
<p>Where example.com is your domain name and Administrator is the user name<br />
of the account with the rights to join the domain.</p>
<p>After joining the domain, you must reboot before trying to authenticate<br />
with a domain user. Type:</p>
<p>reboot</p>
<p>** If you receive the error:</p>
<p>The configuration stage ‘open ports to DC’ cannot be completed<br />
automatically.</p>
<p>Please manually perform the following steps and rerun the domain join:</p>
<p>Some required ports on the domain controller could not be contacted.<br />
Please update your firewall settings to ensure that the following ports are open :</p>
<p>88  UDP<br />
389 UDP<br />
464 UDP<br />
123 UDP</p>
<p>Make sure the Windows Time service is running on the domain controller.</p>
<p>After successfully joining to the Active Directory domain you can<br />
authenticate using any valid AD user. To login you will need to enter the user<br />
name as ‘domain\username’. For example to SSH to a server joined to the domain<br />
enter:</p>
<p>ssh ‘example\username’@hostname</p>
<p>To leave the domain, type:</p>
<p>domainjoin-cli leave</p>
<p>For more info on this package, search &#8211; Likewise Open. The homepage has<br />
the changelog and more up to date instructions and troubleshooting tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 SP versions</title>
		<link>http://morepieces.com/support/?p=36</link>
		<comments>http://morepieces.com/support/?p=36#comments</comments>
		<pubDate>Sun, 01 May 2011 08:46:13 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=36</guid>
		<description><![CDATA[6.5.6944 : Microsoft Exchange Server 2003 RTM &#8211; Released October 2003 6.5.7226 : Microsoft Exchange Server 2003 SP1  &#8211; Released May 2004 6.5.7638 : Microsoft Exchange Server 2003 SP2  &#8211; Released October 2005]]></description>
			<content:encoded><![CDATA[<p>6.5.6944 : Microsoft Exchange Server 2003 RTM &#8211; Released October 2003<br />
6.5.7226 : Microsoft Exchange Server 2003 SP1  &#8211; Released May 2004<br />
6.5.7638 : Microsoft Exchange Server 2003 SP2  &#8211; Released October 2005</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTR Pipe to Aircrack-ng</title>
		<link>http://morepieces.com/support/?p=34</link>
		<comments>http://morepieces.com/support/?p=34#comments</comments>
		<pubDate>Sun, 01 May 2011 08:45:15 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=34</guid>
		<description><![CDATA[You can Use John The Ripper to create all possible password combinations and feed them into aircrack-ng. Here is the command to use: root@linux:~# /path/to/jtr –stdout –incremental:all &#124; aircrack-ng -b wireless AP mac -w &#8211; /tmp/capturefile*.cap More usage examples can be found at: www.openwall.com/john/doc/EXAMPLES.shtml NB. default install directory is : /usr/share/doc/john]]></description>
			<content:encoded><![CDATA[<p>You can Use John The Ripper to create all possible password combinations<br />
and feed them into aircrack-ng. Here is the command to use:</p>
<p><a href="mailto:root@linux">root@linux</a>:~# /path/to/jtr –stdout –incremental:all | aircrack-ng -b wireless<br />
AP mac -w &#8211; /tmp/capturefile*.cap<br />
More usage examples can be found at:</p>
<p><a href="http://www.openwall.com/john/doc/EXAMPLES.shtml">www.openwall.com/john/doc/EXAMPLES.shtml</a></p>
<p>NB. default install directory is :</p>
<p>/usr/share/doc/john</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run an exe from VB Script</title>
		<link>http://morepieces.com/support/?p=32</link>
		<comments>http://morepieces.com/support/?p=32#comments</comments>
		<pubDate>Sun, 01 May 2011 08:43:38 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=32</guid>
		<description><![CDATA[Try the following code to run an exe from inside a vb script: Set WshShell = WScript.CreateObject(”WScript.Shell”) WshShell.Run “”&#8221;C:\Program Files\PathToExe\MyApp.exe”&#8221;” Set WshShell = Nothing]]></description>
			<content:encoded><![CDATA[<p>Try the following code to run an exe from inside a vb script:</p>
<p>Set WshShell = WScript.CreateObject(”WScript.Shell”)<br />
WshShell.Run “”&#8221;C:\Program Files\PathToExe\MyApp.exe”&#8221;”<br />
Set WshShell = Nothing</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 DNS problems</title>
		<link>http://morepieces.com/support/?p=29</link>
		<comments>http://morepieces.com/support/?p=29#comments</comments>
		<pubDate>Sun, 01 May 2011 08:37:15 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=29</guid>
		<description><![CDATA[To correct a windows 7 dns problem, open a command prompt as an Administrator and type: ipconfig /flushdns Then type: ipconfig /registerdns To make sure, type: netsh int ip reset Then reboot the machine, type: shutdown -r -t 0 NB. Have you checked the firewall and antivirus?]]></description>
			<content:encoded><![CDATA[<p>To correct a windows 7 dns problem, open a command prompt as an<br />
Administrator and type:</p>
<p>ipconfig /flushdns</p>
<p>Then type: ipconfig /registerdns</p>
<p>To make sure, type:</p>
<p>netsh int ip reset</p>
<p>Then reboot the machine, type: shutdown -r -t 0</p>
<p>NB. Have you checked the firewall and antivirus?</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MadWifi Driver &#8211; Return to managed mode</title>
		<link>http://morepieces.com/support/?p=27</link>
		<comments>http://morepieces.com/support/?p=27#comments</comments>
		<pubDate>Sun, 01 May 2011 08:35:39 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=27</guid>
		<description><![CDATA[To return to managed mode  &#8211; ath0 from root: wlanconfig ath create wlandev wifi0 wlanmode sta]]></description>
			<content:encoded><![CDATA[<p>To return to managed mode  &#8211; ath0 from root:</p>
<p>wlanconfig ath create wlandev wifi0 wlanmode sta</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Ubuntu hostname</title>
		<link>http://morepieces.com/support/?p=23</link>
		<comments>http://morepieces.com/support/?p=23#comments</comments>
		<pubDate>Sun, 01 May 2011 08:31:33 +0000</pubDate>
		<dc:creator>anakha</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://morepieces.com/support/?p=23</guid>
		<description><![CDATA[To change the hostname from the command prompt, type: sudo bash Enter account password, then type: /bin/hostname newhostname]]></description>
			<content:encoded><![CDATA[<p>To change the hostname from the command prompt, type:</p>
<p>sudo bash</p>
<p>Enter account password, then type:</p>
<p>/bin/hostname newhostname</p>
]]></content:encoded>
			<wfw:commentRss>http://morepieces.com/support/?feed=rss2&#038;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

