Quantcast
Channel: Software Communities : Popular Discussions - ActiveRoles
Viewing all articles
Browse latest Browse all 1277

Modify virtual attribute

$
0
0
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'

}


Viewing all articles
Browse latest Browse all 1277