Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要删除所有用户主目录中名为“我的设置”的文件夹,然后我需要将其目录的所有内容复制到新服务器上的新位置。有谁知道如何最好地执行此操作,并且可以帮助我正确编写脚本来完成此任务?
我正在使用 Windows Server 2003 R2,我最终通过运行“dir”命令并获取用户列表来管理它,然后将其放入 excel 中,然后生成一个可以为我完成任务的 indervidual 命令 'rmdir \servername\user $\我的设置'
问候汤姆