Reflect the group name as the company name

Reflect the group name as the company name

avatar

foreach ($list in Get-RDM-Session)
{
$group = Get-RDM-Property -id $list.id -Property "Group"
Set-RDM-Property -ID $list.ID -Path "MetaInformation" -Property "Company" -value $group -NoRefresh
}edited by stefane on 4/11/2013

Stéfane Lavergne

All Comments (0)