<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.itcollege.ee/index.php?action=history&amp;feed=atom&amp;title=Esimese_loengu_n%C3%A4ited%3A_PowerShell</id>
	<title>Esimese loengu näited: PowerShell - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.itcollege.ee/index.php?action=history&amp;feed=atom&amp;title=Esimese_loengu_n%C3%A4ited%3A_PowerShell"/>
	<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Esimese_loengu_n%C3%A4ited:_PowerShell&amp;action=history"/>
	<updated>2026-04-30T20:35:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.itcollege.ee/index.php?title=Esimese_loengu_n%C3%A4ited:_PowerShell&amp;diff=20999&amp;oldid=prev</id>
		<title>Htahis: Created page with &#039;   Id CommandLine                                                                                                          -- -----------                                         …&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.itcollege.ee/index.php?title=Esimese_loengu_n%C3%A4ited:_PowerShell&amp;diff=20999&amp;oldid=prev"/>
		<updated>2010-12-18T17:33:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;   Id CommandLine                                                                                                          -- -----------                                         …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
  Id CommandLine                                                                                                       &lt;br /&gt;
  -- -----------                                                                                                       &lt;br /&gt;
  14 cls                                                                                                               &lt;br /&gt;
  15 Get-Process                                                                                                       &lt;br /&gt;
  16 ps                                                                                                                &lt;br /&gt;
  17 Get-Process |Format-List                                                                                          &lt;br /&gt;
  18 Get-Process | ConvertTo-Html                                                                                      &lt;br /&gt;
  19 Get-Process | ConvertTo-Html &amp;gt; protsessid.html                                                                    &lt;br /&gt;
  20 Get-Process | ConvertTo-csv &amp;gt; protsessid.html                                                                     &lt;br /&gt;
  21 Get-Process *ie*                                                                                                  &lt;br /&gt;
  22 Get-Process *ie* | get-member                                                                                     &lt;br /&gt;
  23 Get-Process *fire*                                                                                                &lt;br /&gt;
  24 Get-Process *fire* |kill                                                                                          &lt;br /&gt;
  25 $protsessid = Get-Process *fire*                                                                                  &lt;br /&gt;
  26 foreach($x in $protsessid){$x.CloseMainWindow()}                                                                  &lt;br /&gt;
  27 get-pr                                                                                                            &lt;br /&gt;
  28 Get-Process                                                                                                       &lt;br /&gt;
  29 Get-Process | Sort-Object ws                                                                                      &lt;br /&gt;
  30 Get-Process | Sort-Object ws -des                                                                                 &lt;br /&gt;
  31 Get-Process | group name                                                                                          &lt;br /&gt;
  32 Get-Process | group name | where ($_.Count -gt 0)                                                                 &lt;br /&gt;
  33 (Get-Process | group name) | where ($_.Count -gt 0)                                                               &lt;br /&gt;
  34 tmp Get-Process | group name                                                                                      &lt;br /&gt;
  35 $tmp = Get-Process | group name                                                                                   &lt;br /&gt;
  36 foreach($x in $tmp){$x}                                                                                           &lt;br /&gt;
  37 (Get-Process | group name) | sort count                                                                           &lt;br /&gt;
  38 (Get-Process | group name) | sort count -des                                                                      &lt;br /&gt;
  39 (Get-Process | group name) | sort count -des |select -first 3                                                     &lt;br /&gt;
  40 Get-Process *wr*                                                                                                  &lt;br /&gt;
  41 Get-Command                                                                                                       &lt;br /&gt;
  42 Get-Command *remote*                                                                                              &lt;br /&gt;
  43 Get-Command *ws*                                                                                                  &lt;br /&gt;
  44 Enable-PSRemoting                                                                                                 &lt;br /&gt;
  45 Get-Command *history&lt;/div&gt;</summary>
		<author><name>Htahis</name></author>
	</entry>
</feed>