<?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: Capturing &amp; Deploying WLAN Profiles</title>
	<atom:link href="http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/</link>
	<description>Random IT shizzle, from random IT people</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:08:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Niangui</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-2447</link>
		<dc:creator>Niangui</dc:creator>
		<pubDate>Tue, 25 May 2010 14:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-2447</guid>
		<description>Bonjours je viens de trouver ce poste car sa faisait 5 jours que je n’arrivais pas à trouver, il me reste encore des zones d’ambre au niveau d’importation des la connexion, cela se fait avec un bat ou PowerShell, vous demander des copier des fichiers mais ou les mettre est ce que le wlan.exe doit être dans le même dossier que tous le reste
Merci de pouvoir m’aidé j’en ai besoin

Hi I just found this post because it was five days I could not find, I still have areas of amber in the import level of the connection, it is with a bat or PowerShell, you ask of copying files or put them but what is the wlan.exe must be in the same folder as all the rest
Thank you can help me I need</description>
		<content:encoded><![CDATA[<p>Bonjours je viens de trouver ce poste car sa faisait 5 jours que je n’arrivais pas à trouver, il me reste encore des zones d’ambre au niveau d’importation des la connexion, cela se fait avec un bat ou PowerShell, vous demander des copier des fichiers mais ou les mettre est ce que le wlan.exe doit être dans le même dossier que tous le reste<br />
Merci de pouvoir m’aidé j’en ai besoin</p>
<p>Hi I just found this post because it was five days I could not find, I still have areas of amber in the import level of the connection, it is with a bat or PowerShell, you ask of copying files or put them but what is the wlan.exe must be in the same folder as all the rest<br />
Thank you can help me I need</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-1814</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-1814</guid>
		<description>Good point Geoff!  VB is no longer my scripting choice - so much easier using PS these days.</description>
		<content:encoded><![CDATA[<p>Good point Geoff!  VB is no longer my scripting choice &#8211; so much easier using PS these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-1813</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-1813</guid>
		<description>Slight error with the vbscript code there, &quot;set wshshell=nothing&quot; should be the last line, otherwise the script will fail after the first interface (not many systems have more than 1 wifi interface so should be that much of a problem though!)</description>
		<content:encoded><![CDATA[<p>Slight error with the vbscript code there, &#8220;set wshshell=nothing&#8221; should be the last line, otherwise the script will fail after the first interface (not many systems have more than 1 wifi interface so should be that much of a problem though!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pascal</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-217</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Thu, 26 Mar 2009 08:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-217</guid>
		<description>perfect. great work. 
thx a lot</description>
		<content:encoded><![CDATA[<p>perfect. great work.<br />
thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Milner</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-216</link>
		<dc:creator>Rob Milner</dc:creator>
		<pubDate>Wed, 25 Mar 2009 20:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-216</guid>
		<description>Sorry for late reply - I have just finished the vbscript and the contents of the script is below:

(Powershell is much easier in this case - its only 5 lines of code compared to 24 lines of code for VBScript!). Hope you get it working anyway...

option explicit
Dim wshShell, strComputer, strKeyPath, oReg, arrSubKeys, subkey, command

Set wshShell = WScript.CreateObject (&quot;WSCript.shell&quot;)

Const HKEY_LOCAL_MACHINE = &amp;H80000002

strComputer = &quot;.&quot;

Set oReg=GetObject(&quot;winmgmts:{impersonationLevel=impersonate}!\\&quot; &amp; _ 
strComputer &amp; &quot;\root\default:StdRegProv&quot;)

strKeyPath = &quot;Software\Microsoft\WZCSVC\Parameters\Interfaces\&quot;
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys

For Each subkey In arrSubKeys
	subkey = Replace(subkey, &quot;{&quot;, &quot;&quot;)
	subkey = Replace(subkey, &quot;}&quot;, &quot;&quot;)
	&#039;Used for testing: Wscript.Echo &quot;WLAN.exe sp &quot; &amp; subkey &amp; &quot; testwireless.xml&quot;
	command = &quot;WLAN.exe sp &quot; &amp; subkey &amp; &quot; testwireless.xml&quot;
	
	wshShell.run command, 6, True
	set wshshell = nothing
Next</description>
		<content:encoded><![CDATA[<p>Sorry for late reply &#8211; I have just finished the vbscript and the contents of the script is below:</p>
<p>(Powershell is much easier in this case &#8211; its only 5 lines of code compared to 24 lines of code for VBScript!). Hope you get it working anyway&#8230;</p>
<p>option explicit<br />
Dim wshShell, strComputer, strKeyPath, oReg, arrSubKeys, subkey, command</p>
<p>Set wshShell = WScript.CreateObject (&#8220;WSCript.shell&#8221;)</p>
<p>Const HKEY_LOCAL_MACHINE = &amp;H80000002</p>
<p>strComputer = &#8220;.&#8221;</p>
<p>Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!\\&#8221; &amp; _<br />
strComputer &amp; &#8220;\root\default:StdRegProv&#8221;)</p>
<p>strKeyPath = &#8220;Software\Microsoft\WZCSVC\Parameters\Interfaces\&#8221;<br />
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys</p>
<p>For Each subkey In arrSubKeys<br />
	subkey = Replace(subkey, &#8220;{&#8220;, &#8220;&#8221;)<br />
	subkey = Replace(subkey, &#8220;}&#8221;, &#8220;&#8221;)<br />
	&#8216;Used for testing: Wscript.Echo &#8220;WLAN.exe sp &#8221; &amp; subkey &amp; &#8221; testwireless.xml&#8221;<br />
	command = &#8220;WLAN.exe sp &#8221; &amp; subkey &amp; &#8221; testwireless.xml&#8221;</p>
<p>	wshShell.run command, 6, True<br />
	set wshshell = nothing<br />
Next</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pascal</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-212</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Tue, 17 Mar 2009 11:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-212</guid>
		<description>hey, that would be great. i am a really bad in scripting.

thx a lot</description>
		<content:encoded><![CDATA[<p>hey, that would be great. i am a really bad in scripting.</p>
<p>thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Milner</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-211</link>
		<dc:creator>Rob Milner</dc:creator>
		<pubDate>Tue, 17 Mar 2009 08:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-211</guid>
		<description>Hi, it should be fairly easy to implement the same thing in vbscript (although not as easy as powershell). You should maybe think about rolling out powershell is as it much more powerful than vbscript and it will eventually replace vbscript anyway!

I will try and work on a vbscript version for you if you like?</description>
		<content:encoded><![CDATA[<p>Hi, it should be fairly easy to implement the same thing in vbscript (although not as easy as powershell). You should maybe think about rolling out powershell is as it much more powerful than vbscript and it will eventually replace vbscript anyway!</p>
<p>I will try and work on a vbscript version for you if you like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pascal</title>
		<link>http://www.squiggle.org/2009/02/capturing-deploying-wlan-profiles/comment-page-1/#comment-210</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Mon, 16 Mar 2009 17:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.squiggle.org/?p=29#comment-210</guid>
		<description>did you have a version without powershell ? maybe vb script? powershell isn&#039;t installed on the most clients.

thx</description>
		<content:encoded><![CDATA[<p>did you have a version without powershell ? maybe vb script? powershell isn&#8217;t installed on the most clients.</p>
<p>thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
