Arama yap

Showing results for tags 'powershell'.



More search options

  • Search By Tags

    • powershell ×
    Etiketler, virgülle ayrılır
  • Search By Author

İçerik türü



1 sonuç bulundu

  1. gencler belki siz bilirsiniz bir danisayim. basit bir script ile server'dan data cekiyorum: $units = Get-Content "C:\temp\units.txt" for ($i = 0; $i -lt $units.Count; $i++) { $command = "fancyDataExport.exe -s SERVER_A $($units[$i])" Invoke-Expression $command if (($i + 1) % 10...