Link to home
Start Free TrialLog in
Avatar of A S
A S

asked on

batch script to powershell script

Hello all,

I have below command in batchfile which works good, now we are changing that batch script to powershell script. How can I do the below commands in powershell?

Taskkill /IM "outlook.exe" /f
Taskkill /IM "excel.exe" /f
Taskkill /IM "onenote.exe" /f
Taskkill /IM "winword.exe" /f
Taskkill /IM "BIUTIL.EXE " /f
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of A S
A S

ASKER

Thanks both worked