<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=While_loop_in_powershell</id>
		<title>While loop in powershell - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=While_loop_in_powershell"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=While_loop_in_powershell&amp;action=history"/>
		<updated>2026-05-06T13:17:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=While_loop_in_powershell&amp;diff=3871&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;powershell&quot;&gt; Function Count-Up {     while($i -lt 9999)     {         $i++         get-qaduser -sn leo sleep 60     }     else     {         Write-Host &quot;Count co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=While_loop_in_powershell&amp;diff=3871&amp;oldid=prev"/>
				<updated>2017-10-09T15:37:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;powershell&amp;quot;&amp;gt; Function Count-Up {     while($i -lt 9999)     {         $i++         get-qaduser -sn leo sleep 60     }     else     {         Write-Host &amp;quot;Count co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;powershell&amp;quot;&amp;gt;&lt;br /&gt;
Function Count-Up&lt;br /&gt;
{&lt;br /&gt;
    while($i -lt 9999)&lt;br /&gt;
    {&lt;br /&gt;
        $i++&lt;br /&gt;
        get-qaduser -sn leo&lt;br /&gt;
sleep 60&lt;br /&gt;
    }&lt;br /&gt;
    else&lt;br /&gt;
    {&lt;br /&gt;
        Write-Host &amp;quot;Count complete - We have counted up to $i&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>