-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
windows 10 with Vitual box.
Trying to setup the environment from "scratch" wit latest github repo.
I get the following error for Windows 10 and EFR Windows Server:
Stderr from the command:
powershell.exe : Add-Computer : Computer 'win10' failed to join domain 'windomain.local' from its current
+ CategoryInfo : NotSpecified: (Add-Computer : ...om its current :String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
workgroup 'WORKGROUP' with following error message: The system cannot find the file specified.
At C:\vagrant\scripts\join-domain.ps1:30 char:3
- Add-Computer -DomainName "windomain.local" -credential $DomainCred ...
-
+ CategoryInfo : OperationStopped: (win10:String) [Add-Computer], InvalidOperationEx
ception
+ FullyQualifiedErrorId : FailToJoinDomainFromWorkgroup,Microsoft.PowerShell.Commands.AddComp
uterCommand