Pipe Get-Process to see what's running

pull/7861/head
Don Schenck 10 years ago committed by Matt Martz
parent cd3edf1eba
commit e5399b12b9

@ -28,6 +28,7 @@ $powershellpath = "C:\powershell"
function download-file
{
Get-Process | Out-File c:\powershell\whatisrunningrightnow.txt
param ([string]$path, [string]$local)
$client = new-object system.net.WebClient
$client.Headers.Add("user-agent", "PowerShell")
@ -78,6 +79,5 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
write-host "Download successful"
exit
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"

Loading…
Cancel
Save