document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. param($salles)
  2. $OU="OU=Salles,DC=domaine,DC=local"#OU où se trouvent les salles/PC
  3. dsquery computer "OU=$salles,$OU" -o rdn |% {$_ -replace \'"\', ""} > TEMP\\computers.txt
');