foreach powershell

Shell
ForEach($user in $users){
	Write-Output $user
}
Source

Also in Shell: