Maintain control of your Microsoft 365 data
matteu
Veeam Legend
Posts: 846 Liked: 133 times
Joined: May 11, 2018 8:42 am
Contact:
Post
by matteu » Jul 11, 2022 4:44 pm
this post
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.
Mike Resseler
Product Manager
Posts: 8224 Liked: 1335 times
Joined: Feb 08, 2013 3:08 pm
Full Name: Mike Resseler
Location: Belgium
Contact:
Post
by Mike Resseler » Jul 11, 2022 5:06 pm
this post
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: 3476 Liked: 831 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:
Post
by Polina » Jul 11, 2022 5:37 pm
this post
... and (Get-VBOProxy).Hostname
matteu
Veeam Legend
Posts: 846 Liked: 133 times
Joined: May 11, 2018 8:42 am
Contact:
Post
by matteu » Jul 11, 2022 6:22 pm
this post
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: 3476 Liked: 831 times
Joined: Oct 21, 2011 11:22 am
Full Name: Polina Vasileva
Contact:
Post
by Polina » Jul 11, 2022 6:54 pm
this post
Each repository is tiered to a single proxy, so you cannot have a repository host different from the proxy host.
matteu
Veeam Legend
Posts: 846 Liked: 133 times
Joined: May 11, 2018 8:42 am
Contact:
Post
by matteu » Jul 11, 2022 6:55 pm
this post
OK, so it's not really an issue
.
I never really noticed it's so different from VBR ^^.
Thanks
Users browsing this forum: No registered users and 71 guests