<?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 for The NetFlow</title>
	<atom:link href="http://www.thenetflow.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenetflow.com</link>
	<description>Excited? You shouldn&#039;t be... A blog about everything. Technology Travel Life</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:04:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Mass update of Active Directory using PowerShell by Ti-Sheng Lu</title>
		<link>http://www.thenetflow.com/2010/mass-update-of-active-directory-using-powershell/comment-page-1/#comment-1669</link>
		<dc:creator>Ti-Sheng Lu</dc:creator>
		<pubDate>Tue, 24 Jan 2012 23:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=657#comment-1669</guid>
		<description>Great post. On your example, you mentioned that we could use the &quot;exists&quot; to search for sAMAccountName instead of CN, could you show an example of that?</description>
		<content:encoded><![CDATA[<p>Great post. On your example, you mentioned that we could use the &#8220;exists&#8221; to search for sAMAccountName instead of CN, could you show an example of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass update of Active Directory using PowerShell by Steve Giller</title>
		<link>http://www.thenetflow.com/2010/mass-update-of-active-directory-using-powershell/comment-page-1/#comment-1668</link>
		<dc:creator>Steve Giller</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=657#comment-1668</guid>
		<description>Checking you have a user is great - but is there any way of checking you &lt;i&gt;don&#039;t&lt;/i&gt; have two users with the same name?
Using this scenario would be ideal for me, as long as I could trap the three Richard Jones that we have on our system!
I can&#039;t do it by a truly unique attribute at present, as the system that generates the data does not hold any data other than names that could be matched to AD.</description>
		<content:encoded><![CDATA[<p>Checking you have a user is great &#8211; but is there any way of checking you <i>don&#8217;t</i> have two users with the same name?<br />
Using this scenario would be ideal for me, as long as I could trap the three Richard Jones that we have on our system!<br />
I can&#8217;t do it by a truly unique attribute at present, as the system that generates the data does not hold any data other than names that could be matched to AD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search all the computers in your domain by Dan O'Neill</title>
		<link>http://www.thenetflow.com/2009/search-computers-domain/comment-page-1/#comment-1647</link>
		<dc:creator>Dan O'Neill</dc:creator>
		<pubDate>Mon, 25 Jul 2011 21:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=370#comment-1647</guid>
		<description>I think it might be something to do with how you&#039;re searching for the file - I was searching all excel files for a particular phrase that I knew would only be in that one file. Or a pretty small set of files anyway.

I&#039;ll fire you on a mail in the morning and see if I can be of any help.</description>
		<content:encoded><![CDATA[<p>I think it might be something to do with how you&#8217;re searching for the file &#8211; I was searching all excel files for a particular phrase that I knew would only be in that one file. Or a pretty small set of files anyway.</p>
<p>I&#8217;ll fire you on a mail in the morning and see if I can be of any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search all the computers in your domain by Cory</title>
		<link>http://www.thenetflow.com/2009/search-computers-domain/comment-page-1/#comment-1646</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 25 Jul 2011 21:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=370#comment-1646</guid>
		<description>ok it just finished the job and it did not create an &quot;overall.txt&quot; file. It just created a txt file for every machine on our network whether the PC has the file or not. How do I correct this?</description>
		<content:encoded><![CDATA[<p>ok it just finished the job and it did not create an &#8220;overall.txt&#8221; file. It just created a txt file for every machine on our network whether the PC has the file or not. How do I correct this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search all the computers in your domain by Cory</title>
		<link>http://www.thenetflow.com/2009/search-computers-domain/comment-page-1/#comment-1645</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 25 Jul 2011 21:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=370#comment-1645</guid>
		<description>Nice! I needed to find what some 160 PCs did NOT have a file in their temp folder and was able to use this to view that information as well. I just gathered that everything NOT in the overall.txt file were not the PCs I needed. 

The ONLY missing thing in this tutorial is how to easily retrieve all the computer names within your domain network. I came across a super nice visual basic script that can output that information for you. I can&#039;t upload it here so if anyone would like it, click on my name above and use the contact form on my website to send me an email. 

Thanks again Dan.</description>
		<content:encoded><![CDATA[<p>Nice! I needed to find what some 160 PCs did NOT have a file in their temp folder and was able to use this to view that information as well. I just gathered that everything NOT in the overall.txt file were not the PCs I needed. </p>
<p>The ONLY missing thing in this tutorial is how to easily retrieve all the computer names within your domain network. I came across a super nice visual basic script that can output that information for you. I can&#8217;t upload it here so if anyone would like it, click on my name above and use the contact form on my website to send me an email. </p>
<p>Thanks again Dan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Celerra and Netbackup &#8211; Adding Backup Selections by Dan O'Neill</title>
		<link>http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/comment-page-1/#comment-1643</link>
		<dc:creator>Dan O'Neill</dc:creator>
		<pubDate>Wed, 08 Jun 2011 10:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=695#comment-1643</guid>
		<description>You are perfectly correct John. Its not as clean but its far less work.</description>
		<content:encoded><![CDATA[<p>You are perfectly correct John. Its not as clean but its far less work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Celerra and Netbackup &#8211; Adding Backup Selections by John</title>
		<link>http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/comment-page-1/#comment-1642</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 07 Jun 2011 17:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=695#comment-1642</guid>
		<description>you could always use server_df  to get a list of all the volumes that require backups.</description>
		<content:encoded><![CDATA[<p>you could always use server_df  to get a list of all the volumes that require backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass update of Active Directory using PowerShell by Dan O'Neill</title>
		<link>http://www.thenetflow.com/2010/mass-update-of-active-directory-using-powershell/comment-page-1/#comment-1335</link>
		<dc:creator>Dan O'Neill</dc:creator>
		<pubDate>Thu, 11 Nov 2010 15:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=657#comment-1335</guid>
		<description>Hi Randy,

You can have multiple .Put() statements. The information doesn&#039;t get written until the .setInfo() statement. 

As long as you setup the CSV file correctly you can read all of the information, assign it to a couple more variables and then have multiple .Put() statements followed by one .setInfo() statement.

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Hi Randy,</p>
<p>You can have multiple .Put() statements. The information doesn&#8217;t get written until the .setInfo() statement. </p>
<p>As long as you setup the CSV file correctly you can read all of the information, assign it to a couple more variables and then have multiple .Put() statements followed by one .setInfo() statement.</p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass update of Active Directory using PowerShell by Randy Moore</title>
		<link>http://www.thenetflow.com/2010/mass-update-of-active-directory-using-powershell/comment-page-1/#comment-1334</link>
		<dc:creator>Randy Moore</dc:creator>
		<pubDate>Thu, 11 Nov 2010 15:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=657#comment-1334</guid>
		<description>But what if you want to update more than just one field, for instance, name, number, office and email - how do you put all of those things on the PUT line?</description>
		<content:encoded><![CDATA[<p>But what if you want to update more than just one field, for instance, name, number, office and email &#8211; how do you put all of those things on the PUT line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass update of Active Directory using PowerShell by Dan O'Neill</title>
		<link>http://www.thenetflow.com/2010/mass-update-of-active-directory-using-powershell/comment-page-1/#comment-1330</link>
		<dc:creator>Dan O'Neill</dc:creator>
		<pubDate>Wed, 20 Oct 2010 17:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenetflow.com/?p=657#comment-1330</guid>
		<description>@Robert

No problem - If it helped you in any particular way, sure let me know.</description>
		<content:encoded><![CDATA[<p>@Robert</p>
<p>No problem &#8211; If it helped you in any particular way, sure let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

