<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.windows.powershell Google Group</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell</link>
  <description>Microsoft Windows newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: code signing</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/7d18ec914c5e6000/4cb821796d1b6754?show_docid=4cb821796d1b6754</link>
  <description>
  Question for the assembled: *is* there any technical difference between the &lt;br&gt; certs used for executables vs. VBA? &lt;br&gt; I have no experience with using commercial code-signing certs (my POE runs &lt;br&gt; its own PKI, and we don&#39;t market software) but the OP&#39;s question got me &lt;br&gt; curious about the Verisign offering of different certs (each at full
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/7d18ec914c5e6000/4cb821796d1b6754?show_docid=4cb821796d1b6754</guid>
  <author>
  j.c.mor...@verizon.net
  (Joe Morris)
  </author>
  <pubDate>Sun, 21 mrt 2010 01:46:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: help me to find correct link to dowload powershell please</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/13ebd69340968117/c294f73b0521ce69?show_docid=c294f73b0521ce69</link>
  <description>
  What version of Windows do you use? &lt;br&gt; - Larry
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/13ebd69340968117/c294f73b0521ce69?show_docid=c294f73b0521ce69</guid>
  <author>
  l...@airmail.net
  (Larry__Weiss)
  </author>
  <pubDate>Sun, 21 mrt 2010 00:40:20 UT
</pubDate>
  </item>
  <item>
  <title>help me to find correct link to dowload powershell please</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/13ebd69340968117/7f05b67f262ef8d6?show_docid=7f05b67f262ef8d6</link>
  <description>
  I am a beginer to use and install powershell but I could not find a download &lt;br&gt; site. Please help me to find a link to install it first.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/13ebd69340968117/7f05b67f262ef8d6?show_docid=7f05b67f262ef8d6</guid>
  <author>
  har...@discussions.microsoft.com
  (harris)
  </author>
  <pubDate>Sat, 20 mrt 2010 23:34:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: code signing</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/7d18ec914c5e6000/09b10c8637528274?show_docid=09b10c8637528274</link>
  <description>
  I think its the authenticode one. Check out the help file for &lt;br&gt; Set-AuthenticodeSignature
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/7d18ec914c5e6000/09b10c8637528274?show_docid=09b10c8637528274</guid>
  <author>
  richs...@discussions.microsoft.com
  (RichS [ MVP ])
  </author>
  <pubDate>Sat, 20 mrt 2010 19:13:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need help converting &quot;InstalledOn&quot; date for all Win32_QuickFix</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/0b2a628eb62deea4?show_docid=0b2a628eb62deea4</link>
  <description>
  Ah, I was using V2 and the date is already converted using that cmdlet, &lt;br&gt; apparently. Chris posted the right answer.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/0b2a628eb62deea4?show_docid=0b2a628eb62deea4</guid>
  <author>
  paulcha...@discussions.microsoft.com
  (PaulChavez)
  </author>
  <pubDate>Sat, 20 mrt 2010 16:30:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need help converting &quot;InstalledOn&quot; date for all Win32_QuickFixEngineering entries</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/f4ec6c7d50effec2?show_docid=f4ec6c7d50effec2</link>
  <description>
  You just need a custom property in the Select-Object statement: &lt;br&gt; Get-WMIObject Win32_QuickFixEngineering | &lt;br&gt; Where-Object { $_.Description } | &lt;br&gt; Select-Object HotFixID, Description, ` &lt;br&gt; @{n=&#39;InstalledOn&#39;;e={ &lt;br&gt; [DateTime]::FromFileTimeUTC([C onvert]::ToInt64($_.InstalledO n, &lt;br&gt; 16)).ToString(&amp;quot;MM/dd/yy&amp;quot;) }}
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/f4ec6c7d50effec2?show_docid=f4ec6c7d50effec2</guid>
  <author>
  ch...@no-mail.null
  (Chris Dent)
  </author>
  <pubDate>Sat, 20 mrt 2010 11:15:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: Need help converting &quot;InstalledOn&quot; date for all Win32_QuickFixEngineering entries</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/c526eecad26bc613?show_docid=c526eecad26bc613</link>
  <description>
  PaulChavez;1243654 Wrote: &lt;br&gt; Paul, Wow! Thank you! That does everything that I need except the date &lt;br&gt; conversion to an understandable format. When I ran that on my Vista &lt;br&gt; computer, the output looks like: &lt;br&gt; KB977165,&amp;quot;Security Update&amp;quot;,01caa9fce57cf3d7 &lt;br&gt; Which puts the information in the correct format - Thank you! - but the
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/c526eecad26bc613?show_docid=c526eecad26bc613</guid>
  <author>
  gu...@unknown-email.com
  (MikeBlane)
  </author>
  <pubDate>Sat, 20 mrt 2010 05:01:30 UT
</pubDate>
  </item>
  <item>
  <title>RE: Need help converting &quot;InstalledOn&quot; date for all Win32_QuickFixEngi</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/7e3feb9905998cd8?show_docid=7e3feb9905998cd8</link>
  <description>
  get-wmiobject win32_quickfixengineering | &lt;br&gt; where-object {$_.Description} | &lt;br&gt; select-object HotFixID, Description, InstalledOn | &lt;br&gt; Export-CSV c:\HotfixInfo.csv
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/7e3feb9905998cd8?show_docid=7e3feb9905998cd8</guid>
  <author>
  paulcha...@discussions.microsoft.com
  (PaulChavez)
  </author>
  <pubDate>Sat, 20 mrt 2010 03:31:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Root certificate not trusted when running as scheduled task</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/8f2e133d0d28f310/874d55de2bf911fb?show_docid=874d55de2bf911fb</link>
  <description>
  Perhaps I should have asked the question differently. Was the code-signing &lt;br&gt; certificate you used issued by the root certificate server, or was it issued &lt;br&gt; by a second-tier CA? More to the point, are the public keys associated with &lt;br&gt; the cert chain leading to the code-signing certificate the same as are used
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/8f2e133d0d28f310/874d55de2bf911fb?show_docid=874d55de2bf911fb</guid>
  <author>
  j.c.mor...@verizon.net
  (Joe Morris)
  </author>
  <pubDate>Sat, 20 mrt 2010 02:07:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Write-host in a function, no newline</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/d85ef8f3bb27fdfc?show_docid=d85ef8f3bb27fdfc</link>
  <description>
  You need to use spaces instead of commas as the argument separator &lt;br&gt; SQLquery(&#39;a&#39; &#39;b&#39; &#39;c&#39;) &lt;br&gt; It&#39;s something yo just have to get used to. &lt;br&gt; With commas you were sending the function a single argument whose value was an &lt;br&gt; array containing three strings. &lt;br&gt; - Larry
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/d85ef8f3bb27fdfc?show_docid=d85ef8f3bb27fdfc</guid>
  <author>
  l...@airmail.net
  (Larry__Weiss)
  </author>
  <pubDate>Fri, 19 mrt 2010 22:37:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Write-host in a function, no newline</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/1bb354429854ad22?show_docid=1bb354429854ad22</link>
  <description>
  My mistake. &lt;br&gt; SQLquery(&#39;a&#39;,&#39;b&#39;,&#39;c&#39;) needs to be SQLquery &#39;a&#39; &#39;b&#39; &#39;c&#39; &lt;br&gt; no parentheses, no comma
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/1bb354429854ad22?show_docid=1bb354429854ad22</guid>
  <author>
  cpdiv...@gmail.com
  (Personne)
  </author>
  <pubDate>Fri, 19 mrt 2010 22:27:58 UT
</pubDate>
  </item>
  <item>
  <title>Write-host in a function, no newline</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/db5cde1fecd2e2da?show_docid=db5cde1fecd2e2da</link>
  <description>
  I&#39;m trying to create a very basic function &lt;br&gt; function SQLquery ([string]$SQLserver,[string]$S QLCatalog,[string] &lt;br&gt; $SQLQuery) &lt;br&gt; { &lt;br&gt; write-host -fore yellow $SQLserver; &lt;br&gt; write-host -fore red $SQLCatalog; &lt;br&gt; write-host -fore cyan $SQLQuery; &lt;br&gt; write-host &amp;quot;test&amp;quot; &lt;br&gt; write-host &amp;quot;test2&amp;quot; &lt;br&gt; write-host &amp;quot;test3&amp;quot; &lt;br&gt; SQLquery(&#39;a&#39;,&#39;b&#39;,&#39;c&#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/bb5c1872ee31cc60/db5cde1fecd2e2da?show_docid=db5cde1fecd2e2da</guid>
  <author>
  cpdiv...@gmail.com
  (Personne)
  </author>
  <pubDate>Fri, 19 mrt 2010 22:21:28 UT
</pubDate>
  </item>
  <item>
  <title>Need help converting &quot;InstalledOn&quot; date for all Win32_QuickFixEngineering entries</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/026bc9debdc61d4e?show_docid=026bc9debdc61d4e</link>
  <description>
  Hello, all. I&#39;m new to Powershell scripting, but have used VBScript for &lt;br&gt; years. I&#39;ve found that there is no way in VBScript to do the following &lt;br&gt; and am hoping someone can help with a PowerShell script for the &lt;br&gt; following: &lt;br&gt; I need to be able to document all of the HotFixIDs, their &lt;br&gt; description, and the date that the HotFixes were installed. I want this
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/35afbcc6bb4c0ee1/026bc9debdc61d4e?show_docid=026bc9debdc61d4e</guid>
  <author>
  gu...@unknown-email.com
  (MikeBlane)
  </author>
  <pubDate>Fri, 19 mrt 2010 20:57:59 UT
</pubDate>
  </item>
  <item>
  <title>RE: Powershell ISE</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/1db4f6f510935ed9/f3c2e4e736b373f7?show_docid=f3c2e4e736b373f7</link>
  <description>
  As far as i know there is no way to provide parameters to a script you&#39;re &lt;br&gt; running directly from the editor window using F5 or Debug-&amp;gt;Run. &lt;br&gt; You can run the script from the interactive command window built into the &lt;br&gt; ISE, and if you&#39;ve set a breakpoint in the editor it will stop at the &lt;br&gt; breakpoint even if you didn&#39;t explicitly run it from the menu.
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/1db4f6f510935ed9/f3c2e4e736b373f7?show_docid=f3c2e4e736b373f7</guid>
  <author>
  paulcha...@discussions.microsoft.com
  (PaulChavez)
  </author>
  <pubDate>Fri, 19 mrt 2010 20:19:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: adding smtp address for all users containing the employeeID field</title>
  <link>http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/e2e7875b344e3094/eb84c23cef3868f1?show_docid=eb84c23cef3868f1</link>
  <description>
  Something like this should work. It&#39;s a bit silly, but it&#39;s easier to &lt;br&gt; add e-mail addresses using ADSI unless I&#39;m missing something glaringly &lt;br&gt; obvious about Set-Mailbox. &lt;br&gt; Get-Mailbox -ResultSize Unlimited -Filter {employeeID -eq &amp;quot;&amp;lt;number&amp;gt;&amp;quot;} | %{ &lt;br&gt; $User = Get-User $_ &lt;br&gt; $NewSmtp = &amp;quot;{...@somedomain.com&amp;quot; -f $User.employeeID
  </description>
  <guid isPermaLink="true">http://groups.google.nl/group/microsoft.public.windows.powershell/browse_thread/thread/e2e7875b344e3094/eb84c23cef3868f1?show_docid=eb84c23cef3868f1</guid>
  <author>
  ch...@no-mail.null
  (Chris Dent)
  </author>
  <pubDate>Fri, 19 mrt 2010 20:00:46 UT
</pubDate>
  </item>
  </channel>
</rss>
