smith_jones
9 years agoLevel 6
bpimmedia
Hi,
bpimmedia has many parameters and based on these parameters we get specific outputs.
But can you please tell me how to get just the one output, the backupid and nothing more. Just the backup ids.
Below parameters are enough for me to run the bpimmedia command for my need but it also gives alot more info -
bpimmedia -d date time -e date time -cn copy_number -client client_name
I just need the backupid values.
Kindly suggest. Is there anyway other than VB?
Using findstr /v FRAG and %{$_.Split(' ')[3];} and then passing that txt file again through cmd and done.