<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/microsoft.public.windows.powershell</id>
  <title type="text">microsoft.public.windows.powershell Google Group</title>
  <subtitle type="text">
  Microsoft Windows newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.windows.powershell/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.windows.powershell feed"/>
  <updated>2010-01-06T03:03:01Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>MOMBoy</name>
  <email>mom...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-06T03:03:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/d8c447823f906175/e00e2a0165d7ffca?show_docid=e00e2a0165d7ffca</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/d8c447823f906175/e00e2a0165d7ffca?show_docid=e00e2a0165d7ffca"/>
  <title type="text">RE: How to output file to remote server via Out-File -filepath</title>
  <summary type="html" xml:space="preserve">
  Now I get a new error. I build my path based on cancatination of instance &lt;br&gt; name and previous variable $Path1 that I get initially in the same script, &lt;br&gt; like so: &lt;br&gt; [b][string]$MyPath=&amp;quot;\\&amp;quot; + $Servername + &amp;quot;\&amp;quot; + &lt;br&gt; $Path1.value.Replace(&amp;quot;:\&amp;quot;,&amp;quot;$\&amp;quot; ) + &amp;quot;DBBackup.txt&amp;quot; [/b] &lt;br&gt; But nothing gets logged. If I execute this stored procedure from a job I get
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marco Shaw [MVP]</name>
  <email>marco.s...@no_spamgmail.com</email>
  </author>
  <updated>2010-01-06T02:45:43Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/f573dd9832e4a78b/b2200a346c7bb0ba?show_docid=b2200a346c7bb0ba</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/f573dd9832e4a78b/b2200a346c7bb0ba?show_docid=b2200a346c7bb0ba"/>
  <title type="text">Re: how to kill process with powershell</title>
  <summary type="html" xml:space="preserve">
  That last line should be more like: &lt;br&gt; foreach($i in $array){get-process|where {$_.Name -Eq $i}|kill}
  </summary>
  </entry>
  <entry>
  <author>
  <name>jerry qian</name>
  <email>qianxuef...@csii.com.cn</email>
  </author>
  <updated>2010-01-06T02:09:43Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/f573dd9832e4a78b/1d86a9a63b07b99c?show_docid=1d86a9a63b07b99c</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/f573dd9832e4a78b/1d86a9a63b07b99c?show_docid=1d86a9a63b07b99c"/>
  <title type="text">how to kill process with powershell</title>
  <summary type="html" xml:space="preserve">
  hello everyone &lt;br&gt; i am new here and just learned powershell few days . &lt;br&gt; I want to declare a array that contains my program name,and then I shutdown &lt;br&gt; it when I run the powershell script. &lt;br&gt; here is my code &lt;br&gt; $array=(&amp;quot;a&amp;quot;,&amp;quot;b&amp;quot;,&amp;quot;c&amp;quot;) &lt;br&gt; foreach($i in $array){get-process|where { _$.Name -Equal $i}|kill} &lt;br&gt; can you help me to edit it .thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rob Campbell</name>
  <email>robcampb...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T23:27:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5599ab3cb59f61d2/3cc7446d53d3fb60?show_docid=3cc7446d53d3fb60</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5599ab3cb59f61d2/3cc7446d53d3fb60?show_docid=3cc7446d53d3fb60"/>
  <title type="text">Re: Parse email and forward certain text</title>
  <summary type="html" xml:space="preserve">
  Unless you&#39;re already familiar with scripting Outlook via COM, you may be &lt;br&gt; looking at a steep learning curve either way. &lt;br&gt; I&#39;m an Exchange admin who never did grok VB and consequently never did any &lt;br&gt; COM automation of Outlook, so my preference would be the EWS solution. It &lt;br&gt; only requrires the .dll and Powershell, so it&#39;s very portable. You don&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas Lee</name>
  <email>t...@psp.co.uk</email>
  </author>
  <updated>2010-01-05T23:12:23Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/f9f8fa11422b7ddd?show_docid=f9f8fa11422b7ddd</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/f9f8fa11422b7ddd?show_docid=f9f8fa11422b7ddd"/>
  <title type="text">Re: recent books about PowerShell ?</title>
  <summary type="html" xml:space="preserve">
  In message &amp;lt;eSHxOoljKHA.5...@TK2MSFTNGP05 .phx.gbl&amp;gt;, Larry__Weiss &lt;br&gt; &amp;lt;l...@airmail.net&amp;gt; writes &lt;br&gt; I will try to do a better job on this. &lt;br&gt; Agreed.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Larry__Weiss</name>
  <email>l...@airmail.net</email>
  </author>
  <updated>2010-01-05T22:54:31Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/ca62b6fbf7ff1936?show_docid=ca62b6fbf7ff1936</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/ca62b6fbf7ff1936?show_docid=ca62b6fbf7ff1936"/>
  <title type="text">Re: recent books about PowerShell ?</title>
  <summary type="html" xml:space="preserve">
  Thanks for that list. Sometimes the titles give a hint as to what version of &lt;br&gt; PowerShell they follow. &lt;br&gt; Do you have a PowerShell book you have found especially valuable? &lt;br&gt; I would think that everyone finds Bruce Payette&#39;s &amp;quot;PowerShell in Action&amp;quot; a &lt;br&gt; valuable resource. &lt;br&gt; - Larry
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rob Campbell</name>
  <email>robcampb...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T22:55:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/df7bbda92629813b/4582ca43cebe9adb?show_docid=4582ca43cebe9adb</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/df7bbda92629813b/4582ca43cebe9adb?show_docid=4582ca43cebe9adb"/>
  <title type="text">Re: Printing Ascii and non-Ascii codes</title>
  <summary type="html" xml:space="preserve">
  Sorry for the double reply. I couldn&#39;t get anything to update until just a &lt;br&gt; few minutes ago, and thought I&#39;d closed the window without hitting Post on &lt;br&gt; the first one.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rob Campbell</name>
  <email>robcampb...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T22:53:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/df7bbda92629813b/025135fd4c2ffefb?show_docid=025135fd4c2ffefb</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/df7bbda92629813b/025135fd4c2ffefb?show_docid=025135fd4c2ffefb"/>
  <title type="text">Re: Printing Ascii and non-Ascii codes</title>
  <summary type="html" xml:space="preserve">
  Like this? &lt;br&gt; 0..255 |% {write-host &amp;quot;$($_) = $([char]$_)&amp;quot;}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Thomas Lee</name>
  <email>t...@psp.co.uk</email>
  </author>
  <updated>2010-01-05T22:38:16Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/c3ec245e964fbb58?show_docid=c3ec245e964fbb58</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/5acff50592a69750/c3ec245e964fbb58?show_docid=c3ec245e964fbb58"/>
  <title type="text">Re: recent books about PowerShell ?</title>
  <summary type="html" xml:space="preserve">
  In message &amp;lt;uM1mBqXjKHA.1...@TK2MSFTNGP06 .phx.gbl&amp;gt;, Larry__Weiss &lt;br&gt; &amp;lt;l...@airmail.net&amp;gt; writes &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://powershellcommunity.org/LearningResources.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thomas
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Robelo</name>
  <email>ki...@highplainsdrifter.com</email>
  </author>
  <updated>2010-01-05T21:43:21Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/e81aab3da698eb6c/85fb8b720d1230ff?show_docid=85fb8b720d1230ff</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/e81aab3da698eb6c/85fb8b720d1230ff?show_docid=85fb8b720d1230ff"/>
  <title type="text">Re: How to display array of strings via Format-Wide</title>
  <summary type="html" xml:space="preserve">
  Glad to help guys. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robert
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Robelo</name>
  <email>ki...@highplainsdrifter.com</email>
  </author>
  <updated>2010-01-05T21:38:19Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/c8c4246bb25a4a0f/c322df8b1a48ee96?show_docid=c322df8b1a48ee96</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/c8c4246bb25a4a0f/c322df8b1a48ee96?show_docid=c322df8b1a48ee96"/>
  <title type="text">Re: Create random file</title>
  <summary type="html" xml:space="preserve">
  Try this function. &lt;br&gt; &lt;p&gt;It creates a new file or overwrites an existing file, and writes up to 5120 MB of random chars -your set of chars- in one huge string through a stream writer. &lt;br&gt; &lt;p&gt;If you want to write many lines instead of one huge line, use IO.StreamRiter&#39;s WriteLine Method instead, but be aware that it&#39;ll affect the function&#39;s perfomance. Showing the progress will also affect performance.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Clint</name>
  <email>clintberg...@gmail.com</email>
  </author>
  <updated>2010-01-05T20:10:11Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/af271391d8b3cf9b/22cdf895b0a856d6?show_docid=22cdf895b0a856d6</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/af271391d8b3cf9b/22cdf895b0a856d6?show_docid=22cdf895b0a856d6"/>
  <title type="text">Re: Add an Active Directory Object to Organizational Unit !!!!</title>
  <summary type="html" xml:space="preserve">
  There are a few different ways to do this that I am aware of: &lt;br&gt; 1) Using Native ADSI/.NET methods. The most complex, you can find &lt;br&gt; examples on the technet script center like this one: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gallery.technet.microsoft.com/ScriptCenter/en-us/673a3c9b-5f7f-4c76-be6d-0ffe7aa16aca&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; 2) Using Quest&#39;s AD Plugin
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-05T19:47:26Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/795956ada98e6990/2119933d0fe53dae?show_docid=2119933d0fe53dae</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/795956ada98e6990/2119933d0fe53dae?show_docid=2119933d0fe53dae"/>
  <title type="text">This will work</title>
  <summary type="html" xml:space="preserve">
  $address = &amp;quot;Fraser Center`r`nBldg 3&amp;quot; &lt;br&gt; set-user -id -streetaddress $address &lt;br&gt; You need to have both the `r`n and that is not a &#39; it a ` there is a differance in powershell. &lt;br&gt; I think part of the confusion may be between the term multi-line and &lt;br&gt; 11-Apr-09 &lt;br&gt; I think part of the confusion may be between the term multi-line and
  </summary>
  </entry>
  <entry>
  <author>
  <name>Charlie Russel - MVP</name>
  <email>char...@mvkillallspammersps.org</email>
  </author>
  <updated>2010-01-05T19:26:45Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/cf76a24a470250f2/f62cc8cd8cf3b2d9?show_docid=f62cc8cd8cf3b2d9</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/cf76a24a470250f2/f62cc8cd8cf3b2d9?show_docid=f62cc8cd8cf3b2d9"/>
  <title type="text">Re: Powershell and Microsoft Clustering.</title>
  <summary type="html" xml:space="preserve">
  In Windows Server 2008 R2 the clustering can be managed entirely from &lt;br&gt; PowerShell. See &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blogs.msdn.com/clustering/archive/2008/12/20/9243367.aspx&quot;&gt;[link]&lt;/a&gt; for more on &lt;br&gt; Failover Clustering, and &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blogs.msdn.com/clustering/archive/2008/12/26/9253786.aspx&quot;&gt;[link]&lt;/a&gt; for details &lt;br&gt; on NLB clustering. &lt;br&gt; In both cases, once the Role is loaded, additional modules are available.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jacob Sampson</name>
  <email>jacobsamp...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T18:39:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/cf76a24a470250f2/a81365af018ccac9?show_docid=a81365af018ccac9</id>
  <link href="http://groups.google.com/group/microsoft.public.windows.powershell/browse_frm/thread/cf76a24a470250f2/a81365af018ccac9?show_docid=a81365af018ccac9"/>
  <title type="text">Powershell and Microsoft Clustering.</title>
  <summary type="html" xml:space="preserve">
  Are there any cmdlets that allow me to gather info about clusters? Is there &lt;br&gt; a snap-in or is it available in powershell 2? &lt;br&gt; Thanks
  </summary>
  </entry>
</feed>
