I seem to be having problems changing a virtual attribute. Can anyone help wih an example. The value is Boolean.
$test = Get-QADUser "test4move" -Proxy-SearchRoot "amtc-dresden.com/_AMTC/AMTC Users/General Users" -IncludedProperties 'edsva-PostiniEnabled'
foreach ($user in $test)
{
$user.'edsva-PostiniEnabled'
}