Hi teams,
i want to retrieve the content of this subclient by powershell.

try with “Get-CVSubClient.Content.content” but no way ( )
Help Appreciate
Thanks
Hi teams,
i want to retrieve the content of this subclient by powershell.
try with “Get-CVSubClient.Content.content” but no way ( )
Help Appreciate
Thanks
Best answer by virgil
Hi,
find the solution
Get-CVSubclient -ClientName ‘Name’ –Name Default -AllProperties | Select @{ Name = 'subClientProperties'; Expression = { $_.subClientProperties.content } }
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.