Hello,
I have a script that simply checks to see if a user has logged into AD in the past 30 days. If not, and if the account isn't in the exceptions list, this script will copy the user account to a Disabled User Accounts OU within the same domain. So this isn't a cross-domain move. I'm now getting an error that says
"The server is unwilling to process the request". This script used to work, however, one of our internal auditors found that it isn't working properly and the script just stops due to this error. It happens as soon as the very first "MoveHere" command is executed. If i comment out that command in the script, it cycles through everything else with no errors....but as soon as the MoveHere is turned back on i get that error message. Why would this break now? The code hasn't changed one bit in the VBS file as we had no reason to change it. The target Disabled User Accounts OU still exists and hasn't been renamed.
I found in my research (here:
http://www.microsoft.com/technet/scriptcenter/guide/sas_usr_aznz.mspx?mfr=true) that if you are trying to move an object to another domain within the same forest, then the user account that you're trying to move cannot be a member of any global groups. Is that the case for moving objects within the same domain too??
Thanks