i am trying to use the dsquery command line tool to identify inactive computer accounts of 8 weeks and then dsmove them by piping the results.
The command is:
dsquery computer -inactive 8 -limit 1000 ou=mlp,ou="computer accounts",dc=aaa,dc=bbb,dc
=ccc,dc=or
g | dsmove -newparent ou="inactive computers",ou=mlp,ou="comp
uter accounts",dc=aaa,dc=bbb,dc
=ccc,dc=or
g -u domain\userid -p Mypassw0rd
The error returned is:
dsmove failed:`CN=sporaticcompute
rnames,OU=
MLP,OU=com
puter accounts,DC=aaa,DC=bbb,DC=
ccc,
DC=org' is an unknown parameter.
type dsmove /? for help.
Start Free Trial