<?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: Automate Configuration backup and Inventory of Network Devices	</title>
	<atom:link href="https://tekcookie.com/network-devices-config-backup/feed/" rel="self" type="application/rss+xml" />
	<link>https://tekcookie.com/network-devices-config-backup/</link>
	<description>Everything about IT</description>
	<lastBuildDate>Wed, 06 Oct 2021 18:39:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Intandem_ITguy		</title>
		<link>https://tekcookie.com/network-devices-config-backup/#comment-896</link>

		<dc:creator><![CDATA[Intandem_ITguy]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 18:39:17 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=368#comment-896</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/network-devices-config-backup/#comment-893&quot;&gt;jeffythampi&lt;/a&gt;.

I hope this script is still useful to you and I am not being a pain! I noticed, after examining the info more, that it only outputs the last model and SN of a stack when the switches are stacked. 

We have a bunch of Integrated Services Routers that I am working on getting it to work with as well. Sh Ver is not useful on them, but Sh Inventory is! However the SN: and PID: are on one line. The PID is the model and SN is obvious.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/network-devices-config-backup/#comment-893">jeffythampi</a>.</p>
<p>I hope this script is still useful to you and I am not being a pain! I noticed, after examining the info more, that it only outputs the last model and SN of a stack when the switches are stacked. </p>
<p>We have a bunch of Integrated Services Routers that I am working on getting it to work with as well. Sh Ver is not useful on them, but Sh Inventory is! However the SN: and PID: are on one line. The PID is the model and SN is obvious.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeffythampi		</title>
		<link>https://tekcookie.com/network-devices-config-backup/#comment-893</link>

		<dc:creator><![CDATA[jeffythampi]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 17:51:53 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=368#comment-893</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/network-devices-config-backup/#comment-892&quot;&gt;Intandem_ITguy&lt;/a&gt;.

Glad that the script helped you :)
I have put the folder creation part also. It is better to put all the file/folder path declarations to the top of the script and use that variable in the script. This makes it more readable and easy to change the path. I will make this change soon.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/network-devices-config-backup/#comment-892">Intandem_ITguy</a>.</p>
<p>Glad that the script helped you 🙂<br />
I have put the folder creation part also. It is better to put all the file/folder path declarations to the top of the script and use that variable in the script. This makes it more readable and easy to change the path. I will make this change soon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Intandem_ITguy		</title>
		<link>https://tekcookie.com/network-devices-config-backup/#comment-892</link>

		<dc:creator><![CDATA[Intandem_ITguy]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 16:25:57 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=368#comment-892</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/network-devices-config-backup/#comment-891&quot;&gt;jeffythampi&lt;/a&gt;.

OK, I’ve got that now and found a couple of issues running it. Your switchbackup.txt destination is D: which will error for most. Also your out.csv in the sentence below the script is D:. Also, I am not great with PS, but is it possible to have the script make the SWBKP folder if it does not exist? I made it myself, but that would streamline the prep.

Thanks so much! You’re saving me so much effort and it means a ton.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/network-devices-config-backup/#comment-891">jeffythampi</a>.</p>
<p>OK, I’ve got that now and found a couple of issues running it. Your switchbackup.txt destination is D: which will error for most. Also your out.csv in the sentence below the script is D:. Also, I am not great with PS, but is it possible to have the script make the SWBKP folder if it does not exist? I made it myself, but that would streamline the prep.</p>
<p>Thanks so much! You’re saving me so much effort and it means a ton.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeffythampi		</title>
		<link>https://tekcookie.com/network-devices-config-backup/#comment-891</link>

		<dc:creator><![CDATA[jeffythampi]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 14:25:51 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=368#comment-891</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/network-devices-config-backup/#comment-890&quot;&gt;Intandem_ITguy&lt;/a&gt;.

Hi, Thank you for pointing it out. I have added the CSV format to the last section of the article. Check it out.
If you are not able to view it, please clear the browser cache and try again :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/network-devices-config-backup/#comment-890">Intandem_ITguy</a>.</p>
<p>Hi, Thank you for pointing it out. I have added the CSV format to the last section of the article. Check it out.<br />
If you are not able to view it, please clear the browser cache and try again 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Intandem_ITguy		</title>
		<link>https://tekcookie.com/network-devices-config-backup/#comment-890</link>

		<dc:creator><![CDATA[Intandem_ITguy]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 14:02:36 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=368#comment-890</guid>

					<description><![CDATA[I love this! Except I do not see an explanation of how to format the input file “Book1.csv”.  I am guessing it is 3 columns with the stated info. I am going to try that, but look forward to any input from you.]]></description>
			<content:encoded><![CDATA[<p>I love this! Except I do not see an explanation of how to format the input file “Book1.csv”.  I am guessing it is 3 columns with the stated info. I am going to try that, but look forward to any input from you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
