Hi mate,
try this one:
$UserClass = get-scsmclass -Name Microsoft.AD.User$ get-scsmobject -class $UserClass -Filter "Firstname -eq 'Phil'" | remove-scsmobject -whatif
Regards
Alex
Hi mate,
try this one:
$UserClass = get-scsmclass -Name Microsoft.AD.User$ get-scsmobject -class $UserClass -Filter "Firstname -eq 'Phil'" | remove-scsmobject -whatif
Regards
Alex