Search found 3 matches

by venkirocs
Wed Sep 18, 2019 8:16 am
Forum: PowerShell
Topic: Get Input from CSV Files
Replies: 3
Views: 3408

Re: Get Input from CSV Files

Thank you all.
by venkirocs
Mon Sep 09, 2019 3:55 am
Forum: PowerShell
Topic: Get Process Info, capture it and send it via email
Replies: 2
Views: 2708

Re: Get Process Info, capture it and send it via email

you can use the Task Scheduler's "Run As" option to provide username & password.
This will help to run the script even if no one is logged on
by venkirocs
Fri Sep 06, 2019 6:37 am
Forum: PowerShell
Topic: Get Input from CSV Files
Replies: 3
Views: 3408

Get Input from CSV Files

Hi, For some bulk activities, I will get the input data through a CSV. I used a Button, when the button is clicked the OpenFileDialog will pop-up and capture the filename. Next I use the Import-Csv command to fetch the data from that file. Then will use the Foreach loop to process each object in the...