Revision history of "While loop in powershell"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 15:37, 9 October 2017George2 (Talk | contribs). . (227 bytes) (+227). . (Created page with "<source lang="powershell"> Function Count-Up { while($i -lt 9999) { $i++ get-qaduser -sn leo sleep 60 } else { Write-Host "Count co...")