<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Outlook signature based on user information from Active Directory</title>
	<atom:link href="http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Fri, 09 Dec 2011 10:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1095</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 10:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1095</guid>
		<description><![CDATA[Hi,
The PowerShell tab is available only on Windows Server 2008 R2. If you want to run a PowerShell script in 2003, you can call powershell.exe from a cmd-file. I.e. powershell.exe -File c:\scripts\myscript.ps1]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
The PowerShell tab is available only on Windows Server 2008 R2. If you want to run a PowerShell script in 2003, you can call powershell.exe from a cmd-file. I.e. powershell.exe -File c:\scripts\myscript.ps1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1066</link>
		<dc:creator><![CDATA[Amr]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1066</guid>
		<description><![CDATA[Hi,
I have a very silly problem here.. I think it&#039;s my problem but I couldn&#039;t find a solution for it so far. I&#039;m using Win2k3 server with SP2 but I can not find the tab of &quot;Powershell scripts&quot; in the logon properties in GPO.
Can you please advise me what I&#039;m missing?

thanks in advance,]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a very silly problem here.. I think it&#8217;s my problem but I couldn&#8217;t find a solution for it so far. I&#8217;m using Win2k3 server with SP2 but I can not find the tab of &#8220;Powershell scripts&#8221; in the logon properties in GPO.<br />
Can you please advise me what I&#8217;m missing?</p>
<p>thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1036</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 12:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1036</guid>
		<description><![CDATA[however;

office 2007 does not save the information in rtf,htmnl or plain text format.....]]></description>
		<content:encoded><![CDATA[<p>however;</p>
<p>office 2007 does not save the information in rtf,htmnl or plain text format&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1035</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 12:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1035</guid>
		<description><![CDATA[ok fixed that issue

I Changed 

$path = $LocalSignaturePath+’\&#039;+$CompanyName+”.txt”
$MSWord.ActiveDocument.SaveAs([ref] $path, [ref]$SaveFormat::wdFormatText)

To

$saveFormat = [Enum]::Parse([Microsoft.Office.Interop.Word.WdSaveFormat], “wdFormatText”);
$path = $LocalSignaturePath+’\&#039;+$CompanyName+”.txt”
$MSWord.ActiveDocument.SaveAs([ref] $path, [ref]$saveFormat)

now displays fine]]></description>
		<content:encoded><![CDATA[<p>ok fixed that issue</p>
<p>I Changed </p>
<p>$path = $LocalSignaturePath+’\&#8217;+$CompanyName+”.txt”<br />
$MSWord.ActiveDocument.SaveAs([ref] $path, [ref]$SaveFormat::wdFormatText)</p>
<p>To</p>
<p>$saveFormat = [Enum]::Parse([Microsoft.Office.Interop.Word.WdSaveFormat], “wdFormatText”);<br />
$path = $LocalSignaturePath+’\&#8217;+$CompanyName+”.txt”<br />
$MSWord.ActiveDocument.SaveAs([ref] $path, [ref]$saveFormat)</p>
<p>now displays fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1034</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 08:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-1034</guid>
		<description><![CDATA[Seems the txt files only display 

PK   

as a signature repling to plain text emails

but the txt looks like this

K     ! &gt;RHè&#124;  ¤   [Content_Types].xml ¢(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ´”ËNÃ0E÷HüCä-JÜ²@5í‚Ç*Q$¶Æ™´~Éž¾þžIÒFB‹ÝDJÆsïñ=£ÉÆèd!*gs6Ì,+]¡ì&lt;g/³‡ôš%…-„vr¶…È&amp;ãó³Ñlë!&amp;ÔmcÎˆþ†ó(`DÌœK•Ò#^Ãœ{!ßÅøå`pÅ¥³S¬4Øxt¥XjLî7ô¹!	 #Kn›…•WÎ„÷ZIDÊW¶øâ’î2ê¬×Ä…òñ‚0ït¨*?ìúž(š 
H¦&quot;à£0„Á×.¼prihÙa™NW–JBÛ_©ùà$ÄH™µ#”ÝówqÈeDg^æ
ÁLƒóqØ§­ô  ‚6Ã.†:‹ˆ[
±·õ·$ÝC4ö€HÑ`§&#124;a
oÏ&#039;£ø$~¤¤3oþÿo´ÒG!¦ ðúÙÿ@Ö2‡,é¾ÔgŸ¦JøÃ¶÷c£êNé&quot;þâÐ·Ž4‘zçÕÌ+ èðæõŒ   ÿÿ PK     ! ‘·ó   N   _rels/.rels ¢(  



Any help.]]></description>
		<content:encoded><![CDATA[<p>Seems the txt files only display </p>
<p>PK   </p>
<p>as a signature repling to plain text emails</p>
<p>but the txt looks like this</p>
<p>K     ! &gt;RHè|  ¤   [Content_Types].xml ¢(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ´”ËNÃ0E÷HüCä-JÜ²@5í‚Ç*Q$¶Æ™´~Éž¾þžIÒFB‹ÝDJÆsïñ=£ÉÆèd!*gs6Ì,+]¡ì&lt;g/³‡ôš%…-„vr¶…È&amp;ãó³Ñlë!&amp;ÔmcÎˆþ†ó(`DÌœK•Ò#^Ãœ{!ßÅøå`pÅ¥³S¬4Øxt¥XjLî7ô¹!	 #Kn›…•WÎ„÷ZIDÊW¶øâ’î2ê¬×Ä…òñ‚0ït¨*?ìúž(š <br />
H¦&quot;à£0„Á×.¼prihÙa™NW–JBÛ_©ùà$ÄH™µ#”ÝówqÈeDg^æ<br />
ÁLƒóqØ§­ô  ‚6Ã.†:‹ˆ[<br />
±·õ·$ÝC4ö€HÑ`§|a<br />
oÏ&#039;£ø$~¤¤3oþÿo´ÒG!¦ ðúÙÿ@Ö2‡,é¾ÔgŸ¦JøÃ¶÷c£êNé&quot;þâÐ·Ž4‘zçÕÌ+ èðæõŒ   ÿÿ PK     ! ‘·ó   N   _rels/.rels ¢(  </p>
<p>Any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Macdade</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-866</link>
		<dc:creator><![CDATA[Austin Macdade]]></dc:creator>
		<pubDate>Fri, 09 Sep 2011 16:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-866</guid>
		<description><![CDATA[So.... I ran into this same problem on Windows XP Pro x64, and I discovered that I need to make sure to run the script using the x86 version of PowerShell for the script to execute using the office PIAs, since the PIAs are x86. Just a hint.]]></description>
		<content:encoded><![CDATA[<p>So&#8230;. I ran into this same problem on Windows XP Pro x64, and I discovered that I need to make sure to run the script using the x86 version of PowerShell for the script to execute using the office PIAs, since the PIAs are x86. Just a hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerShell: Outlook unified signature based on Active Directory information &#171; Bart&#039;s Weblog</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-862</link>
		<dc:creator><![CDATA[PowerShell: Outlook unified signature based on Active Directory information &#171; Bart&#039;s Weblog]]></dc:creator>
		<pubDate>Sat, 03 Sep 2011 15:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-862</guid>
		<description><![CDATA[[...] Outlook signature based on user information from Active Directory [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Outlook signature based on user information from Active Directory [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco Tiel</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-832</link>
		<dc:creator><![CDATA[Remco Tiel]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-832</guid>
		<description><![CDATA[Hello Jan,

I had an earlier issue where I couldn&#039;t get your script to work. It turned out that I had to install the 2003 Primary Interop Assemblies at your suggestion and that worked voor XP + Office 2003. I&#039;m now testing your script for Windows 7 + Office 2003 and am not able to get it to work. I&#039;ve installed the 2003 Primary Interop Assemblies to no avail. It works with Windows 7 + Office 2010 so just to be sure I installed the 2010 Primary Interop Assemblies to no avail. I get a lot of messages like this:

Exception calling &quot;Open&quot; with &quot;1&quot; argument(s): &quot;Er is een fout opgetreden tijdens het openen van het bestand.&quot;
At C:\Temp\Outlook-Signatures\Sig-Standaard.ps1:137 char:23
+ $MSWord.Documents.Open &lt;&lt;&lt;&lt; ($fullPath)
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ComMethodTargetInvocation

You cannot call a method on a null-valued expression.
At C:\Temp\Outlook-Signatures\Sig-Standaard.ps1:141 char:32
+  $MSWord.Selection.Find.Execute &lt;&lt;&lt;&lt; ($FindText, $MatchCase, $MatchWholeWord, $MatchWildcards, $MatchSoundsLike, $Mat
chAllWordForms, $Forward, $Wrap, $Format, $ReplaceText, $ReplaceAll )
    + CategoryInfo          : InvalidOperation: (Execute:String) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Do you have any suggestions?

Thnx Remco]]></description>
		<content:encoded><![CDATA[<p>Hello Jan,</p>
<p>I had an earlier issue where I couldn&#8217;t get your script to work. It turned out that I had to install the 2003 Primary Interop Assemblies at your suggestion and that worked voor XP + Office 2003. I&#8217;m now testing your script for Windows 7 + Office 2003 and am not able to get it to work. I&#8217;ve installed the 2003 Primary Interop Assemblies to no avail. It works with Windows 7 + Office 2010 so just to be sure I installed the 2010 Primary Interop Assemblies to no avail. I get a lot of messages like this:</p>
<p>Exception calling &#8220;Open&#8221; with &#8220;1&#8243; argument(s): &#8220;Er is een fout opgetreden tijdens het openen van het bestand.&#8221;<br />
At C:\Temp\Outlook-Signatures\Sig-Standaard.ps1:137 char:23<br />
+ $MSWord.Documents.Open &lt;&lt;&lt;&lt; ($fullPath)<br />
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException<br />
    + FullyQualifiedErrorId : ComMethodTargetInvocation</p>
<p>You cannot call a method on a null-valued expression.<br />
At C:\Temp\Outlook-Signatures\Sig-Standaard.ps1:141 char:32<br />
+  $MSWord.Selection.Find.Execute &lt;&lt;&lt;&lt; ($FindText, $MatchCase, $MatchWholeWord, $MatchWildcards, $MatchSoundsLike, $Mat<br />
chAllWordForms, $Forward, $Wrap, $Format, $ReplaceText, $ReplaceAll )<br />
    + CategoryInfo          : InvalidOperation: (Execute:String) [], RuntimeException<br />
    + FullyQualifiedErrorId : InvokeMethodOnNull</p>
<p>Do you have any suggestions?</p>
<p>Thnx Remco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fatman</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-815</link>
		<dc:creator><![CDATA[fatman]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 14:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-815</guid>
		<description><![CDATA[You&#039;re right, I saw Lync signature here:
http://blogs.nelite.com/blogs/yvarloud/archive/2011/06/18/lync-2010-amp-outlook-signatures.aspx 
But I dont understand how it been created. Standard Lync facilities not provide this functionality (maybe I make mistake). With this script it&#039;s possible, but without icons.
About photo it&#039;s not quickly.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re right, I saw Lync signature here:<br />
<a href="http://blogs.nelite.com/blogs/yvarloud/archive/2011/06/18/lync-2010-amp-outlook-signatures.aspx" rel="nofollow">http://blogs.nelite.com/blogs/yvarloud/archive/2011/06/18/lync-2010-amp-outlook-signatures.aspx</a><br />
But I dont understand how it been created. Standard Lync facilities not provide this functionality (maybe I make mistake). With this script it&#8217;s possible, but without icons.<br />
About photo it&#8217;s not quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Egil Ring</title>
		<link>http://blog.powershell.no/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-814</link>
		<dc:creator><![CDATA[Jan Egil Ring]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 12:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://janegilring.wordpress.com/2010/01/09/outlook-signature-based-on-user-information-from-active-directory/#comment-814</guid>
		<description><![CDATA[Hi,
Thanks for the feedback. If you use Lync and Outlook 2010 the pictures stored in AD is automatically displayed on the clients. But you want the pictures inserted into the signature? I`m not quite sure how to do that, but in theory it should be possible. I`ll let you know if I figure how to do it. If you need to know quickly, try the PowerShell scripting forum on Microsoft TechNet :)]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the feedback. If you use Lync and Outlook 2010 the pictures stored in AD is automatically displayed on the clients. But you want the pictures inserted into the signature? I`m not quite sure how to do that, but in theory it should be possible. I`ll let you know if I figure how to do it. If you need to know quickly, try the PowerShell scripting forum on Microsoft TechNet <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

