我们在工作时使用VisualSVN Server (Windows)服务器。它使用https://连接和SSL证书。在我们的Windows (7和8)工作站机器上,我们使用TortoiseSVN连接。在Windows上,我无法使用常规的SVN用户名和密码连接到这个SVN服务器(一开始),获得SVN错误:
Error during context: An error occurred during authentication
在Windows上,我们让它正常工作
因此,我们发现我们需要为这个域名提供一个(Windows)证书。就像这个网站上的建议:
在Windows上,我们打开Control
当我运行SysInternals PSEXEC在远程计算机上启动进程时,如果我在命令行中指定密码,它将失败:
PsExec could not start cmd.exe on web1928:
Logon failure: unknown user name or bad password.
psexec \\web1928 -u remoteexec -p mypassword "cmd.exe"
或
psexec \\web1928 -u web1928\remoteexec -p mypassword "cmd.exe"
如果我只是具体说明:
psex
你好,我正在尝试重置windows服务器2003忘记的密码。尝试系统拯救cd可引导linux
ntfs-3g /dev/sda1 /mnt/windows –o force
chntpw -l SAM (this command dont show AD users, just local)
chntpw –u Administrator SAM
但是这个重置本地管理员密码
是否有方法重置Active Directory用户密码?