dazzpowder

Error Handling

Hi trying to introduce error handling into my scripts but having difficulty in getting the results I expect.  The below script should stop...

read more

write-host

Hi I'm using the following script $a = Get-Content "c:servers.txt" foreach ($i in $a)  {$files= get-content...

read more