Reflect the group name as the company name
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
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
}
Stéfane Lavergne