cancel
Showing results for 
Search instead for 
Did you mean: 

Need to validate the server selection list of multiple servers

Doolze
Level 4

Hi All,

 

Is there an option with BE 2012 , where we can create a script to get the server selection list to an excel.

 

If yes please help me out.

 

 

3 REPLIES 3

VJware
Level 6
Employee Accredited Certified

The concept of "selection lists" is no longer present in BE 2012 onwards like it was in previous versions of BE. The closest way one can get to export the selection list is using the steps as mentioned in this post - https://www-secure.symantec.com/connect/forums/export-backup-selection-list-bemcli

LegAEI
Level 5

You can find the selections by using get-backupdefinition. The selections are listable from:

get-backupdefinition | select -expandproperty selectionlist | select -expandproperty selections | select path

Script to your heart's content!

Also, if you would post what you come up with, I'd be very interested.

Doolze
Level 4

@ LegAEI  - This above mentioned command , does it give a detailed information of selection list.