Solved
Forum Discussion
3 Replies
Sort By
- RamNagallaModerator
Simply you can use GUI-> and copy them into Excle sheet
or you need to use bppllist and bpstulist for command line..
hope this helps.
- NicolaiModerator
You would use the bppllist command:
bppllist
http://www.symantec.com/docs/HOWTO43679
DOCUMENTATION: What do entries in the 'bppllist <policy> -l' command indicate?
http://www.symantec.com/docs/TECH42917
- Andy_WelburnLevel 6
OR, something similar to the following?
for POLICY in `bppllist`
do
echo
bppllist $POLICY -L|egrep "^Policy Name|^Residence|^Schedule|^ Residence"|grep -v Lifecycle
done
Related Content
- 11 years ago
- 13 years ago