Hello, I'm trying to query my active directory for disabled accounts and then move them into an OU named "disabled ou".
I've tried the following:
dsquery user -disabled | dsmove -newparent "ou=disabled group,dc=etc,dc=etc,dc=etc"
however i received the following message.
dsmove...