cancel
Showing results for 
Search instead for 
Did you mean: 

Getting path information with Get-BEDiskStorageDevice

DavidHomer
Level 3

Hello,

We are adding support for our network documentation tool, to be able to document BackupExec.

Using the cmdlet Get-BEDiskStorageDevice is it possible to get the UNC or local path information for disk based storage?

I see you can use this with the New-BEDiskStorageDevice cmdlet but can't see how to get the configured path for existig storage devices.

 

Regards,

 

David

 

1 ACCEPTED SOLUTION

Accepted Solutions

pkh
Moderator
Moderator
   VIP    Certified

I think you should be able to get the path with this command

Get-BEDiskStorageDevice "<insert_disk_storage_name_here>" | Select-Object -ExpandProperty Servers

View solution in original post

2 REPLIES 2

pkh
Moderator
Moderator
   VIP    Certified

I think you should be able to get the path with this command

Get-BEDiskStorageDevice "<insert_disk_storage_name_here>" | Select-Object -ExpandProperty Servers

DavidHomer
Level 3

Ah it's under the servers property - excellent thanks very much for your help!

I knew I was missing something :)



Thanks again,
 

Dave