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
}
{
$group = Get-RDM-Property -id $list.id -Property "Group"
Set-RDM-Property -ID $list.ID -Path "MetaInformation" -Property "Company" -value $group -NoRefresh
}