I'm trying to run a dsquery/dsget that will result in users that weren't active for a month and that are not disabled:
dsquery user -inactive 4 -limit 0 | dsget user -samid -disabled >>desktop\users.txt
This results in an error:
dsget failed:'-' is an unknown parameter.
How