Maintain control of your Microsoft 365 data
Post Reply
matteu
Veeam Legend
Posts: 725
Liked: 118 times
Joined: May 11, 2018 8:42 am
Contact:

Powershell host repository

Post by matteu »

Hello,

I don't find any way to get repository host server name with powershell.
Get-vboRepository doesn't get it and Get-vboserverComponents doesn't contain repository server.

Thanks for your help.

Image
Mike Resseler
Product Manager
Posts: 8045
Liked: 1263 times
Joined: Feb 08, 2013 3:08 pm
Full Name: Mike Resseler
Location: Belgium
Contact:

Re: Powershell host repository

Post by Mike Resseler »

I am not sure. What I normally do is get all the proxy servers first, and then request the repositories PER host (proxy)

Something like:

Get-VBORepository -Proxy $proxy
Polina
Veeam Software
Posts: 2981
Liked: 708 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: Powershell host repository

Post by Polina »

... and (Get-VBOProxy).Hostname
matteu
Veeam Legend
Posts: 725
Liked: 118 times
Joined: May 11, 2018 8:42 am
Contact:

Re: Powershell host repository

Post by matteu »

Maybe there is something I ignored.

With VBM365, the proxy is the repository server too ?
Can you have repository server host different from proxy server ?

If we can't, I already have my answer with the command

Code: Select all

foreach ($obj in Get-VBORepository)
{
(Get-VBOProxy -id (Get-VBORepository -name $obj.name).proxyid).Hostname
}
Polina
Veeam Software
Posts: 2981
Liked: 708 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:

Re: Powershell host repository

Post by Polina »

Each repository is tiered to a single proxy, so you cannot have a repository host different from the proxy host.
matteu
Veeam Legend
Posts: 725
Liked: 118 times
Joined: May 11, 2018 8:42 am
Contact:

Re: Powershell host repository

Post by matteu »

OK, so it's not really an issue :) .
I never really noticed it's so different from VBR ^^.
Thanks
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 17 guests