Hello everyone.
I got problem with run Deploy-Application.exe on any of my Domain Controllers (Win2012R2 and Win2019).
This problem is only on DC, on other servers and workstations everything works fine (Win 2012R2/2016/2019/2022 and on Win10/11)
On software center i got error 0xEA68(60008)
I use Deployment Application on version 3.8.4
Standard scripts written in powershell by me works fine on the DC.
When I try to run manually I got this error:
D:\8.3.3>powershell.exe D:\8.3.3\Deploy-Application.ps1
D:\8.3.3\Deploy-Application.ps1 : Module [D:\8.3.3\AppDeployToolkit\AppDeployToolkitMain.ps1] failed to load:
Exception calling "Translate" with "1" argument(s): "Some or all identity references could not be translated."
At D:\8.3.3\Deploy-Application.ps1:98 char:81
+ ... yToolkitMain -DisableLogging } Else { . $moduleAppDeployToolkitMain }
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At line:1 char:1
+ D:\8.3.3\Deploy-Application.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Deploy-Application.ps1