-
- Veeam Legend
- Posts: 860
- Liked: 136 times
- Joined: May 11, 2018 8:42 am
- Contact:
Identify pre staged protection group
Hello,
How can I have only pre installed protection group ?
I don't find it on the commandlet Get-VBRProtectionGroup
Thanks
How can I have only pre installed protection group ?
I don't find it on the commandlet Get-VBRProtectionGroup
Thanks
-
- Product Manager
- Posts: 10537
- Liked: 2832 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Identify pre staged protection group
Hi matteu
Are you talking about the manually added group?
Please try the following:
Are you talking about the manually added group?
Please try the following:
Code: Select all
Get-VBRProtectionGroup -Type ManuallyAdded
Product Management Analyst @ Veeam Software
-
- Veeam Legend
- Posts: 860
- Liked: 136 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Identify pre staged protection group
Hello 
Unfortunately no
I'm talking about pre installed.
It's new since V11 when you create protection group you can choose "pre installed" and you have source on the VBR and you need to copy it on the endpoint you want to install it.
I know it's "manuall installation" but I suppose there is something on the protection group attribute to identify it specifically ?

Unfortunately no

I'm talking about pre installed.
It's new since V11 when you create protection group you can choose "pre installed" and you have source on the VBR and you need to copy it on the endpoint you want to install it.
I know it's "manuall installation" but I suppose there is something on the protection group attribute to identify it specifically ?
-
- Product Manager
- Posts: 10537
- Liked: 2832 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Identify pre staged protection group
Hi matteu
Ok, thanks for explaining.
Could it be the containertype ManuallyDeployed? This container type wasn‘t available before V11.
https://helpcenter.veeam.com/docs/backu ... ml?ver=110
Ok, thanks for explaining.

Could it be the containertype ManuallyDeployed? This container type wasn‘t available before V11.
Code: Select all
Get-VBRProtectionGroup -ContainerType ManuallyDeployed
ManuallyDeployed: a scope of computers that were added manually to a Veeam Agent backup job.
Product Management Analyst @ Veeam Software
-
- Veeam Legend
- Posts: 860
- Liked: 136 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Identify pre staged protection group
What I would like is to query all my protection group and know what are the manually added, what are the CSVimported, what are individual,...
If I do (Get-VeeamProtectionGroup).type
All my protection group are Custom type (I have some individual and some Pre installed in my case.)
If I do (Get-VeeamProtectionGroup).type
All my protection group are Custom type (I have some individual and some Pre installed in my case.)
-
- Veeam Software
- Posts: 2025
- Liked: 674 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Identify pre staged protection group
Hi matteu,
Something like this should do the job:
Best regards,
Oleg
Something like this should do the job:
Code: Select all
Get-VBRProtectionGroup | select Id, Name, @{n='ContainerType';e={$_.Container.Type}}
Oleg
-
- Veeam Legend
- Posts: 860
- Liked: 136 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Identify pre staged protection group
Thanks for your answer 
Perfect

Perfect
Who is online
Users browsing this forum: No registered users and 3 guests