Prozess beenden
Autor: Dr. Holger Schwichtenberg
Get-Process | Where-Object { $.name -eq "iexplore" } | Foreach-Object { $.Kill() }
Stop-Process -name iexplore
Liste aller Codebeispiele Definition '.NET Framework Class Library' PowerShell Community Portal