Anlage des Repos
This commit is contained in:
8
test/vb.ps1
Normal file
8
test/vb.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
$test1 = (Test-Connection -ComputerName "enterprise" -Count 1 -Quiet)
|
||||
|
||||
|
||||
|
||||
Write-Host $test1
|
||||
|
||||
|
||||
#$job = Test-connection -ComputerName (Get-Content Servers.txt) -asjobPS C:\>if ($job.JobStateInfo.State -ne "Running") {$Results = Receive-Job $job}
|
||||
Reference in New Issue
Block a user