无法访问经过系统准备的虚拟机

Can't acces to syspreped VM

我正在尝试使用 Windows Server 2016 实现自动化。 现在我无法通过 PowerShell Direct 访问 syspreped 虚拟机,因为您必须为管理员帐户设置密码。我怎样才能访问这个服务器?

PS> icm -VMName S2D1 { ipconfig }
cmdlet Invoke-Command at command pipeline position 1
Supply values for the following parameters:
The credential is invalid.
    + CategoryInfo          : OpenError: (S2D1:String) [], PSDirectException
    + FullyQualifiedErrorId : PSSessionStateBroken

我必须使用 Windows SIM(系统映像管理器)创建应答文件,它是 Windows10 ADK
的一部分 我必须通过将应答文件安装在 Windows 10 中,然后将 unattend.xml 文件放在路径 C:\Windows\Panther

中,将其放入 VHDX 中

来源:http://www.altaro.com