Monday 21 February 2011

Extract the known attr for "n" number of users

$users= get-content users.txt
foreach ($user in $users) {Get-QADuser $user -SerializeValues}

No comments:

Post a Comment