 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Logging in to domain with batch file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/logging-in-to-domain-with-batch-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/logging-in-to-domain-with-batch-file/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: stevesz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/logging-in-to-domain-with-batch-file/#comment-45081</link>
		<dc:creator>stevesz</dc:creator>
		<pubDate>Wed, 01 Feb 2006 00:28:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-45081</guid>
		<description><![CDATA[Lennard mentions placing the actual PST files on a network share. It does work, but if ther eis a problem and you need call Microsoft about it, you will find taht that is not a supported configuration.

I use a program called PFBACKUP to make a copy (backup) of my PST files at home. They are backed up to the server. You can get this program formthe Microsoft site (http://tinyurl.com/oh4l) and it installs as an add-in to Outlook. You set what gets backed up and how often. The backup occurs when Outlook is closed. There is a winow on the desktop that shows what is being backed up and how much longer it will take (estimates). 

This may be preferable to backing up the PST up on startup. After all if a machine decides not to boot in the morning, a whole days worth of PST actiity has been lost if the PST file is not recoverable. 

Steve
]]></description>
		<content:encoded><![CDATA[<p>Lennard mentions placing the actual PST files on a network share. It does work, but if ther eis a problem and you need call Microsoft about it, you will find taht that is not a supported configuration.</p>
<p>I use a program called PFBACKUP to make a copy (backup) of my PST files at home. They are backed up to the server. You can get this program formthe Microsoft site (<a href="http://tinyurl.com/oh4l" rel="nofollow">http://tinyurl.com/oh4l</a>) and it installs as an add-in to Outlook. You set what gets backed up and how often. The backup occurs when Outlook is closed. There is a winow on the desktop that shows what is being backed up and how much longer it will take (estimates). </p>
<p>This may be preferable to backing up the PST up on startup. After all if a machine decides not to boot in the morning, a whole days worth of PST actiity has been lost if the PST file is not recoverable. </p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ldonkers</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/logging-in-to-domain-with-batch-file/#comment-45082</link>
		<dc:creator>ldonkers</dc:creator>
		<pubDate>Mon, 30 Jan 2006 09:34:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-45082</guid>
		<description><![CDATA[If your users are on the network all the time and don&#039;t require using Outlook offsite you can always store the PST in thier home directory on the server.  This way you don&#039;t have to run any scripts.  As an example I would map a driver to thier users directory on the server and save the PST there.  The only drawback is if the network is down they don&#039;t get thier mail. Rather than using batch files you can also try using wscript host which has is more flexable and has more options.

Lennard ]]></description>
		<content:encoded><![CDATA[<p>If your users are on the network all the time and don&#8217;t require using Outlook offsite you can always store the PST in thier home directory on the server.  This way you don&#8217;t have to run any scripts.  As an example I would map a driver to thier users directory on the server and save the PST there.  The only drawback is if the network is down they don&#8217;t get thier mail. Rather than using batch files you can also try using wscript host which has is more flexable and has more options.</p>
<p>Lennard </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dugald</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/logging-in-to-domain-with-batch-file/#comment-45083</link>
		<dc:creator>dugald</dc:creator>
		<pubDate>Sat, 28 Jan 2006 11:11:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-45083</guid>
		<description><![CDATA[You might find the START command useful, with some of its switches.  For example:

START /maximized /wait PSTBACKUP.BAT

That should run the batch file that backs up your PSTs in a maximized window, and halt further processing until it&#039;s done.  To find out what parameters are available on the version of windows you&#039;re using, open a command window and type: START /?

Some good reference for Batch files at:
http://aumha.org/a/batches.php
http://www.ericphelps.com/batch/]]></description>
		<content:encoded><![CDATA[<p>You might find the START command useful, with some of its switches.  For example:</p>
<p>START /maximized /wait PSTBACKUP.BAT</p>
<p>That should run the batch file that backs up your PSTs in a maximized window, and halt further processing until it&#8217;s done.  To find out what parameters are available on the version of windows you&#8217;re using, open a command window and type: START /?</p>
<p>Some good reference for Batch files at:<br />
<a href="http://aumha.org/a/batches.php" rel="nofollow">http://aumha.org/a/batches.php</a><br />
<a href="http://www.ericphelps.com/batch/" rel="nofollow">http://www.ericphelps.com/batch/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.035 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 05:50:00 -->