This is the logic I ham useing.
$criteria = New-AdmCriteria -Type "User" -Expression {customAttributeBoolean6 -eq $true}
$usersC = Get-AdmUser -Filter $criteria -properties * -AdaxesService localhost
What am I doing wrong or is there a better way to get the list of users into this variable?
error;